Skip to content

Commit

Permalink
Merge branch 'solarized-term' of https://github.com/xcko/vis
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Jan 16, 2020
2 parents 6945a8d + 2ca1170 commit 7fac09d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/themes/solarized.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fac09d

Please sign in to comment.