aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua')
-rw-r--r--.config/nvim/lua/plugins/theme.lua32
1 files changed, 16 insertions, 16 deletions
diff --git a/.config/nvim/lua/plugins/theme.lua b/.config/nvim/lua/plugins/theme.lua
index 1ee6031..7d5e807 100644
--- a/.config/nvim/lua/plugins/theme.lua
+++ b/.config/nvim/lua/plugins/theme.lua
@@ -10,25 +10,25 @@
-- end
-- }
-return {
- 'catppuccin/nvim',
- lazy = false,
- priority = 1000,
- config = function()
- require("catppuccin").setup({
- transparent_background = true
- })
- vim.cmd.colorscheme('catppuccin')
- end
-}
-
-- return {
--- 'sainnhe/everforest',
+-- 'catppuccin/nvim',
-- lazy = false,
-- priority = 1000,
-- config = function()
--- vim.g.everforest_enable_italic = true
--- vim.g.everforest_transparent_background = true
--- vim.cmd.colorscheme('everforest')
+-- require("catppuccin").setup({
+-- transparent_background = true
+-- })
+-- vim.cmd.colorscheme('catppuccin')
-- end
-- }
+
+return {
+ 'sainnhe/everforest',
+ lazy = false,
+ priority = 1000,
+ config = function()
+ vim.g.everforest_enable_italic = true
+ vim.g.everforest_transparent_background = true
+ vim.cmd.colorscheme('everforest')
+ end
+}