new background
This commit is contained in:
parent
0526d97086
commit
5fbbc12755
3 changed files with 11 additions and 11 deletions
|
@ -1,2 +1,2 @@
|
||||||
Sxiv.background: #121212
|
Sxiv.background: #1d2021
|
||||||
Sxiv.foreground: #ebdbb2
|
Sxiv.foreground: #ebdbb2
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
gap_size = 0
|
gap_size = 0
|
||||||
separator_color = frame
|
separator_color = frame
|
||||||
|
|
||||||
font = Source Code Pro 10
|
font = Jet Brains Mono 10
|
||||||
line_height = 0
|
line_height = 0
|
||||||
markup = full
|
markup = full
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%s</b>\n%b"
|
||||||
|
|
|
@ -4,21 +4,21 @@ set recolor
|
||||||
set recolor-keephue
|
set recolor-keephue
|
||||||
|
|
||||||
set default-fg "#ebdbb2"
|
set default-fg "#ebdbb2"
|
||||||
set default-bg "#121212"
|
set default-bg "#1d2021"
|
||||||
|
|
||||||
set statusbar-fg "#121212"
|
set statusbar-fg "#1d2021"
|
||||||
set statusbar-bg "#ebdbb2"
|
set statusbar-bg "#ebdbb2"
|
||||||
|
|
||||||
set inputbar-fg "#121212"
|
set inputbar-fg "#1d2021"
|
||||||
set inputbar-bg "#ebdbb2"
|
set inputbar-bg "#ebdbb2"
|
||||||
|
|
||||||
set notification-fg "#121212"
|
set notification-fg "#1d2021"
|
||||||
set notification-bg "#ebdbb2"
|
set notification-bg "#ebdbb2"
|
||||||
|
|
||||||
set notification-error-fg "#121212"
|
set notification-error-fg "#1d2021"
|
||||||
set notification-error-bg "#ab4642"
|
set notification-error-bg "#ab4642"
|
||||||
|
|
||||||
set notification-warning-bg "#121212"
|
set notification-warning-bg "#1d2021"
|
||||||
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 "#121212"
|
set completion-fg "#1d2021"
|
||||||
|
|
||||||
set completion-highlight-fg "#121212"
|
set completion-highlight-fg "#1d2021"
|
||||||
set completion-highlight-bg "#ebdbb2"
|
set completion-highlight-bg "#ebdbb2"
|
||||||
|
|
||||||
set recolor-lightcolor "#121212"
|
set recolor-lightcolor "#1d2021"
|
||||||
set recolor-darkcolor "#ffffff"
|
set recolor-darkcolor "#ffffff"
|
||||||
|
|
Loading…
Reference in a new issue