diff options
| author | Shubham Saini <shubham6405@gmail.com> | 2019-12-02 12:21:04 +0000 |
|---|---|---|
| committer | Shubham Saini <shubham6405@gmail.com> | 2019-12-02 12:21:04 +0000 |
| commit | a42df546ce34429759a20bc2c4c240de045dbd0a (patch) | |
| tree | 4e7153d41d6a1b710f8002f2eb7b64231889b6cf /zathura | |
using stow
Diffstat (limited to 'zathura')
| -rw-r--r-- | zathura/.config/zathura/zathurarc | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc new file mode 100644 index 0000000..19fa38d --- /dev/null +++ b/zathura/.config/zathura/zathurarc | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | # New Start: A modern Arch workflow built with an emphasis on functionality. | ||
| 2 | # Copyright (C) 2017-2018 Donovan Glover | ||
| 3 | |||
| 4 | # NOTE: This file is automatically generated by pywal. Do not edit it by hand. | ||
| 5 | |||
| 6 | set font "Hermit 8" # Use Hack as our font of choice | ||
| 7 | #set guioptions "v" # Show a "progress bar" when scrolling up/down | ||
| 8 | set adjust-open "width" # Make documents take up all the available space by default | ||
| 9 | set statusbar-basename "true" # When using the status bar, show the basename only | ||
| 10 | |||
| 11 | set render-loading "false" # Do not show the "loading" text | ||
| 12 | set scroll-step "120" # Increase the scroll distance when using j/k | ||
| 13 | set recolor "false" # Use our theme colors (<C-r> for the original document colors) | ||
| 14 | |||
| 15 | # [colors] | ||
| 16 | set default-bg "#09090d" | ||
| 17 | set default-fg "#a3a6ab" | ||
| 18 | set statusbar-bg "#09090d" | ||
| 19 | set statusbar-fg "#a3a6ab" | ||
| 20 | set inputbar-bg "#09090d" | ||
| 21 | set inputbar-fg "#a3a6ab" | ||
| 22 | set notification-bg "#09090d" | ||
| 23 | set notification-fg "#a3a6ab" | ||
| 24 | set notification-error-bg "#09090d" | ||
| 25 | set notification-error-fg "#a3a6ab" | ||
| 26 | set notification-warning-bg "#09090d" | ||
| 27 | set notification-warning-fg "#a3a6ab" | ||
| 28 | set highlight-color "#CD7860" | ||
| 29 | set highlight-active-color "#7A9388" | ||
| 30 | set completion-bg "#CD7860" | ||
| 31 | set completion-fg "#7A9388" | ||
| 32 | set completion-highlight-bg "#CD7860" | ||
| 33 | set completion-highlight-fg "#7A9388" | ||
| 34 | set recolor-lightcolor "#09090d" | ||
| 35 | set recolor-darkcolor "#a3a6ab" | ||
| 36 | |||
| 37 | # vim:ft=conf | ||
| 38 | |||
