aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErlend Lind Madsen <erlendf80@gmail.com>2022-07-28 13:20:21 +0200
committerErlend Lind Madsen <erlendf80@gmail.com>2022-07-28 13:20:21 +0200
commitf2a60358ca53df37d246a4eef090a0fc74adb299 (patch)
treee8ba99e167f641a23a393b7a7bd7da91533084cf
parent04360b89d2689a2fc9eccb92234309bb43a93722 (diff)
downloadvis-minimal-theme-f2a60358ca53df37d246a4eef090a0fc74adb299.tar.gz
clear: selection and status style
-rw-r--r--clear.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/clear.lua b/clear.lua
index 309cb9a..14fc6e8 100644
--- a/clear.lua
+++ b/clear.lua
@@ -16,7 +16,7 @@ local clear0 = '#00000000'
local lexers = vis.lexers
lexers.STYLE_DEFAULT ='back:'..clear0
-lexers.STYLE_NOTHING = 'back:'..clear0
+lexers.STYLE_NOTHING = ''
lexers.STYLE_CLASS = 'fore:'
lexers.STYLE_COMMENT = 'fore:'
lexers.STYLE_CONSTANT = 'fore:'
@@ -42,10 +42,10 @@ lexers.STYLE_LINENUMBER_CURSOR = lexers.STYLE_LINENUMBER
lexers.STYLE_CURSOR = 'back:'..white2
lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR
lexers.STYLE_CURSOR_LINE = 'underlined'
-lexers.STYLE_COLOR_COLUMN = 'back:'..white1
-lexers.STYLE_SELECTION = 'back:'..white1
+lexers.STYLE_COLOR_COLUMN = 'back:'..white2
+lexers.STYLE_SELECTION = 'back:'..white2
lexers.STYLE_STATUS = 'reverse'
-lexers.STYLE_STATUS_FOCUSED = 'back:'..white1
+lexers.STYLE_STATUS_FOCUSED = 'back:'..white2
lexers.STYLE_SEPARATOR = lexers.STYLE_DEFAULT
lexers.STYLE_INFO = 'fore:default,back:default'
lexers.STYLE_EOF = ''