From 007e5427d9a54b98cdf38085c16b6df57ada5c12 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 16 Apr 2024 21:01:06 -0600 Subject: [PATCH] zathura --- .gitignore | 1 + zathura/zathurarc | 56 +++++++++++++++++++++-------------------------- 2 files changed, 26 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index 9c6af1d..dfeda23 100644 --- a/.gitignore +++ b/.gitignore @@ -229,3 +229,4 @@ Google/ gpick/ org.keshavnrj.ubuntu/ calcurse/ +uad/ diff --git a/zathura/zathurarc b/zathura/zathurarc index 6b15141..9cff1a5 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -1,35 +1,29 @@ set guioptions none - set recolor set recolor-keephue -set default-fg "#fabd2f" -set default-bg "#1d2021" - -set statusbar-fg "#1d2021" -set statusbar-bg "#fabd2f" - -set inputbar-fg "#1d2021" -set inputbar-bg "#fabd2f" - -set notification-fg "#1d2021" -set notification-bg "#fabd2f" - -set notification-error-fg "#1d2021" -set notification-error-bg "#ab4642" - -set notification-warning-bg "#1d2021" -set notification-warning-fg "#ab4642" - -set highlight-color "#fabd2f" -set highlight-active-color "#fabd2f" -set highlight-fg "#fabd2f" - -set completion-bg "#fabd2f" -set completion-fg "#1d2021" - -set completion-highlight-fg "#1d2021" -set completion-highlight-bg "#fabd2f" - -set recolor-lightcolor "#1d2021" -set recolor-darkcolor "#ebdbb2" +set notification-warning-bg "#1d2021" +set notification-warning-fg "#ab4642" +set completion-highlight-fg "#1d2021" +set completion-highlight-bg "#fabd2f" +set completion-bg "#fabd2f" +set completion-fg "#1d2021" +set highlight-active-color "#fabd2f" +set highlight-color "#fabd2f" +set highlight-fg "#fabd2f" +set notification-error-fg "#1d2021" +set notification-error-bg "#ab4642" +set notification-fg "#1d2021" +set notification-bg "#fabd2f" +set recolor-lightcolor "#1d2021" +set recolor-darkcolor "#ebdbb2" +set index-active-bg "#fabd2f" +set index-active-fg "#1d2021" +set index-bg "#1d2021" +set index-fg "#ebdbb2" +set statusbar-fg "#1d2021" +set statusbar-bg "#fabd2f" +set inputbar-fg "#1d2021" +set inputbar-bg "#fabd2f" +set default-fg "#fabd2f" +set default-bg "#1d2021"