From f55fd83d05a7435c574d20d67a110d27b19f6beb Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 21 Nov 2025 13:00:43 +0300 Subject: yyyyyyyyyy --- .config/nvim/lua/plugins/theme.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/nvim/lua/plugins') diff --git a/.config/nvim/lua/plugins/theme.lua b/.config/nvim/lua/plugins/theme.lua index 06b0133..8176b64 100644 --- a/.config/nvim/lua/plugins/theme.lua +++ b/.config/nvim/lua/plugins/theme.lua @@ -3,6 +3,11 @@ 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 } -- cgit v1.2.3