aboutsummaryrefslogtreecommitdiff
path: root/lua/themes/dark-16.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/themes/dark-16.lua')
-rw-r--r--lua/themes/dark-16.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/themes/dark-16.lua b/lua/themes/dark-16.lua
index fcfc1f8..fd7e1db 100644
--- a/lua/themes/dark-16.lua
+++ b/lua/themes/dark-16.lua
@@ -24,6 +24,7 @@ lexers.STYLE_EMBEDDED = 'back:blue,bold'
lexers.STYLE_IDENTIFIER = 'fore:white'
lexers.STYLE_LINENUMBER = 'fore:white'
+lexers.STYLE_LINENUMBER_CURSOR = lexers.STYLE_LINENUMBER
lexers.STYLE_CURSOR = 'reverse'
lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',fore:yellow'
lexers.STYLE_CURSOR_LINE = 'underlined'