diff options
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |
