vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 41e03abb85a15b221a90626e552351fb7112c119 parent 38ae9eb88cdbaf799d554e854aad7f7745b0488f Author: Tim Allen <screwtape@froup.com> Date: Wed, 15 Mar 2017 20:36:49 +1100 Make Vis' Solarized theme match the official Vim one. Diffstat:
| M | lua/themes/solarized.lua | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lua/themes/solarized.lua b/lua/themes/solarized.lua @@ -57,8 +57,8 @@ lexers.STYLE_CURSOR_LINE = 'back:'..colors.base02 lexers.STYLE_COLOR_COLUMN = 'back:'..colors.base02 -- lexers.STYLE_SELECTION = 'back:'..colors.base02 lexers.STYLE_SELECTION = 'back:white' -lexers.STYLE_STATUS = 'back:black,fore:white' -lexers.STYLE_STATUS_FOCUSED = lexers.STYLE_STATUS..',bold' +lexers.STYLE_STATUS = 'back:'..colors.base00..',fore:'..colors.base02 +lexers.STYLE_STATUS_FOCUSED = 'back:'..colors.base1..',fore:'..colors.base02 lexers.STYLE_SEPARATOR = lexers.STYLE_DEFAULT lexers.STYLE_INFO = 'fore:default,back:default,bold' lexers.STYLE_EOF = ''