back to normal xdf
This commit is contained in:
parent
5fbbc12755
commit
63f56615ba
2 changed files with 10 additions and 10 deletions
|
@ -1,2 +1,2 @@
|
||||||
Sxiv.background: #1d2021
|
Sxiv.background: #121212
|
||||||
Sxiv.foreground: #ebdbb2
|
Sxiv.foreground: #ebdbb2
|
||||||
|
|
|
@ -4,21 +4,21 @@ set recolor
|
||||||
set recolor-keephue
|
set recolor-keephue
|
||||||
|
|
||||||
set default-fg "#ebdbb2"
|
set default-fg "#ebdbb2"
|
||||||
set default-bg "#1d2021"
|
set default-bg "#121212"
|
||||||
|
|
||||||
set statusbar-fg "#1d2021"
|
set statusbar-fg "#121212"
|
||||||
set statusbar-bg "#ebdbb2"
|
set statusbar-bg "#ebdbb2"
|
||||||
|
|
||||||
set inputbar-fg "#1d2021"
|
set inputbar-fg "#121212"
|
||||||
set inputbar-bg "#ebdbb2"
|
set inputbar-bg "#ebdbb2"
|
||||||
|
|
||||||
set notification-fg "#1d2021"
|
set notification-fg "#121212"
|
||||||
set notification-bg "#ebdbb2"
|
set notification-bg "#ebdbb2"
|
||||||
|
|
||||||
set notification-error-fg "#1d2021"
|
set notification-error-fg "#121212"
|
||||||
set notification-error-bg "#ab4642"
|
set notification-error-bg "#ab4642"
|
||||||
|
|
||||||
set notification-warning-bg "#1d2021"
|
set notification-warning-bg "#121212"
|
||||||
set notification-warning-fg "#ab4642"
|
set notification-warning-fg "#ab4642"
|
||||||
|
|
||||||
set highlight-color "#ebdbb2"
|
set highlight-color "#ebdbb2"
|
||||||
|
@ -26,10 +26,10 @@ set highlight-active-color "#ebdbb2"
|
||||||
set highlight-fg \#ebdbb2
|
set highlight-fg \#ebdbb2
|
||||||
|
|
||||||
set completion-bg "#ebdbb2"
|
set completion-bg "#ebdbb2"
|
||||||
set completion-fg "#1d2021"
|
set completion-fg "#121212"
|
||||||
|
|
||||||
set completion-highlight-fg "#1d2021"
|
set completion-highlight-fg "#121212"
|
||||||
set completion-highlight-bg "#ebdbb2"
|
set completion-highlight-bg "#ebdbb2"
|
||||||
|
|
||||||
set recolor-lightcolor "#1d2021"
|
set recolor-lightcolor "#121212"
|
||||||
set recolor-darkcolor "#ffffff"
|
set recolor-darkcolor "#ffffff"
|
||||||
|
|
Loading…
Reference in a new issue