summaryrefslogtreecommitdiffstats
path: root/.config/zathura
diff options
context:
space:
mode:
authorYigit Sever2020-05-12 12:38:28 +0300
committerYigit Sever2020-05-12 12:38:28 +0300
commit27b5443fe21bdb2d1f48405501c683e6d077cbbd (patch)
treed1c01f6cf18dd70556c2f593f0ab9d8a29d70f8b /.config/zathura
parent911c6b41aafaf9686d9fdb709b5b92303255979f (diff)
downloaddotfiles-27b5443fe21bdb2d1f48405501c683e6d077cbbd.tar.gz
dotfiles-27b5443fe21bdb2d1f48405501c683e6d077cbbd.tar.bz2
dotfiles-27b5443fe21bdb2d1f48405501c683e6d077cbbd.zip
migrate to moonfly
diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc61
1 files changed, 35 insertions, 26 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 5ac5022..a0759f3 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -1,39 +1,48 @@
1set selection-clipboard clipboard 1set selection-clipboard "clipboard"
2set incremental-search "true" 2set incremental-search "true"
3set guioptions "shv"
3 4
4set default-bg "#282c34" 5set default-fg "#9e9e9e"
5set default-fg "#353b45" 6set default-bg "#0e0e0e"
6 7
7set statusbar-fg "#c8ccd4" 8set recolor-darkcolor "#b2b2b2"
8set statusbar-bg "#3e4451" 9set recolor-lightcolor "#080808"
9 10
10set inputbar-bg "#282c34" 11set statusbar-fg "#b2b2b2"
11set inputbar-fg "#c8ccd4" 12set statusbar-bg "#080808"
12 13
13set notification-bg "#282c34" 14set inputbar-fg "#9e9e9e"
14set notification-fg "#c8ccd4" 15set inputbar-bg "#080808"
15 16
16set notification-error-bg "#282c34" 17set notification-fg "#c8ccd4"
17set notification-error-fg "#e06c75" 18set notification-bg "#282c34"
18 19
19set notification-warning-bg "#282c34" 20set notification-error-fg "#ff5454"
20set notification-warning-fg "#e06c75" 21set notification-error-bg "#080808"
21 22
22set highlight-color "#e5c07b" 23set notification-warning-fg "#e3c78a"
23set highlight-active-color "#61afef" 24set notification-warning-bg "#080808"
24 25
25set completion-bg "#353b45" 26set highlight-color "#e5c07b"
26set completion-fg "#61afef" 27set highlight-active-color "#ff5454"
27 28
28set completion-highlight-fg "#c8ccd4" 29set completion-fg "#80a0ff"
29set completion-highlight-bg "#61afef" 30set completion-bg "#080808"
30 31
31set recolor-lightcolor "#282c34" 32set completion-highlight-fg "#080808"
32set recolor-darkcolor "#b6bdca" 33set completion-highlight-bg "#80a0ff"
33 34
34set recolor "true" 35set tabbar-fg "#f74782"
35set recolor-keephue "false" 36set tabbar-bg "#080808"
36 37
37map <C-s> feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging<Return>" 38set index-fg "#9e9e9e"
38set synctex true 39set index-bg "#080808"
40set index-active-fg "#080808"
41set index-active-bg "#8cc85f"
42
43set recolor "true"
44set recolor-keephue "false"
45set synctex "true"
39set syntex-editor-command "nvr --remote +%line %file"" 46set syntex-editor-command "nvr --remote +%line %file""
47
48map <C-s> feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging<Return>"