diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-12-05 17:18:33 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-12-05 17:18:33 +0100 |
commit | f58a2a67a7fd757c2de90cdbc326719dd199f740 (patch) | |
tree | 6eab06bd3f2261e57b97b7fd518f5f3016b0855b | |
parent | 671ce6c305baa8152efa7514c23526801550f3f5 (diff) |
zathurarc update
-rw-r--r-- | .config/zathura/zathurarc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 36da877..e68255c 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -20,12 +20,13 @@ set completion-bg "#121213" set notification-error-fg "#121213" set notification-warning-fg "#121213" set notification-fg "#121213" +set recolor-lightcolor "#121213" set default-fg "#f9ece8" set inputbar-fg "#f9ece8" set completion-fg "#f9ece8" set statusbar-fg "#f9ece8" -set recolor-lightcolor rgba(2249,236,232,0) +set recolor-darkcolor "#f9ece8" set notification-error-bg "#DE9DAC" set notification-warning-bg "#DE9DAC" |