diff options
| author | Nanderty <psopka@sopka.ch> | 2025-08-26 15:36:10 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-08-26 15:36:10 +0200 |
| commit | 0eea8c715ab9b5148eb6b63957d5e4bc350a88d7 (patch) | |
| tree | 7c7a6ed3d2c254c0df1088b600185e226af1f4b2 /colors | |
| parent | bff5b4f2bd2074b1d153b9db53fd47ca4633b8f7 (diff) | |
| download | kakoune-config-0eea8c715ab9b5148eb6b63957d5e4bc350a88d7.tar.gz kakoune-config-0eea8c715ab9b5148eb6b63957d5e4bc350a88d7.tar.bz2 kakoune-config-0eea8c715ab9b5148eb6b63957d5e4bc350a88d7.zip | |
improve colorscheme
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 |
