vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 3d6e7e0b6c37b9504a41de754319783f0f4724f2 parent 4f9e2c18f5f33a0d1448e83a2169e430a85f21e1 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 16 Jan 2020 16:44:53 +0100 Merge branch 'solarized-term' of https://github.com/xcko/vis Diffstat:
| M | lua/themes/solarized.lua | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/lua/themes/solarized.lua b/lua/themes/solarized.lua @@ -27,6 +27,10 @@ local bg = ',back:'..colors.base03..',' -- light -- local fg = ',fore:'..colors.base03..',' -- local bg = ',back:'..colors.base3..',' +-- solarized term +-- local fg = ',fore:default,' +-- local bg = ',back:default,' + lexers.STYLE_DEFAULT = bg..fg lexers.STYLE_NOTHING = bg