diff options
Diffstat (limited to 'lua/themes')
| -rw-r--r-- | lua/themes/solarized.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/themes/solarized.lua b/lua/themes/solarized.lua index a5d4c4d..7f40858 100644 --- 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 |
