From 0e322d577bf834d8f7c9a7d3c53a58f8e7bb93c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 10 Mar 2016 21:55:41 +0100 Subject: ui: make primary cursor blink --- lexers/themes/solarized.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lexers') diff --git a/lexers/themes/solarized.lua b/lexers/themes/solarized.lua index 9470536..b7b89a3 100644 --- a/lexers/themes/solarized.lua +++ b/lexers/themes/solarized.lua @@ -52,6 +52,7 @@ lexers.STYLE_IDENTIFIER = fg lexers.STYLE_LINENUMBER = fg lexers.STYLE_CURSOR = 'fore:'..colors.base03..',back:'..colors.base0 +lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',blink' lexers.STYLE_CURSOR_LINE = 'back:'..colors.base02 lexers.STYLE_COLOR_COLUMN = 'back:'..colors.base02 -- lexers.STYLE_SELECTION = 'back:'..colors.base02 -- cgit v1.2.3