From fa959bc51fa751e804c3fd4fdedb0d056c10bb8d Mon Sep 17 00:00:00 2001 From: awy Date: Mon, 24 Nov 2025 19:29:12 +0300 Subject: yeeeeeeeeeeeeeeep --- .config/nvim/lua/plugins/theme.lua | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to '.config/nvim/lua/plugins/theme.lua') diff --git a/.config/nvim/lua/plugins/theme.lua b/.config/nvim/lua/plugins/theme.lua index 8176b64..a4ae301 100644 --- a/.config/nvim/lua/plugins/theme.lua +++ b/.config/nvim/lua/plugins/theme.lua @@ -1,17 +1,17 @@ -return { - { - "neanias/everforest-nvim", - priority = 1000, - config = function() - require("everforest").setup({ - on_highlights = function(hl, palette) - hl.CursorLineNr = { fg = palette.yellow, bg = palette.none} - end, - }) - vim.cmd.colorscheme "everforest" - end - } -} +-- return { +-- { +-- "neanias/everforest-nvim", +-- priority = 1000, +-- config = function() +-- require("everforest").setup({ +-- on_highlights = function(hl, palette) +-- hl.CursorLineNr = { fg = palette.yellow, bg = palette.none} +-- end, +-- }) +-- vim.cmd.colorscheme "everforest" +-- end +-- } +-- } -- return { -- { @@ -29,15 +29,15 @@ return { -- } -- } -- --- return { --- { --- "catppuccin/nvim", --- priority = 1000, --- config = function() --- require("catppuccin").setup({ --- transparent_background = true, --- }) --- vim.cmd.colorscheme "catppuccin" --- end --- } --- } +return { + { + "catppuccin/nvim", + priority = 1000, + config = function() + require("catppuccin").setup({ + transparent_background = true, + }) + vim.cmd.colorscheme "catppuccin" + end + } +} -- cgit v1.2.3