Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White-sand #4

Open
alexanderjeurissen opened this issue Feb 7, 2017 · 1 comment
Open

White-sand #4

alexanderjeurissen opened this issue Feb 7, 2017 · 1 comment

Comments

@alexanderjeurissen
Copy link

alexanderjeurissen commented Feb 7, 2017

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
@mswift42
Copy link
Owner

mswift42 commented Feb 7, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants