diff options
Diffstat (limited to 'lua/themes/solarized.lua')
| -rw-r--r-- | lua/themes/solarized.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/themes/solarized.lua b/lua/themes/solarized.lua index 04540ec..0483e0d 100644 --- a/lua/themes/solarized.lua +++ b/lua/themes/solarized.lua @@ -57,8 +57,8 @@ lexers.STYLE_CURSOR_LINE = 'back:'..colors.base02 lexers.STYLE_COLOR_COLUMN = 'back:'..colors.base02 -- lexers.STYLE_SELECTION = 'back:'..colors.base02 lexers.STYLE_SELECTION = 'back:white' -lexers.STYLE_STATUS = 'back:black,fore:white' -lexers.STYLE_STATUS_FOCUSED = lexers.STYLE_STATUS..',bold' +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 = '' |
