From 70fd3c251fe5d459d655979c2f228f35b4400f48 Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 9 Oct 2025 03:59:15 +0300 Subject: up --- .config/nvim/lua/plugins/theme.lua | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to '.config/nvim') 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 +} -- cgit v1.2.3