From 1e433c6c6acdd5a852cdb2cedef4051168ebacb7 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Wed, 25 Sep 2024 22:52:18 +0200 Subject: improve cursor line nmbr back --- lua/plugins/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 9651dcc..33b73c7 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -9,7 +9,7 @@ return { linenumber_bg = colors.bg } vim.g.newpaper_custom_highlights = { - CursorLineNr = { bg = colors.bg, fg = colors.cursor_nr_fg }, + CursorLineNr = { bg = colors.bg, fg = colors.lightgray }, TelescopePromptTitle = { bg = colors.telescope_fg, fg = colors.lightorange }, TelescopePromptPrefix = { fg = colors.lightorange }, TelescopePromptCounter = { fg = colors.lightorange }, -- cgit v1.2.3