Commit Graph

31 Commits

Author SHA1 Message Date
Lifepillar
ca7d559107 Remove spurious references to Neovim groups. 2024-01-24 17:19:41 +01:00
Luca Saccarola
f613647c4e Make SignColumn background same as LineNr 2024-01-07 23:02:32 +01:00
Lifepillar
2b5bad7944 Cleanup the template a bit. 2023-06-02 23:01:14 +02:00
Lifepillar
85c0cbed35 Avoid generating ctermul attributes. 2023-06-02 22:32:01 +02:00
Lifepillar
e9e64360e7 Clean up templates and rebuild with Colortemplate v3.0.0-alpha0. 2023-06-02 13:04:52 +02:00
Lifepillar
2cf827f778 Complete the upgrade to Colortemplate v3 syntax. 2023-04-24 21:04:30 +02:00
Lifepillar
a9e5707be0 Start updating to Colortemplate v3 syntax. 2023-04-23 23:54:40 +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
edf0659c3c Use new comment symbols for templates. 2020-09-20 15:27:19 +02:00
Lifepillar
cd5e87ccfa Set Title's color to orange for dark background.
When visibility is "normal", set the Title highlight group's foreground
color to orange instead of yellow, as it was in the original Solarized.

This change addresses https://github.com/lifepillar/vim-solarized8/issues/76.

A yellow Title can be obtained by setting

    let g:solarized_visibility = "high"
2019-10-06 13:00:05 +02:00
Lifepillar
7b0cda1da3 Fix CursorLine/CursorColumn/ColorColumn highlighting.
Fixes also https://github.com/lifepillar/vim-solarized8/issues/72.
2019-06-27 22:34:24 +02:00
Lifepillar
de124fa1ea Reinstate g:solarized_use16.
Neovim ignores `&t_Co` and `&term`, so it is not possible in Neovim to
use the ANSI colors when `termguicolors` is not set.

Re-add this option to override the value of `s:t_Co`.

Fixes https://github.com/lifepillar/vim-solarized8/issues/71.
2019-06-26 19:33:28 +02:00
Lifepillar
2e04bf87ae Move some common snippets to separate templates. 2019-06-06 15:25:51 +02:00
Lifepillar
739518d8fd Reindent. 2019-06-06 15:14:38 +02:00
Lifepillar
7d0c75c485 Add comment. 2019-06-06 15:14:16 +02:00
Lifepillar
3f4c5dcfed Factor out linked groups. 2019-06-06 15:10:41 +02:00
Lifepillar
6a0e743db7 Update for Colortemplate v2. 2019-06-06 14:44:30 +02:00
Lifepillar
c81e287b9d Use reverse colors for Error highlight group.
Often (e.g. for Python) Error is used to indicate
whitespace mistakes (e.g. too much whitespace).
Since in Solarized 8 Error does not have any
background colour, these errors are not visible
(@fladd).

Fixes https://github.com/lifepillar/vim-solarized8/issues/63.
2019-05-01 23:24:38 +02:00
Lifepillar
052185d41e Update WildMenu in light variants. 2019-03-24 21:06:25 +01:00
Lifepillar
062ae19924 Improve readability of Pmenu* highlight groups.
Do not use `reverse` for Pmenu* highlight groups, because that causes
readability issues with the new floating windows in NeoVim.

See also: https://github.com/lifepillar/vim-solarized8/issues/61
2019-03-24 16:44:47 +01:00
Lifepillar
3ae1bbba61 Increase the contrast of Normal text for default and high variant. 2019-03-24 16:42:59 +01:00
Lifepillar
17dc84228d Add "flat" value to g:solarized_statusline.
This sets a "flat" status line, vert bar and tab bar in all variants.
It does not have any effect for solarized8_flat, because "normal" and
"flat" are effectively the same in that case.
2019-03-08 10:36:33 +01: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
Lifepillar
4dc4539c49 Fix incorrect g:terminal_ansi_colors for light schemes.
Fixes https://github.com/lifepillar/vim-solarized8/issues/45.
2018-08-22 14:22:13 +03:00
Lifepillar
06fb3a0f97 Define g:terminal_ansi_colors. 2018-04-09 21:54:53 +02:00
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
68ac42092e Add script to change an xterm color palette. 2017-11-30 18:31:18 +01: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