From 63f56615bad2d4a41746c1451c71a69640afd5d9 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 23 Jul 2023 21:13:38 -0600 Subject: [PATCH] back to normal xdf --- Xresources | 2 +- zathura/zathurarc | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Xresources b/Xresources index 0346e94..8e4390e 100644 --- a/Xresources +++ b/Xresources @@ -1,2 +1,2 @@ -Sxiv.background: #1d2021 +Sxiv.background: #121212 Sxiv.foreground: #ebdbb2 diff --git a/zathura/zathurarc b/zathura/zathurarc index a0b4a36..c194088 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -4,21 +4,21 @@ set recolor set recolor-keephue 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 inputbar-fg "#1d2021" +set inputbar-fg "#121212" set inputbar-bg "#ebdbb2" -set notification-fg "#1d2021" +set notification-fg "#121212" set notification-bg "#ebdbb2" -set notification-error-fg "#1d2021" +set notification-error-fg "#121212" set notification-error-bg "#ab4642" -set notification-warning-bg "#1d2021" +set notification-warning-bg "#121212" 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 "#1d2021" +set completion-fg "#121212" -set completion-highlight-fg "#1d2021" +set completion-highlight-fg "#121212" set completion-highlight-bg "#ebdbb2" -set recolor-lightcolor "#1d2021" +set recolor-lightcolor "#121212" set recolor-darkcolor "#ffffff"