vim-themes icon indicating copy to clipboard operation
vim-themes copied to clipboard

White-sand

Open alexanderjeurissen opened this issue 7 years ago • 1 comments

I really like your light themes, especially white-sand caught my eye. There are however some quirks with the colorscheme some of which are shown in the screenshot below

screen shot 2017-02-07 at 21 10 35

  • Sign column is dark grey (can be seen in left bottom split)
  • tab characters in NetRw (which are shown for symlinks) have weird highlighting
  • search highlight is plain yellow which doesn't match the colorscheme
  • Diff colors are weird especially the DiffDelete
  • MatchParanthesis color has cyan background

I managed to fix most of these issue with the following "hacks" in my vim config:

      hi! link Search PMenu
      hi! link IncSearch PMenuSel
      hi! link SignColumn CursorColumn
      hi! link Todo Underlined
      hi! clear SpecialKey

alexanderjeurissen avatar Feb 07 '17 20:02 alexanderjeurissen

Hey, First of all, thank you for your very nice bug report. Screenshot, steps you took to solve the problem, awesome.

I'll take a look at it tomorrow :)

mswift42 avatar Feb 07 '17 20:02 mswift42