summaryrefslogtreecommitdiff
path: root/.config/zathura
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-02-28 23:40:51 +0530
committerlistout <listout@protonmail.com>2022-02-28 23:40:51 +0530
commit0f2f3fa101295928399cb22eb68f37cdeef69270 (patch)
treeb80ec1cd08c153c4e878352480174f7c29abf857 /.config/zathura
parent45936cb60f1d6cf820412275b9b89fdcd044256e (diff)
tokyo night colorscheme for zathura
Diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc32
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 411e153..64c3714 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -3,4 +3,36 @@ set window-title-home-tilde true
set statusbar-basename true
set selection-clipboard clipboard
+set default-bg "#1a1b26"
+set default-fg "#a9b1d6"
+
+set statusbar-fg "#a9b1d6"
+set statusbar-bg "#24283b"
+
+set inputbar-bg "#1a1b26"
+set inputbar-fg "#73daca"
+
+set notification-bg "#1a1b26"
+set notification-fg "#73daca"
+
+set notification-error-bg "#1a1b26"
+set notification-error-fg "#f7768e"
+
+set notification-warning-bg "#1a1b26"
+set notification-warning-fg "#f7768e"
+
+set highlight-color "#e0af68"
+set highlight-active-color "#9aa5ce"
+
+set completion-bg "#24283b"
+set completion-fg "#a9b1d6"
+
+set completion-highlight-fg "#9aa5ce"
+set completion-highlight-bg "24283b"
+
+set recolor-lightcolor "#16161e"
+set recolor-darkcolor "#a9b1d6"
+
+set recolor "true"
+set recolor-keephue "false"
# vim: set ft=config: