From 21be60c0c3e411c84fb97e48d151ceaf10e20ded Mon Sep 17 00:00:00 2001 From: Philipp Emanuel Weidmann Date: Sun, 4 Jun 2017 18:14:23 +0530 Subject: Improve appearance of line numbers and EOF markers --- lua/themes/solarized.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/themes/solarized.lua') 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 -- cgit v1.2.3