AutoYADM commit: 2024-12-12 19:35:03
This commit is contained in:
parent
c5b3c8e9b7
commit
67a99593db
1 changed files with 22 additions and 22 deletions
|
@ -4,33 +4,33 @@ map <C-o> zoom out
|
||||||
map <S-Down> navigate next
|
map <S-Down> navigate next
|
||||||
map <S-Up> navigate previous
|
map <S-Up> navigate previous
|
||||||
|
|
||||||
set completion-bg "#0f0f0f"
|
set completion-bg "#121212"
|
||||||
set completion-fg "#d4d4d4"
|
set completion-fg "#d5d5d5"
|
||||||
set completion-group-bg "#0f0f0f"
|
set completion-group-bg "#121212"
|
||||||
set completion-group-fg "#A23D3D"
|
set completion-group-fg "#A23D3D"
|
||||||
set completion-highlight-bg "#d4d4d4"
|
set completion-highlight-bg "#d5d5d5"
|
||||||
set completion-highlight-fg "#0f0f0f"
|
set completion-highlight-fg "#121212"
|
||||||
|
|
||||||
set recolor-lightcolor "#0f0f0f"
|
set recolor-lightcolor "#121212"
|
||||||
set recolor-darkcolor "#d4d4d4"
|
set recolor-darkcolor "#d5d5d5"
|
||||||
set default-bg "#0f0f0f"
|
set default-bg "#121212"
|
||||||
|
|
||||||
set inputbar-bg "#0f0f0f"
|
set inputbar-bg "#121212"
|
||||||
set inputbar-fg "#d4d4d4"
|
set inputbar-fg "#d5d5d5"
|
||||||
set notification-bg "#0f0f0f"
|
set notification-bg "#121212"
|
||||||
set notification-fg "#d4d4d4"
|
set notification-fg "#d5d5d5"
|
||||||
set notification-error-bg "#933737"
|
set notification-error-bg "#933737"
|
||||||
set notification-error-fg "#d4d4d4"
|
set notification-error-fg "#d5d5d5"
|
||||||
set notification-warning-bg "#933737"
|
set notification-warning-bg "#933737"
|
||||||
set notification-warning-fg "#d4d4d4"
|
set notification-warning-fg "#d5d5d5"
|
||||||
set statusbar-bg "#0f0f0f"
|
set statusbar-bg "#121212"
|
||||||
set statusbar-fg "#d4d4d4"
|
set statusbar-fg "#d5d5d5"
|
||||||
set index-bg "#0f0f0f"
|
set index-bg "#121212"
|
||||||
set index-fg "#d4d4d4"
|
set index-fg "#d5d5d5"
|
||||||
set index-active-bg "#d4d4d4"
|
set index-active-bg "#d5d5d5"
|
||||||
set index-active-fg "#0f0f0f"
|
set index-active-fg "#121212"
|
||||||
set render-loading-bg "#0f0f0f"
|
set render-loading-bg "#121212"
|
||||||
set render-loading-fg "#d4d4d4"
|
set render-loading-fg "#d5d5d5"
|
||||||
|
|
||||||
set window-title-home-tilde true
|
set window-title-home-tilde true
|
||||||
set statusbar-basename true
|
set statusbar-basename true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue