shaunsingh / solarized.nvim

Port of the Solarized colorscheme for vim, written in lua, with treesitter support.
GNU General Public License v2.0
178 stars 37 forks source link

Tweaks: fix CursorLineNr background and add rule for Whitespace highlight group #22

Open jmacmahon opened 2 months ago

jmacmahon commented 2 months ago

Using Vim options:

    cursorline = true,
    number = true,
    list = true,
    listchars = 'tab:──╴,trail:&,nbsp:^',

Before CursorLineNr commit: image After CursorLineNr commit: image

Before Whitespace commit: image After Whitespace commit: image