aboutsummaryrefslogtreecommitdiff
path: root/lua/themes/solarized.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/themes/solarized.lua')
-rw-r--r--lua/themes/solarized.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/themes/solarized.lua b/lua/themes/solarized.lua
index 559902c..a5d4c4d 100644
--- a/lua/themes/solarized.lua
+++ b/lua/themes/solarized.lua
@@ -46,11 +46,12 @@ lexers.STYLE_PREPROCESSOR = 'fore:'..colors.orange
lexers.STYLE_TAG = 'fore:'..colors.red
lexers.STYLE_TYPE = 'fore:'..colors.yellow
lexers.STYLE_VARIABLE = 'fore:'..colors.blue
-lexers.STYLE_WHITESPACE = ''
+lexers.STYLE_WHITESPACE = 'fore:'..colors.base01
lexers.STYLE_EMBEDDED = 'back:blue'
lexers.STYLE_IDENTIFIER = fg
lexers.STYLE_LINENUMBER = 'fore:'..colors.base00..',back:'..colors.base02
+lexers.STYLE_LINENUMBER_CURSOR = 'back:'..colors.base00..',fore:'..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