From 7b691a6e2572658da3bec2a43bf5266ab595f926 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Wed, 15 Mar 2017 20:36:49 +1100 Subject: Make Vis' Solarized theme match the official Vim one. --- lua/themes/solarized.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/themes') 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 = '' -- cgit v1.2.3