kakoune: change status bar color in insert mode

This commit is contained in:
2026-05-08 23:29:13 +02:00
parent 754b811dea
commit a43babdad9

View File

@@ -57,6 +57,16 @@ define-command -override open-create-in-dir %{
execute-keys ': edit ' %sh{dirname "$kak_buffile"}/ execute-keys ': edit ' %sh{dirname "$kak_buffile"}/
} }
# CHANGE STATUS BAR COLOR IN INSERT MODE
hook global ModeChange push:.*:insert %{
set-face window StatusLine "default,rgb:1c4a21"
}
hook global ModeChange pop:insert:.* %{
unset-face window StatusLine
}
# ODIN # ODIN
hook global BufSetOption filetype=odin %{ hook global BufSetOption filetype=odin %{