From 3118a77e0ee0a7d4fb78a5a612b393bda6298d0e Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 18 Jul 2025 11:19:47 -0700 Subject: add more colorschemes --- dot-config/nvim/lua/plugins/theme.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'dot-config/nvim/lua/plugins/theme.lua') diff --git a/dot-config/nvim/lua/plugins/theme.lua b/dot-config/nvim/lua/plugins/theme.lua index e202412..f4427ba 100644 --- a/dot-config/nvim/lua/plugins/theme.lua +++ b/dot-config/nvim/lua/plugins/theme.lua @@ -19,6 +19,21 @@ return { } }, + { "vague2k/vague.nvim", lazy = false, priority = 1000 }, + + { "metalelf0/black-metal-theme-neovim", lazy = false, priority = 1000 }, + + { + 'AlexvZyl/nordic.nvim', + lazy = false, + priority = 1000, + opts = { + transparent = { + bg = true + }, + }, + }, + { "LazyVim/LazyVim", opts = { -- cgit v1.3