kakoune: lp-dark oklch colors

This commit is contained in:
2026-05-13 20:12:01 +02:00
parent aca76de49d
commit 5ad950c65e

View File

@@ -1,25 +1,24 @@
# LP Dark # LP Dark
declare-option str bg "111c22" declare-option str bg "272117"
declare-option str bgmenu "262b40" declare-option str bgmenu "1c222b"
declare-option str fg "a1a3aa" declare-option str fg "a29e98"
declare-option str comment "70675c" declare-option str comment "696257"
declare-option str mint "96e9bf" declare-option str gray "58666d"
declare-option str gray "8f92a3"
declare-option str red "c85b51" declare-option str red "d48490"
declare-option str orange "c88c51" declare-option str orange "d4896e"
declare-option str yellow "c8be51" declare-option str yellow "bf9752"
declare-option str yellow_green "a0c851" declare-option str yellow_green "96a85e"
declare-option str green "6ec851" declare-option str green "62b289"
declare-option str cyan "51c8c8" declare-option str cyan "40b1b7"
declare-option str blue "5196c8" declare-option str blue "54aad1"
declare-option str blue_violet "5164c8" declare-option str blue_violet "7a9fdd"
declare-option str violet "6e51c8" declare-option str violet "9d94d9"
declare-option str pink "c851be" declare-option str pink "ba8ac5"
declare-option str pink_red "c8518c" declare-option str pink_red "ce84a7"
declare-option str selectionalpha "80" declare-option str selectionalpha "90"
## CODE ## CODE
@@ -50,11 +49,11 @@ set-face global list "rgb:%opt{orange}"
## BUILTIN ## BUILTIN
set-face global Default "rgb:%opt{fg},rgb:%opt{bg}" set-face global Default "rgb:%opt{fg},rgb:%opt{bg}"
set-face global PrimarySelection "rgb:%opt{bg},rgba:%opt{mint}%opt{selectionalpha}" set-face global PrimarySelection "rgb:%opt{bg},rgba:%opt{green}%opt{selectionalpha}"
set-face global SecondarySelection "rgb:%opt{bg},rgba:%opt{blue}%opt{selectionalpha}" set-face global SecondarySelection "rgb:%opt{bg},rgba:%opt{blue}%opt{selectionalpha}"
set-face global PrimaryCursor "rgb:%opt{bg},rgb:%opt{mint}" set-face global PrimaryCursor "rgb:%opt{bg},rgb:%opt{green}"
set-face global SecondaryCursor "rgb:%opt{bg},rgb:%opt{blue}" set-face global SecondaryCursor "rgb:%opt{bg},rgb:%opt{blue}"
set-face global PrimaryCursorEol "rgb:%opt{bg},rgb:%opt{pink}" set-face global PrimaryCursorEol "rgb:%opt{bg},rgb:%opt{pink_red}"
set-face global SecondaryCursorEol "rgb:%opt{bg},rgb:%opt{violet}" set-face global SecondaryCursorEol "rgb:%opt{bg},rgb:%opt{violet}"
set-face global MenuForeground "rgb:%opt{bg},rgb:%opt{fg}" set-face global MenuForeground "rgb:%opt{bg},rgb:%opt{fg}"
set-face global MenuBackground "rgb:%opt{fg},rgb:%opt{bgmenu}" set-face global MenuBackground "rgb:%opt{fg},rgb:%opt{bgmenu}"
@@ -65,11 +64,11 @@ set-face global Error "rgb:%opt{orange}"
set-face global DiagnosticError "default,default,rgb:%opt{red}+c" set-face global DiagnosticError "default,default,rgb:%opt{red}+c"
set-face global DiagnosticWarning "default,default,rgb:%opt{yellow}+c" set-face global DiagnosticWarning "default,default,rgb:%opt{yellow}+c"
set-face global StatusLine "rgb:%opt{fg},rgb:%opt{bgmenu}" set-face global StatusLine "rgb:%opt{fg},rgb:%opt{bgmenu}"
set-face global StatusLineMode "rgb:%opt{mint}" set-face global StatusLineMode "rgb:%opt{green}"
set-face global StatusLineInfo "rgb:%opt{yellow_green}" set-face global StatusLineInfo "rgb:%opt{yellow_green}"
set-face global StatusLineValue "rgb:%opt{mint}" set-face global StatusLineValue "rgb:%opt{green}"
set-face global StatusCursor "rgb:%opt{bg},rgb:%opt{mint}" set-face global StatusCursor "rgb:%opt{bg},rgb:%opt{green}"
set-face global Prompt "rgb:%opt{mint}" set-face global Prompt "rgb:%opt{green}"
set-face global BufferPadding "rgb:%opt{bg},rgb:%opt{bg}" set-face global BufferPadding "rgb:%opt{bg},rgb:%opt{bg}"
# Built-in highlighter faces # Built-in highlighter faces