Commit Graph

13 Commits

Author SHA1 Message Date
Christian Brabandt 65217b41da base16: do not overwrite StatusLine highlighting
The base16 group contained a reference to the Statusline highlighting
group. That changed highlighting of the group unintentionally and made
the wildmenu unreadable.

Most likely, instead of the 'statusline' group it was meant to use the
airline_c highlighting group. So use this instead.

However there was one additional catch. It used the highlighting from the
vimCommand highlighting group. However that group was only available
when editing vim files, else it would fall back to use the Normal
highlighting group. Since the vimCommand highlighting group however
links to the Statement highlighting group, use that instead. Statement
should always be available.

fixes #158
2018-10-25 08:51:33 +02:00
Christian Brabandt bf34040747 Improve contrast for base16 theme
fixes 54
2016-10-14 12:37:50 +02:00
Enrico Ghirardi 2923dfd1e1 base16-theme: Add support for error section 2016-01-28 14:08:41 +01:00
Enrico Ghirardi 04f4b0f778 base16-theme: Revert changes for active statusline 2016-01-27 17:13:57 +01:00
Daniel Hahler c10a072b9e base16 theme: use Normal/VertSplit for inactive statusline 2016-01-20 22:50:19 +01:00
Jordan W 8d93bc7fd4 Add warnings color for base16 color schemes
This replaces the color-clashing orange default with something more reasonable.
2015-03-20 12:25:07 -07:00
Mark Korondi f9b5611ac8 Unnecessary newline removed 2015-02-14 00:43:01 +01:00
Mark Korondi f820a7eb95 Base16 color fixes to resemble gui 2015-02-14 00:37:17 +01:00
Bailey Ling a81d1cd9c7 refactor the rest of the themes to use refresh. resolves #288. 2013-09-27 21:43:32 -04:00
Bailey Ling e93263538f automatically provide the red accent. 2013-09-17 23:13:32 -04:00
Bailey Ling 8b2d58af59 fill in inactive modified colors. 2013-09-05 21:34:48 +00:00
Bailey Ling 42cb6317c2 add base16 support for all variants. 2013-08-24 21:10:11 -04:00
Evan Ng 00a0c52dbd added base16.vim colorscheme 2013-08-24 14:34:25 -07:00