kakoune: add lp-light colors

This commit is contained in:
2026-05-09 12:08:36 +02:00
parent 0d9360c53a
commit 29f75429ed
2 changed files with 118 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ map global -docstring "Options" user 'o' ': enter-user-mode options-mode<ret>'
map global -docstring "Light mode" options-mode 'l' ': colorscheme one-light<ret>'
map global -docstring "Dark mode" options-mode 'd' ': colorscheme one-darker<ret>'
map global -docstring "LP Dark mode" options-mode 'D' ': colorscheme lp-dark<ret>'
map global -docstring "LP Light mode" options-mode 'L' ': colorscheme lp-light<ret>'
map global -docstring "Paste clipboard (append)" user 'p' '<a-!> xsel -bo<ret>'
map global -docstring "Paste clipboard (insert)" user 'P' '! xsel -bo<ret>'