Commit graph

44 commits

Author SHA1 Message Date
Lifepillar 345e6b423a
Rebuild templates. 2026-03-01 15:09:38 +01:00
Lifepillar d99d294f24
Explicitly define diffRemoved. 2026-01-19 18:26:04 +01:00
Lifepillar 19fd5a9316
Fix regression causing transparent backgrounds not working in tmux sometimes.
Fix a regression causing `g:solarized_termtrans` not to be honored
inside tmux when `termguicolors` is set.

Fixes https://github.com/lifepillar/vim-solarized8/issues/118
2025-11-18 18:37:29 +01:00
Lifepillar 2f31fc2239
Rebuild with Colortemplate v3.0.0-beta5. 2025-06-02 14:00:47 +02:00
Lifepillar 7693d4aaa7
Fix missing definitions for <256-color terminals. 2025-05-29 12:13:57 +02:00
Lifepillar 3773112054
Fix regression causing some wrong highlight groups in GVim. 2025-05-28 00:14:21 +02:00
Lifepillar 7766dc4185
Update and rebuild with Colortemplate v3.0.0-beta1. 2025-05-26 14:10:30 +02:00
Lifepillar c4fd8a4576 Add PmenuMatch and PmenuMatchSel. 2024-06-29 11:10:50 +02:00
Lifepillar 6178a07f44 Add Added, Changed, Removed highlight groups. 2024-01-24 17:26:51 +01:00
Lifepillar 2e39b937cb Update timestamps. 2024-01-08 21:23:59 +01:00
Lifepillar 53ab8f3132 Update gui colors when termguicolors is set.
Fixes https://github.com/lifepillar/vim-solarized8/issues/105.
2023-06-17 12:57:16 +02:00
Lifepillar e9e64360e7 Clean up templates and rebuild with Colortemplate v3.0.0-alpha0. 2023-06-02 13:04:52 +02:00
Lifepillar b0d3e1602f Check for italics in extra highlight groups. 2023-04-30 11:00:30 +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 9f9b795197 Fix inconsistent documentation. 2022-05-03 09:37:07 +02:00
Lifepillar 0760564a51 Update documentation. 2022-03-30 14:23:29 +02:00
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 d3ba802421 Rebuild color schemes. 2021-03-12 21:29:30 +01:00
Lifepillar 7b6399093c Rebuild with Colortemplate v2.1.0. 2020-09-20 15:28:01 +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 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 9afbe12f68 Rebuild with Colortemplate v2.0.0. 2019-07-14 22:07:25 +02:00
Lifepillar cbd8c11011 Rebuild the color schemes. 2019-06-29 14:34:30 +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 c518404623 Rebuild the color schemes. 2019-06-26 19:33:42 +02:00
Lifepillar 97110edfc1 Rebuild the color schemes. 2019-06-06 17:43:11 +02:00
Lifepillar f60fe06816 Rebuild the documentation. 2019-05-02 22:00:18 +02:00
Lifepillar 2b3fe90d0a Update the documentation. 2019-03-08 10:47:48 +01:00
Lifepillar e96b6b6d1c Automatically fallback to 16 colors when t_Co < 256. 2018-06-20 09:05:06 +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 4cd2050d71 Document g:solarized_enable_extra_hi_groups. 2017-11-11 14:17:01 +01:00
Lifepillar 43dad0493d Update help file. 2017-11-11 14:03:50 +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
Lifepillar 25933f5723 Generate documentation only once.
Fixes https://github.com/lifepillar/vim-solarized8/issues/23.
2017-11-05 11:08:09 +01:00
Lifepillar 150c7e0e56 Update dark templates. 2017-10-29 21:29:51 +01:00
Lifepillar 44e7efebf3 Update light templates. 2017-10-29 21:19:24 +01:00
Lifepillar 3f3fc033e6 Fix regressions in solarized8_dark. 2017-10-29 20:42:20 +01:00
Lifepillar ae51215bed Rebuild the colorschemes. Add help files. 2017-10-28 17:21:04 +02:00
Lifepillar bb983aeb7c Add colortemplate for light theme. 2017-10-28 14:52:46 +02:00
Lifepillar cb003376e2 Re-create solarized8_dark.vim using Colortemplate. 2017-10-28 14:19:56 +02:00