diff options
| author | Nanderty <psopka@sopka.ch> | 2024-09-25 22:52:18 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2024-09-25 22:52:18 +0200 |
| commit | 1e433c6c6acdd5a852cdb2cedef4051168ebacb7 (patch) | |
| tree | acc48a3029d8fe9baebb4442149721b89a8421f7 /lua | |
| parent | 640d77514309478ff61e60ba69b45f25dde738a6 (diff) | |
| download | neovim-config-1e433c6c6acdd5a852cdb2cedef4051168ebacb7.tar.gz neovim-config-1e433c6c6acdd5a852cdb2cedef4051168ebacb7.tar.bz2 neovim-config-1e433c6c6acdd5a852cdb2cedef4051168ebacb7.zip | |
improve cursor line nmbr back
Diffstat (limited to '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 }, |
