diff options
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r-- | .config/zathura/zathurarc | 61 |
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 @@ | |||
1 | set selection-clipboard clipboard | 1 | set selection-clipboard "clipboard" |
2 | set incremental-search "true" | 2 | set incremental-search "true" |
3 | set guioptions "shv" | ||
3 | 4 | ||
4 | set default-bg "#282c34" | 5 | set default-fg "#9e9e9e" |
5 | set default-fg "#353b45" | 6 | set default-bg "#0e0e0e" |
6 | 7 | ||
7 | set statusbar-fg "#c8ccd4" | 8 | set recolor-darkcolor "#b2b2b2" |
8 | set statusbar-bg "#3e4451" | 9 | set recolor-lightcolor "#080808" |
9 | 10 | ||
10 | set inputbar-bg "#282c34" | 11 | set statusbar-fg "#b2b2b2" |
11 | set inputbar-fg "#c8ccd4" | 12 | set statusbar-bg "#080808" |
12 | 13 | ||
13 | set notification-bg "#282c34" | 14 | set inputbar-fg "#9e9e9e" |
14 | set notification-fg "#c8ccd4" | 15 | set inputbar-bg "#080808" |
15 | 16 | ||
16 | set notification-error-bg "#282c34" | 17 | set notification-fg "#c8ccd4" |
17 | set notification-error-fg "#e06c75" | 18 | set notification-bg "#282c34" |
18 | 19 | ||
19 | set notification-warning-bg "#282c34" | 20 | set notification-error-fg "#ff5454" |
20 | set notification-warning-fg "#e06c75" | 21 | set notification-error-bg "#080808" |
21 | 22 | ||
22 | set highlight-color "#e5c07b" | 23 | set notification-warning-fg "#e3c78a" |
23 | set highlight-active-color "#61afef" | 24 | set notification-warning-bg "#080808" |
24 | 25 | ||
25 | set completion-bg "#353b45" | 26 | set highlight-color "#e5c07b" |
26 | set completion-fg "#61afef" | 27 | set highlight-active-color "#ff5454" |
27 | 28 | ||
28 | set completion-highlight-fg "#c8ccd4" | 29 | set completion-fg "#80a0ff" |
29 | set completion-highlight-bg "#61afef" | 30 | set completion-bg "#080808" |
30 | 31 | ||
31 | set recolor-lightcolor "#282c34" | 32 | set completion-highlight-fg "#080808" |
32 | set recolor-darkcolor "#b6bdca" | 33 | set completion-highlight-bg "#80a0ff" |
33 | 34 | ||
34 | set recolor "true" | 35 | set tabbar-fg "#f74782" |
35 | set recolor-keephue "false" | 36 | set tabbar-bg "#080808" |
36 | 37 | ||
37 | map <C-s> feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging<Return>" | 38 | set index-fg "#9e9e9e" |
38 | set synctex true | 39 | set index-bg "#080808" |
40 | set index-active-fg "#080808" | ||
41 | set index-active-bg "#8cc85f" | ||
42 | |||
43 | set recolor "true" | ||
44 | set recolor-keephue "false" | ||
45 | set synctex "true" | ||
39 | set syntex-editor-command "nvr --remote +%line %file"" | 46 | set syntex-editor-command "nvr --remote +%line %file"" |
47 | |||
48 | map <C-s> feedkeys ":write /home/yigit/Downloads/toPrint/toPrint_staging<Return>" | ||