diff options
author | Yigit Sever | 2019-11-23 16:38:58 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-23 16:38:58 +0300 |
commit | b894de1dcb9dd13c52b45f0d45c15583a7910c29 (patch) | |
tree | 77fd1aa582b3e8cef36c86f3ec3bd2b2177c693d /.config | |
parent | 9e0348c7eebf0619bfc6906dcf85cac4137ab09c (diff) | |
download | dotfiles-b894de1dcb9dd13c52b45f0d45c15583a7910c29.tar.gz dotfiles-b894de1dcb9dd13c52b45f0d45c15583a7910c29.tar.bz2 dotfiles-b894de1dcb9dd13c52b45f0d45c15583a7910c29.zip |
Change zathura theme to onedark
Diffstat (limited to '.config')
-rw-r--r-- | .config/zathura/zathurarc | 51 |
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 @@ | |||
1 | set selection-clipboard clipboard | 1 | set selection-clipboard clipboard |
2 | set incremental-search "true" | 2 | set incremental-search "true" |
3 | 3 | ||
4 | # Base16 Solarized Dark | 4 | set default-bg "#282c34" |
5 | # Author: Ethan Schoonover (modified by aramisgithub) | 5 | set default-fg "#353b45" |
6 | 6 | ||
7 | set default-bg "#002b36" | 7 | set statusbar-fg "#565c64" |
8 | set default-fg "#073642" | 8 | set statusbar-bg "#3e4451" |
9 | 9 | ||
10 | set statusbar-fg "#839496" | 10 | set inputbar-bg "#282c34" |
11 | set statusbar-bg "#586e75" | 11 | set inputbar-fg "#c8ccd4" |
12 | 12 | ||
13 | set inputbar-bg "#002b36" | 13 | set notification-bg "#282c34" |
14 | set inputbar-fg "#fdf6e3" | 14 | set notification-fg "#c8ccd4" |
15 | 15 | ||
16 | set notification-bg "#002b36" | 16 | set notification-error-bg "#282c34" |
17 | set notification-fg "#fdf6e3" | 17 | set notification-error-fg "#e06c75" |
18 | 18 | ||
19 | set notification-error-bg "#002b36" | 19 | set notification-warning-bg "#282c34" |
20 | set notification-error-fg "#dc322f" | 20 | set notification-warning-fg "#e06c75" |
21 | 21 | ||
22 | set notification-warning-bg "#002b36" | 22 | set highlight-color "#e5c07b" |
23 | set notification-warning-fg "#dc322f" | 23 | set highlight-active-color "#61afef" |
24 | 24 | ||
25 | set highlight-color "#b58900" | 25 | set completion-bg "#353b45" |
26 | set highlight-active-color "#268bd2" | 26 | set completion-fg "#61afef" |
27 | 27 | ||
28 | set completion-bg "#073642" | 28 | set completion-highlight-fg "#c8ccd4" |
29 | set completion-fg "#268bd2" | 29 | set completion-highlight-bg "#61afef" |
30 | 30 | ||
31 | set completion-highlight-fg "#fdf6e3" | 31 | set recolor-lightcolor "#282c34" |
32 | set completion-highlight-bg "#268bd2" | 32 | set recolor-darkcolor "#b6bdca" |
33 | 33 | ||
34 | set recolor-lightcolor "#002b36" | 34 | set recolor "true" |
35 | set recolor-darkcolor "#eee8d5" | 35 | set recolor-keephue "false" |
36 | |||
37 | set recolor "true" | ||
38 | set recolor-keephue "false" | ||