vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 77a810dc74b5c3463dc6e221cd35bdc44941809a parent 1c10ea68036c5fde92ecc3ea664b6e4662bd3925 Author: xcko <xcko@airmail.cc> Date: Fri, 27 Jul 2018 20:04:17 +0000 solarized themed terms do not need bg and fg set again 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