diff options
Diffstat (limited to 'colors')
| -rw-r--r-- | colors/terminal.kak | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/colors/terminal.kak b/colors/terminal.kak index f0a081a..377d170 100644 --- a/colors/terminal.kak +++ b/colors/terminal.kak @@ -28,15 +28,15 @@ face global list red face global Default default,default face global PrimarySelection black,white+g face global SecondarySelection default,bright-blue+g -face global PrimaryCursor white,black +face global PrimaryCursor default,default+r face global SecondaryCursor default,default+fgr -face global PrimaryCursorEol default,bright-magenta+fg -face global SecondaryCursorEol default,bright-magenta+fg +face global PrimaryCursorEol default,red+fg +face global SecondaryCursorEol default,red+fg face global MenuForeground blue,default+r face global MenuBackground blue,default face global MenuInfo cyan face global Information white,default -face global Error bright-red,default+rbc +face global Error bright-red,default+bc face global DiagnosticError red+c face global DiagnosticWarning yellow+c face global StatusLine white,default @@ -45,10 +45,10 @@ face global StatusLineInfo blue face global StatusLineValue green face global StatusCursor default,bright-cyan face global Prompt yellow,default -face global BufferPadding blue,default -face global LineNumbers bright-black+d +face global BufferPadding bright-black,default+d +face global LineNumbers bright-black face global LineNumberCursor default+b face global LineNumbersWrapped white+i -face global MatchingChar default,default+b +face global MatchingChar default,default+bu face global Whitespace bright-cyan,default+fd face global WrapMarker bright-black |
