diff --git a/.config/vis/themes/rose-pine-dawn-colorless.lua b/.config/vis/themes/rose-pine-dawn-colorless.lua index e338ab9..5b8ba17 100644 --- a/.config/vis/themes/rose-pine-dawn-colorless.lua +++ b/.config/vis/themes/rose-pine-dawn-colorless.lua @@ -11,6 +11,7 @@ local surface = '#fffaf3' local overlay = '#f2e9e1' local highlight_med = '#dfdad9' +local highlight_high = '#cecacd' local lexers = vis.lexers @@ -38,7 +39,7 @@ lexers.STYLE_IDENTIFIER = 'fore:'..text lexers.STYLE_LINENUMBER = 'fore:'..subtle lexers.STYLE_LINENUMBER_CURSOR = lexers.STYLE_LINENUMBER -lexers.STYLE_CURSOR = 'back:'..muted +lexers.STYLE_CURSOR = 'back:'..highlight_high lexers.STYLE_CURSOR_PRIMARY = lexers.STYLE_CURSOR..',fore:'..subtle lexers.STYLE_CURSOR_LINE = 'underlined' lexers.STYLE_COLOR_COLUMN = 'back:'..highlight_med