From d2476cc8bddc6db8371765cd060d8f12a847d642 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Fri, 4 Aug 2023 00:24:34 -0600 Subject: [PATCH] more colors! --- X11/Xresources | 2 +- zathura/zathurarc | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/X11/Xresources b/X11/Xresources index 8e4390e..79edc71 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -1,2 +1,2 @@ Sxiv.background: #121212 -Sxiv.foreground: #ebdbb2 +Sxiv.foreground: #d3869b diff --git a/zathura/zathurarc b/zathura/zathurarc index c194088..c36623d 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -3,17 +3,17 @@ set guioptions none set recolor set recolor-keephue -set default-fg "#ebdbb2" +set default-fg "#d3869b" set default-bg "#121212" set statusbar-fg "#121212" -set statusbar-bg "#ebdbb2" +set statusbar-bg "#d3869b" set inputbar-fg "#121212" -set inputbar-bg "#ebdbb2" +set inputbar-bg "#d3869b" set notification-fg "#121212" -set notification-bg "#ebdbb2" +set notification-bg "#d3869b" set notification-error-fg "#121212" set notification-error-bg "#ab4642" @@ -21,15 +21,15 @@ set notification-error-bg "#ab4642" set notification-warning-bg "#121212" set notification-warning-fg "#ab4642" -set highlight-color "#ebdbb2" -set highlight-active-color "#ebdbb2" -set highlight-fg \#ebdbb2 +set highlight-color "#d3869b" +set highlight-active-color "#d3869b" +set highlight-fg "#d3869b" -set completion-bg "#ebdbb2" +set completion-bg "#d3869b" set completion-fg "#121212" set completion-highlight-fg "#121212" -set completion-highlight-bg "#ebdbb2" +set completion-highlight-bg "#d3869b" set recolor-lightcolor "#121212" set recolor-darkcolor "#ffffff"