From 03ceb7943b7f28c0b52803d64f956ca549e2cc03 Mon Sep 17 00:00:00 2001 From: Philipp Emanuel Weidmann Date: Sat, 10 Jun 2017 20:15:36 +0530 Subject: More theme improvements --- lua/themes/solarized.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/themes/solarized.lua') 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 -- cgit v1.2.3