summaryrefslogtreecommitdiffstats
path: root/.config/zathura
diff options
context:
space:
mode:
authorYigit Sever2019-11-12 00:11:55 +0300
committerYigit Sever2019-11-12 00:11:55 +0300
commitcddcffd284d33c3563e7703b91f22a3b0a882247 (patch)
tree21299feb1ba1e114dff801f8ca0abb3fe05c8a0e /.config/zathura
parent860b567bc8d900f6ab25742f3cbd9d322f14edab (diff)
downloaddotfiles-cddcffd284d33c3563e7703b91f22a3b0a882247.tar.gz
dotfiles-cddcffd284d33c3563e7703b91f22a3b0a882247.tar.bz2
dotfiles-cddcffd284d33c3563e7703b91f22a3b0a882247.zip
Change zathura to solarized
diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc40
1 files changed, 36 insertions, 4 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index d021df1..5b33e67 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -1,6 +1,38 @@
1set selection-clipboard clipboard 1set selection-clipboard clipboard
2set incremental-search "true" 2set incremental-search "true"
3set recolor-lightcolor "#080808" #00 3
4set recolor-darkcolor "#E0E0E0" #06 4# Base16 Solarized Dark
5set recolor "true" 5# Author: Ethan Schoonover (modified by aramisgithub)
6set recolor-keephue "true" 6
7set default-bg "#002b36"
8set default-fg "#073642"
9
10set statusbar-fg "#839496"
11set statusbar-bg "#586e75"
12
13set inputbar-bg "#002b36"
14set inputbar-fg "#fdf6e3"
15
16set notification-bg "#002b36"
17set notification-fg "#fdf6e3"
18
19set notification-error-bg "#002b36"
20set notification-error-fg "#dc322f"
21
22set notification-warning-bg "#002b36"
23set notification-warning-fg "#dc322f"
24
25set highlight-color "#b58900"
26set highlight-active-color "#268bd2"
27
28set completion-bg "#073642"
29set completion-fg "#268bd2"
30
31set completion-highlight-fg "#fdf6e3"
32set completion-highlight-bg "#268bd2"
33
34set recolor-lightcolor "#002b36"
35set recolor-darkcolor "#eee8d5"
36
37set recolor "true"
38set recolor-keephue "false"