summaryrefslogtreecommitdiffstats
path: root/.config/zathura
diff options
context:
space:
mode:
authorYigit Sever2021-10-06 02:19:50 +0300
committerYigit Sever2021-10-06 02:19:50 +0300
commit17956e73894f2b1e5de2116ea68d57dad09b6e23 (patch)
tree4881840e338c0a166397c815dbe1258c9f4ec598 /.config/zathura
parent21ad8ef3554acd55558a39035c10c278019f4ef1 (diff)
downloaddotfiles-17956e73894f2b1e5de2116ea68d57dad09b6e23.tar.gz
dotfiles-17956e73894f2b1e5de2116ea68d57dad09b6e23.tar.bz2
dotfiles-17956e73894f2b1e5de2116ea68d57dad09b6e23.zip
zathura: change colorscheme to pine-rose
diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc45
1 files changed, 20 insertions, 25 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index a3d7f3c..c8b52a6 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -2,40 +2,35 @@ set selection-clipboard "clipboard"
2set incremental-search "true" 2set incremental-search "true"
3set guioptions "shv" 3set guioptions "shv"
4 4
5set default-fg "#9e9e9e" 5set default-bg "#191724"
6set default-bg "#0e0e0e" 6set default-fg "#e0def4"
7 7
8set recolor-darkcolor "#b2b2b2" 8set statusbar-fg "#e0def4"
9set recolor-lightcolor "#080808" 9set statusbar-bg "#555169"
10 10
11set statusbar-fg "#b2b2b2" 11set inputbar-bg "#6e6a86"
12set statusbar-bg "#080808" 12set inputbar-fg "#ebbcba"
13 13
14set inputbar-fg "#9e9e9e" 14set notification-bg "#e0def4"
15set inputbar-bg "#080808" 15set notification-fg "#555169"
16 16
17set notification-fg "#c8ccd4" 17set notification-error-bg "#f6c177"
18set notification-bg "#282c34" 18set notification-error-fg "#555169"
19 19
20set notification-error-fg "#ff5454" 20set notification-warning-bg "#ebbcba"
21set notification-error-bg "#080808" 21set notification-warning-fg "#555169"
22 22
23set notification-warning-fg "#e3c78a" 23set highlight-color "#ebbcba"
24set notification-warning-bg "#080808" 24set highlight-active-color "#eb6f92"
25 25
26set highlight-color "#e5c07b" 26set completion-bg "#6e6a86"
27set highlight-active-color "#ff5454" 27set completion-fg "#ebbcba"
28 28
29set completion-fg "#80a0ff" 29set completion-highlight-fg "#26233a"
30set completion-bg "#080808" 30set completion-highlight-bg "#ebbcba"
31 31
32set completion-highlight-fg "#080808" 32set recolor-lightcolor "#191724"
33set completion-highlight-bg "#80a0ff" 33set recolor-darkcolor "#e0def4"
34
35set index-fg "#9e9e9e"
36set index-bg "#080808"
37set index-active-fg "#080808"
38set index-active-bg "#8cc85f"
39 34
40set recolor "true" 35set recolor "true"
41set recolor-keephue "false" 36set recolor-keephue "false"