diff options
| author | dacctal <dacctal@symlinx.net> | 2026-04-27 02:27:14 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-04-27 02:27:14 +0000 |
| commit | 66254d01e923e9eac16798ebf9cecb19d1d4d6a2 (patch) | |
| tree | bbd53de52d9426ebdf8bffc84876887dbb31baca /.config/vis/themes | |
| parent | fdca05503614c6eecbb1401088351710337ae9ce (diff) | |
added custom modal plugin to vis
Diffstat (limited to '.config/vis/themes')
| -rw-r--r-- | .config/vis/themes/caelus.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/vis/themes/caelus.lua b/.config/vis/themes/caelus.lua index 4078b14..b752270 100644 --- a/.config/vis/themes/caelus.lua +++ b/.config/vis/themes/caelus.lua @@ -27,13 +27,13 @@ lexers.STYLE_EMBEDDED = 'fore:white' lexers.STYLE_IDENTIFIER = 'fore:blue' lexers.STYLE_LINENUMBER = 'fore:white' lexers.STYLE_LINENUMBER_CURSOR = lexers.STYLE_LINENUMBER -lexers.STYLE_CURSOR = 'reverse' +lexers.STYLE_CURSOR = 'fore:black,back:white' lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',fore:cyan' lexers.STYLE_CURSOR_LINE = 'underlined' lexers.STYLE_COLOR_COLUMN = 'back:black' lexers.STYLE_SELECTION = 'fore:black,back:yellow' -lexers.STYLE_STATUS = 'back:'..darkgray..'fore:'..lightgray -lexers.STYLE_STATUS_FOCUSED = 'fore:'..darkgray..',back:'..lightgray..',bold' +lexers.STYLE_STATUS = 'back:'..darkgray..',fore:'..lightgray +lexers.STYLE_STATUS_FOCUSED = 'back:'..lightgray..',fore:'..darkgray..',bold' lexers.STYLE_SEPARATOR = lexers.STYLE_DEFAULT lexers.STYLE_INFO = 'fore:default,back:default,bold' lexers.STYLE_EOF = '' |
