diff options
author | Yigit Sever | 2019-11-12 00:11:55 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-12 00:11:55 +0300 |
commit | cddcffd284d33c3563e7703b91f22a3b0a882247 (patch) | |
tree | 21299feb1ba1e114dff801f8ca0abb3fe05c8a0e | |
parent | 860b567bc8d900f6ab25742f3cbd9d322f14edab (diff) | |
download | dotfiles-cddcffd284d33c3563e7703b91f22a3b0a882247.tar.gz dotfiles-cddcffd284d33c3563e7703b91f22a3b0a882247.tar.bz2 dotfiles-cddcffd284d33c3563e7703b91f22a3b0a882247.zip |
Change zathura to solarized
-rw-r--r-- | .config/zathura/zathurarc | 40 |
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 @@ | |||
1 | set selection-clipboard clipboard | 1 | set selection-clipboard clipboard |
2 | set incremental-search "true" | 2 | set incremental-search "true" |
3 | set recolor-lightcolor "#080808" #00 | 3 | |
4 | set recolor-darkcolor "#E0E0E0" #06 | 4 | # Base16 Solarized Dark |
5 | set recolor "true" | 5 | # Author: Ethan Schoonover (modified by aramisgithub) |
6 | set recolor-keephue "true" | 6 | |
7 | set default-bg "#002b36" | ||
8 | set default-fg "#073642" | ||
9 | |||
10 | set statusbar-fg "#839496" | ||
11 | set statusbar-bg "#586e75" | ||
12 | |||
13 | set inputbar-bg "#002b36" | ||
14 | set inputbar-fg "#fdf6e3" | ||
15 | |||
16 | set notification-bg "#002b36" | ||
17 | set notification-fg "#fdf6e3" | ||
18 | |||
19 | set notification-error-bg "#002b36" | ||
20 | set notification-error-fg "#dc322f" | ||
21 | |||
22 | set notification-warning-bg "#002b36" | ||
23 | set notification-warning-fg "#dc322f" | ||
24 | |||
25 | set highlight-color "#b58900" | ||
26 | set highlight-active-color "#268bd2" | ||
27 | |||
28 | set completion-bg "#073642" | ||
29 | set completion-fg "#268bd2" | ||
30 | |||
31 | set completion-highlight-fg "#fdf6e3" | ||
32 | set completion-highlight-bg "#268bd2" | ||
33 | |||
34 | set recolor-lightcolor "#002b36" | ||
35 | set recolor-darkcolor "#eee8d5" | ||
36 | |||
37 | set recolor "true" | ||
38 | set recolor-keephue "false" | ||