aboutsummaryrefslogtreecommitdiff
path: root/lua/themes/solarized.lua
diff options
context:
space:
mode:
authorPhilipp Emanuel Weidmann <pew@worldwidemann.com>2017-06-04 18:14:23 +0530
committerPhilipp Emanuel Weidmann <pew@worldwidemann.com>2017-06-04 18:14:23 +0530
commit21be60c0c3e411c84fb97e48d151ceaf10e20ded (patch)
tree89c0facab060c2445e26e75ea93342dc98e8dabe /lua/themes/solarized.lua
parent7f487178cff9f43896b3462b2ebbd94eca5078d9 (diff)
downloadvis-21be60c0c3e411c84fb97e48d151ceaf10e20ded.tar.gz
vis-21be60c0c3e411c84fb97e48d151ceaf10e20ded.tar.xz
Improve appearance of line numbers and EOF markers
Diffstat (limited to 'lua/themes/solarized.lua')
-rw-r--r--lua/themes/solarized.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/themes/solarized.lua b/lua/themes/solarized.lua
index 0483e0d..da06595 100644
--- a/lua/themes/solarized.lua
+++ b/lua/themes/solarized.lua
@@ -50,7 +50,7 @@ lexers.STYLE_WHITESPACE = ''
lexers.STYLE_EMBEDDED = 'back:blue'
lexers.STYLE_IDENTIFIER = fg
-lexers.STYLE_LINENUMBER = fg
+lexers.STYLE_LINENUMBER = 'fore:'..colors.base00..',back:'..colors.base02
lexers.STYLE_CURSOR = 'fore:'..colors.base03..',back:'..colors.base0
lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',back:yellow'
lexers.STYLE_CURSOR_LINE = 'back:'..colors.base02
@@ -61,4 +61,4 @@ 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 = ''
+lexers.STYLE_EOF = 'fore:'..colors.base01