diff --git a/Xresources b/Xresources index 8e4390e..0346e94 100644 --- a/Xresources +++ b/Xresources @@ -1,2 +1,2 @@ -Sxiv.background: #121212 +Sxiv.background: #1d2021 Sxiv.foreground: #ebdbb2 diff --git a/dunst/dunstrc b/dunst/dunstrc index 3ab2c88..7b476fc 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -31,7 +31,7 @@ gap_size = 0 separator_color = frame - font = Source Code Pro 10 + font = Jet Brains Mono 10 line_height = 0 markup = full format = "%s\n%b" diff --git a/zathura/zathurarc b/zathura/zathurarc index c194088..a0b4a36 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -4,21 +4,21 @@ set recolor set recolor-keephue 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 inputbar-fg "#121212" +set inputbar-fg "#1d2021" set inputbar-bg "#ebdbb2" -set notification-fg "#121212" +set notification-fg "#1d2021" set notification-bg "#ebdbb2" -set notification-error-fg "#121212" +set notification-error-fg "#1d2021" set notification-error-bg "#ab4642" -set notification-warning-bg "#121212" +set notification-warning-bg "#1d2021" set notification-warning-fg "#ab4642" set highlight-color "#ebdbb2" @@ -26,10 +26,10 @@ set highlight-active-color "#ebdbb2" set highlight-fg \#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 recolor-lightcolor "#121212" +set recolor-lightcolor "#1d2021" set recolor-darkcolor "#ffffff"