mswift42 / vim-themes

some emacs themes ported to vim.
160 stars 7 forks source link

White-sand #4

Open alexanderjeurissen opened 7 years ago

alexanderjeurissen commented 7 years ago

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

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
mswift42 commented 7 years ago

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 :)