Compare commits

..

2 Commits

Author SHA1 Message Date
61e964a0e0 kakoune: lp-light oklch colors 2026-05-13 23:25:46 +02:00
5ad950c65e kakoune: lp-dark oklch colors 2026-05-13 23:25:46 +02:00
2 changed files with 13 additions and 15 deletions

View File

@@ -1,15 +1,14 @@
# 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 "696257" declare-option str comment "696257"
declare-option str mint "96e9bf"
declare-option str gray "58666d" declare-option str gray "58666d"
declare-option str red "d48490" declare-option str red "d48490"
declare-option str orange "d4896e" declare-option str orange "d4896e"
declare-option str yelow "bf9752" declare-option str yellow "bf9752"
declare-option str yellow_green "96a85e" declare-option str yellow_green "96a85e"
declare-option str green "62b289" declare-option str green "62b289"
declare-option str cyan "40b1b7" declare-option str cyan "40b1b7"
@@ -69,7 +68,7 @@ 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{green}" set-face global StatusLineValue "rgb:%opt{green}"
set-face global StatusCursor "rgb:%opt{bg},rgb:%opt{green}" 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

View File

@@ -1,16 +1,15 @@
# LP light # LP light
declare-option str bg "faf8f5" declare-option str bg "faf8f5"
declare-option str bgmenu "f1e7da" declare-option str bgmenu "f6ede0"
declare-option str fg "482f0f" declare-option str fg "696257"
declare-option str fgmenu "c6ae90" declare-option str light_yellow "e0b771"
declare-option str comment "696257" declare-option str comment "a59d91"
declare-option str mint "96e9bf"
declare-option str gray "58666d" declare-option str gray "58666d"
declare-option str red "d48490" declare-option str red "d48490"
declare-option str orange "d4896e" declare-option str orange "d4896e"
declare-option str yelow "bf9752" declare-option str yellow "bf9752"
declare-option str yellow_green "96a85e" declare-option str yellow_green "96a85e"
declare-option str green "62b289" declare-option str green "62b289"
declare-option str cyan "40b1b7" declare-option str cyan "40b1b7"
@@ -57,7 +56,7 @@ 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_red}" 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{fg},rgb:%opt{fgmenu}" set-face global MenuForeground "rgb:%opt{fg},rgb:%opt{light_yellow}"
set-face global MenuBackground "rgb:%opt{fg},rgb:%opt{bgmenu}" set-face global MenuBackground "rgb:%opt{fg},rgb:%opt{bgmenu}"
set-face global MenuInfo "rgb:%opt{comment}" set-face global MenuInfo "rgb:%opt{comment}"
set-face global Information "rgb:%opt{fg},rgb:%opt{bgmenu}" set-face global Information "rgb:%opt{fg},rgb:%opt{bgmenu}"
@@ -67,10 +66,10 @@ 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{green}" set-face global StatusLineMode "rgb:%opt{green}"
set-face global StatusLineInfo "rgb:%opt{yellow_green}" set-face global StatusLineInfo "rgb:%opt{yellow}"
set-face global StatusLineValue "rgb:%opt{green}" set-face global StatusLineValue "rgb:%opt{green}"
set-face global StatusCursor "rgb:%opt{bg},rgb:%opt{green}" set-face global StatusCursor "rgb:%opt{bg},rgb:%opt{green}"
set-face global Prompt "rgb:%opt{mint}" set-face global Prompt "rgb:%opt{comment}"
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