dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d375a8dabcef289fd54bbbeb56d43c002d448ed7
parent cc8787ea054a1d35e36fa5cc6081e1c431f72e5f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 27 Jun 2019 20:35:43 +0200

Change primary vis cursor color to yellow

Diffstat:
M.config/vis/themes/adbasic.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/vis/themes/adbasic.lua b/.config/vis/themes/adbasic.lua @@ -26,7 +26,7 @@ lexers.STYLE_IDENTIFIER = '' lexers.STYLE_LINENUMBER = '' lexers.STYLE_LINENUMBER_CURSOR = lexers.STYLE_LINENUMBER lexers.STYLE_CURSOR = 'reverse' -lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',fore:green' +lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',fore:yellow' lexers.STYLE_CURSOR_LINE = 'underlined' lexers.STYLE_COLOR_COLUMN = 'back:#999999' lexers.STYLE_SELECTION = 'back:white'