Commit Graph

13 Commits

Author SHA1 Message Date
Lifepillar
ed0b0e1bed Do not link vimSet and vimSetEqual to Normal.
Fixes https://github.com/lifepillar/vim-solarized8/issues/95.
2022-03-29 13:48:30 +02:00
Lifepillar
4ee5050167 Rebuild with Colortemplate v2.2.0.
Fix an error about s:termtrans not being defined. The error is due to
the new way Colortemplate generates the output code.

Make g:solarized_extra_hi_groups=1 by default, as the Vim issue with
filetype-specific highlight groups in color schemes has been fixed a
while ago.
2022-03-20 15:14:14 +01:00
Lifepillar
28b81a4263 Remove background color from some extra hi groups.
When the user sets a transparent background, some filetype-specific
highlight groups do not become transparent, because their background has
been set to `back`. Fix it by setting the background to NONE.

Fixes https://github.com/lifepillar/vim-solarized8/issues/92.
2021-04-24 20:37:59 +02:00
Lifepillar
edf0659c3c Use new comment symbols for templates. 2020-09-20 15:27:19 +02:00
boweevil
d916a6438c Add support for ALE syntax checker
https://github.com/dense-analysis/ale

- General optimization of the tones for ALE highlighting in the sign
column and on error and warning markings in file.
- If 'g:ale_sign_highlight_linenrs' is enabled this will use Neovim's
number line highlighting.
2019-12-09 05:39:25 -05:00
Lifepillar
6a0e743db7 Update for Colortemplate v2. 2019-06-06 14:44:30 +02:00
Lifepillar
9b74a5faf5 Fix incorrect g:terminal_color_* variables for NeoVim.
Fixes https://github.com/lifepillar/vim-solarized8/issues/46.
2018-08-26 09:14:32 +03:00
Kristijan Husak
9f9cba450a Add highlighting for javascript function call. 2018-05-07 12:50:01 +02:00
Lifepillar
256aa09e46 Do not enable italics by default.
This commit addresses issues such as https://github.com/lifepillar/vim-solarized8/issues/28
and https://github.com/lifepillar/vim-solarized8/issues/29.
2017-11-29 19:35:25 +01:00
Lifepillar
5c05f6e357 Rename option => g:solarized_extra_hi_groups. 2017-11-11 14:27:04 +01:00
Lifepillar
4cd2050d71 Document g:solarized_enable_extra_hi_groups. 2017-11-11 14:17:01 +01:00
Lifepillar
3d01975ee2 Enable italics in terminal by default. 2017-11-11 14:03:33 +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