diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-01-18 10:29:38 -0500 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-01-18 10:29:38 -0500 |
| commit | a25003cd52e931593965503e02bcb980b34923d2 (patch) | |
| tree | d652e3fd49b553d72970eede7eec431576debbdf /kak | |
| parent | 288ec0a25d37ae0ce9d2494bb3866b7cc6b4cc5b (diff) | |
new colours.
Diffstat (limited to 'kak')
| -rw-r--r-- | kak/colors/plain.kak | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kak/colors/plain.kak b/kak/colors/plain.kak index 389dd46..9d75874 100644 --- a/kak/colors/plain.kak +++ b/kak/colors/plain.kak @@ -26,18 +26,18 @@ face global list default # builtin default face global Default default,default -face global PrimarySelection white,blue +face global PrimarySelection black,blue face global SecondarySelection black,blue face global PrimaryCursor white,red -face global SecondaryCursor white,blue +face global SecondaryCursor black,blue face global PrimaryCursorEol white,red face global SecondaryCursorEol default face global LineNumbers default face global LineNumberCursor default -face global MenuForeground white,green -face global MenuBackground green,white +face global MenuForeground black,green +face global MenuBackground green,black face global MenuInfo default -face global Information green,white +face global Information green,black face global Error default face global DiagnosticError default face global DiagnosticWarning default |
