Commit Graph

5 Commits

Author SHA1 Message Date
Lifepillar
330148b2f3 Make VertSplit separator always visible.
The separator makes it clear how a window has been split, which is
useful, for example, when you rotate windows (<c-w><c-r>). The separator
may be suppressed by the user with 'fillchars'.

See also: https://github.com/vim/vim/issues/2724.
2018-03-25 12:44:52 +02:00
Lifepillar
f6b416006b Add Terminal, ToolbarLine, ToolbarButton hi groups. 2017-11-21 09:40:48 +01:00
Lifepillar
c09e6ac686 Add colorization for spelling errors when visibility is high.
Set:

    let g:solarized_visibility="high"

in your vimrc. Then, spelling mistakes are marked with reversed colors.

Fixes https://github.com/lifepillar/vim-solarized8/issues/25
2017-11-12 11:58:09 +01:00
Lifepillar
5b41b09d30 Prefer 256 colors instead of 16 colors.
The rationale behind this change is that the 256 color palette gives a
less unpredictable result.
2017-11-11 13:13:53 +01:00
Lifepillar
d442acd01b Reduce the number of colorschemes to four.
Merge dark and light variants together. Now, you must select the
background color before loading the colorscheme, e.g.:

se background=dark
colorscheme solarized8
2017-11-11 13:00:33 +01:00