Commit graph

222 commits

Author SHA1 Message Date
Lifepillar bc68029f89 Update script template. 2021-03-12 21:27:47 +01:00
Lifepillar f1b5933ebb Fix option's name in help file. 2021-03-12 21:25:30 +01:00
Lifepillar 7b1425bf71 Update Readme. 2021-03-12 21:24:41 +01:00
Lifepillar 728a4c697d Update Readme. 2021-03-12 21:12:52 +01:00
Lifepillar e46261e6b2 Update Readme. 2021-03-12 21:10:32 +01:00
Lifepillar a2bc2bf284 Update Readme. 2021-03-12 21:07:29 +01:00
Lifepillar c04ea6960a Update Readme. 2021-03-12 21:05:22 +01:00
Lifepillar 22a83731c6 Update Readme.
Include clarifications about installation from @Airwan.

Fixes https://github.com/lifepillar/vim-solarized8/issues/91.
2021-03-12 21:01:34 +01:00
Lifepillar f9a994d4e6 Merge branch 'hkbakke-master' 2021-03-12 11:05:47 +01:00
Hans-Kristian Bakke dab034b32e Make solarized8.sh sh compatible
The script contained bashisms like substring expansions and a double
quoted tests but still had a /bin/sh shebang, which broke execution on
distros where sh is pointing to `dash` or something other than bash.
Modern Debian is one such example.

Additionally, as the regex pattern was quoted in the original test it
was interpreted literally and not as a regex pattern so the original
logic did not work as intended, even if executed in bash.

The new version keeps the same logic (although without the regex issue)
but implemented in a way that should be compliant with most sh shells,
and perhaps a bit easier to extend with other shells.

The script now depends on sed to replace the bash substring expansion
logic, but sed should be available on almost any system.
2021-03-09 19:02:06 +01:00
Hans-Kristian Bakke 2dd890729e Make solarized8.sh executable 2021-03-09 17:48:10 +01:00
Lifepillar 7b6399093c Rebuild with Colortemplate v2.1.0. 2020-09-20 15:28:01 +02:00
Lifepillar edf0659c3c Use new comment symbols for templates. 2020-09-20 15:27:19 +02:00
Lifepillar 5df7666374 Merge branch 'boweevil-ale-support' 2019-12-11 20:05:13 +01: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 de83fec3e5 Update b&w template to use omit keyword. 2019-06-29 14:34:06 +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 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 b36b068a56 Define base-16 value for 'unused' color. 2019-06-10 21:39:16 +02:00
Lifepillar 968e6b2c36 Mention in the Readme how VimR should be configured. 2019-06-07 18:56:17 +02:00
Lifepillar 37fbf3ee78 Rebuild the color scheme with fix for italics in iOS. 2019-06-06 20:59:01 +02:00
Lifepillar 9469551d31 Make the chart a bit larger. 2019-06-06 17:48:03 +02:00
Lifepillar 1241c398fc Update the Readme. 2019-06-06 17:43:36 +02:00
Lifepillar 97110edfc1 Rebuild the color schemes. 2019-06-06 17:43:11 +02:00
Lifepillar 0ef7d9856a Update help file. 2019-06-06 17:41:10 +02:00
Lifepillar 7cfad636de Remove benchmark folder. 2019-06-06 17:40:53 +02:00
Lifepillar df72d023fc Add benchmark folder. 2019-06-06 17:40:42 +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 34f7337c3b Enable support for Neovim in all color schemes. 2019-06-06 15:11:31 +02:00
Lifepillar 3f4c5dcfed Factor out linked groups. 2019-06-06 15:10:41 +02:00
Lifepillar df6d1d68af Remove make_colorschemes script. 2019-06-06 15:08:50 +02:00
Lifepillar 6a0e743db7 Update for Colortemplate v2. 2019-06-06 14:44:30 +02:00
Lifepillar 30fd9196e0 Merge branch 'mgaffney-standard-helpfile' 2019-05-02 22:01:29 +02:00
Lifepillar f60fe06816 Rebuild the documentation. 2019-05-02 22:00:18 +02:00
Lifepillar a213b8ef0d Merge branch 'standard-helpfile' of https://github.com/mgaffney/vim-solarized8 into mgaffney-standard-helpfile 2019-05-02 21:58:01 +02:00
Michael Gaffney 554724fa5b
Allow solarized8 to be listed in the LOCAL ADDITIONS section of help.txt 2019-05-02 11:51:38 -04:00
Michael Gaffney 3afaa32af6
Revert changes to 'solarized8.txt'
This reverts commit 6c0e5d17ef.
2019-05-02 11:49:30 -04: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
Michael Gaffney 6c0e5d17ef
Allow 'solarized8.txt' to be listed in the LOCAL ADDITIONS section of help.txt
The first field is a link to the help file name. The second field
describes the applicable Vim version. The last field specifies the last
modification date of the file. Each field is separated by a tab.
(See :h help-writing)
2019-04-25 14:32:40 -04:00
Lifepillar 40e77bf073 Rebuild colorschemes. 2019-03-26 08:42:08 +01:00
Lifepillar c1a439ebb5 Increase contrast of comment in high variant. 2019-03-26 08:41:57 +01:00
Lifepillar 8abe61d019 Rebuild colorschemes. 2019-03-24 21:30:41 +01:00
Lifepillar 052185d41e Update WildMenu in light variants. 2019-03-24 21:06:25 +01:00
Lifepillar 7c80e86513 Update Pmenu's foreground color for low variant.
Increase contrast a little bit.
2019-03-24 20:13:54 +01:00