kak: themer.lua
This commit is contained in:
parent
07f91b2654
commit
91b02a6dd6
2 changed files with 2 additions and 10 deletions
|
@ -11,14 +11,7 @@ set -add global ui_options terminal_status_on_top=true
|
||||||
# case insensitive search
|
# case insensitive search
|
||||||
map global normal / /(?i)
|
map global normal / /(?i)
|
||||||
|
|
||||||
eval %sh{
|
source ~/.cache/themer.lua/kakoune
|
||||||
. ~/.config/river/colors
|
|
||||||
if test "$dark" = true; then
|
|
||||||
echo "colorscheme selenized-black"
|
|
||||||
else
|
|
||||||
echo "colorscheme grayscale-superiority"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
# ------------
|
# ------------
|
||||||
# Language Server Protocol
|
# Language Server Protocol
|
||||||
|
@ -118,7 +111,6 @@ evaluate-commands %sh{
|
||||||
}
|
}
|
||||||
hook global ModuleLoaded fzf %{
|
hook global ModuleLoaded fzf %{
|
||||||
set-option global fzf_terminal_command 'fzf-terminal kak -c %val{session} -e "%arg{@}"'
|
set-option global fzf_terminal_command 'fzf-terminal kak -c %val{session} -e "%arg{@}"'
|
||||||
set-option global fzf_default_opts '--color=light'
|
|
||||||
}
|
}
|
||||||
hook global ModuleLoaded fzf-file %{
|
hook global ModuleLoaded fzf-file %{
|
||||||
set-option global fzf_file_command 'rg -L --hidden --files --glob !.git'
|
set-option global fzf_file_command 'rg -L --hidden --files --glob !.git'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 736f1477b466223883be11fd1109613e9b37deb6
|
Subproject commit 12999418de5ebc9ba43604052e464a7ab1c7e5b7
|
Loading…
Reference in a new issue