kakoune lp-dark colors: change menu and status line colors

This commit is contained in:
2026-05-09 00:08:56 +02:00
parent a43babdad9
commit 0d9360c53a

View File

@@ -18,6 +18,7 @@ declare-option str comment "70675c"
declare-option str red "ae4242"
declare-option str gray "8f92a3"
declare-option str green "667c50"
declare-option str darkgreen "1c4a21"
declare-option str selectionalpha "80"
@@ -56,17 +57,17 @@ set-face global PrimaryCursor "rgb:%opt{bg},rgb:%opt{mint}"
set-face global SecondaryCursor "rgb:%opt{bg},rgb:%opt{blue}"
set-face global PrimaryCursorEol "rgb:%opt{bg},rgb:%opt{pink}"
set-face global SecondaryCursorEol "rgb:%opt{bg},rgb:%opt{purple}"
set-face global MenuForeground "rgb:%opt{bg},rgb:%opt{darkmint}"
set-face global MenuBackground "rgb:%opt{darkmint},rgb:%opt{bgmenu}"
set-face global MenuForeground "rgb:%opt{fg},rgb:%opt{darkgreen}"
set-face global MenuBackground "rgb:%opt{fg},rgb:%opt{bgmenu}"
set-face global MenuInfo "rgb:%opt{comment}"
set-face global Information "rgb:%opt{yellow},rgb:%opt{bgmenu}"
set-face global Information "rgb:%opt{fg},rgb:%opt{bgmenu}"
set-face global InlineInformation "rgb:%opt{brick}"
set-face global Error "rgb:%opt{orange}"
set-face global DiagnosticError "default,default,rgb:%opt{red}+c"
set-face global DiagnosticWarning "default,default,rgb:%opt{yellow}+c"
set-face global StatusLine "rgb:%opt{yellow2},rgb:%opt{bgmenu}"
set-face global StatusLine "rgb:%opt{fg},rgb:%opt{bgmenu}"
set-face global StatusLineMode "rgb:%opt{mint}"
set-face global StatusLineInfo "rgb:%opt{brick}"
set-face global StatusLineInfo "rgb:%opt{sand}"
set-face global StatusLineValue "rgb:%opt{mint}"
set-face global StatusCursor "rgb:%opt{bg},rgb:%opt{mint}"
set-face global Prompt "rgb:%opt{mint}"