2021-08-16 22:21:31 +08:00
|
|
|
set window-title-basename "true"
|
|
|
|
set selection-clipboard "clipboard"
|
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set default-bg "#2a2f33"
|
|
|
|
set default-fg "#bfddb2"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set statusbar-fg "#767b82"
|
|
|
|
set statusbar-bg "#2e3338"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set inputbar-bg "#2e3338"
|
|
|
|
set inputbar-fg "#acb765"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set notification-bg "#2a2f33"
|
|
|
|
set notification-fg "#82abbc"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set notification-error-bg "#614b51"
|
|
|
|
set notification-error-fg "#d76e6e"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set notification-warning-bg "#5d5c50"
|
|
|
|
set notification-warning-fg "#e5a46b"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set highlight-color "#474f54"
|
|
|
|
set highlight-active-color "#d38bb6"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set completion-bg "#474f54"
|
|
|
|
set completion-fg "#acb765"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set completion-highlight-fg "#d39bb6"
|
|
|
|
set completion-highlight-bg "#31363b"
|
2021-08-16 22:21:31 +08:00
|
|
|
|
2022-04-03 19:12:38 +08:00
|
|
|
set recolor-lightcolor "#2a2f33"
|
|
|
|
set recolor-darkcolor "#bfddb2"
|
2021-08-16 22:21:31 +08:00
|
|
|
|