summaryrefslogtreecommitdiffstats
path: root/.config/zathura
diff options
context:
space:
mode:
authorYigit Sever2019-11-23 16:38:58 +0300
committerYigit Sever2019-11-23 16:38:58 +0300
commitb894de1dcb9dd13c52b45f0d45c15583a7910c29 (patch)
tree77fd1aa582b3e8cef36c86f3ec3bd2b2177c693d /.config/zathura
parent9e0348c7eebf0619bfc6906dcf85cac4137ab09c (diff)
downloaddotfiles-b894de1dcb9dd13c52b45f0d45c15583a7910c29.tar.gz
dotfiles-b894de1dcb9dd13c52b45f0d45c15583a7910c29.tar.bz2
dotfiles-b894de1dcb9dd13c52b45f0d45c15583a7910c29.zip
Change zathura theme to onedark
diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc51
1 files changed, 24 insertions, 27 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 5b33e67..24e6b55 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -1,38 +1,35 @@
1set selection-clipboard clipboard 1set selection-clipboard clipboard
2set incremental-search "true" 2set incremental-search "true"
3 3
4# Base16 Solarized Dark 4set default-bg "#282c34"
5# Author: Ethan Schoonover (modified by aramisgithub) 5set default-fg "#353b45"
6 6
7set default-bg "#002b36" 7set statusbar-fg "#565c64"
8set default-fg "#073642" 8set statusbar-bg "#3e4451"
9 9
10set statusbar-fg "#839496" 10set inputbar-bg "#282c34"
11set statusbar-bg "#586e75" 11set inputbar-fg "#c8ccd4"
12 12
13set inputbar-bg "#002b36" 13set notification-bg "#282c34"
14set inputbar-fg "#fdf6e3" 14set notification-fg "#c8ccd4"
15 15
16set notification-bg "#002b36" 16set notification-error-bg "#282c34"
17set notification-fg "#fdf6e3" 17set notification-error-fg "#e06c75"
18 18
19set notification-error-bg "#002b36" 19set notification-warning-bg "#282c34"
20set notification-error-fg "#dc322f" 20set notification-warning-fg "#e06c75"
21 21
22set notification-warning-bg "#002b36" 22set highlight-color "#e5c07b"
23set notification-warning-fg "#dc322f" 23set highlight-active-color "#61afef"
24 24
25set highlight-color "#b58900" 25set completion-bg "#353b45"
26set highlight-active-color "#268bd2" 26set completion-fg "#61afef"
27 27
28set completion-bg "#073642" 28set completion-highlight-fg "#c8ccd4"
29set completion-fg "#268bd2" 29set completion-highlight-bg "#61afef"
30 30
31set completion-highlight-fg "#fdf6e3" 31set recolor-lightcolor "#282c34"
32set completion-highlight-bg "#268bd2" 32set recolor-darkcolor "#b6bdca"
33 33
34set recolor-lightcolor "#002b36" 34set recolor "true"
35set recolor-darkcolor "#eee8d5" 35set recolor-keephue "false"
36
37set recolor "true"
38set recolor-keephue "false"