mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-25 04:11:49 +08:00
34 lines
920 B
Plaintext
34 lines
920 B
Plaintext
|
set window-title-basename "true"
|
||
|
set selection-clipboard "clipboard"
|
||
|
|
||
|
set default-bg "#161821"
|
||
|
set default-fg "#1e2132"
|
||
|
|
||
|
set statusbar-fg "#6b7089"
|
||
|
set statusbar-bg "#161821"
|
||
|
|
||
|
set inputbar-bg "#161821"
|
||
|
set inputbar-fg "#84a0c6"
|
||
|
|
||
|
set notification-bg "#161821"
|
||
|
set notification-fg "#91acd1"
|
||
|
|
||
|
set notification-error-bg "#161821"
|
||
|
set notification-error-fg "#e27878"
|
||
|
|
||
|
set notification-warning-bg "#161821"
|
||
|
set notification-warning-fg "#e27878"
|
||
|
|
||
|
set highlight-color "#e2a478"
|
||
|
set highlight-active-color "#91acd1"
|
||
|
|
||
|
set completion-bg "#161821"
|
||
|
set completion-fg "#84a0c6"
|
||
|
|
||
|
set completion-highlight-fg "#95c4ce"
|
||
|
set completion-highlight-bg "#a093c7"
|
||
|
|
||
|
set recolor-lightcolor "#161821"
|
||
|
set recolor-darkcolor "#c6c8d1"
|
||
|
|