summaryrefslogtreecommitdiff
path: root/zathura/.config
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2019-12-02 12:21:04 +0000
committerShubham Saini <shubham6405@gmail.com>2019-12-02 12:21:04 +0000
commita42df546ce34429759a20bc2c4c240de045dbd0a (patch)
tree4e7153d41d6a1b710f8002f2eb7b64231889b6cf /zathura/.config
using stow
Diffstat (limited to 'zathura/.config')
-rw-r--r--zathura/.config/zathura/zathurarc38
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
6set font "Hermit 8" # Use Hack as our font of choice
7#set guioptions "v" # Show a "progress bar" when scrolling up/down
8set adjust-open "width" # Make documents take up all the available space by default
9set statusbar-basename "true" # When using the status bar, show the basename only
10
11set render-loading "false" # Do not show the "loading" text
12set scroll-step "120" # Increase the scroll distance when using j/k
13set recolor "false" # Use our theme colors (<C-r> for the original document colors)
14
15# [colors]
16set default-bg "#09090d"
17set default-fg "#a3a6ab"
18set statusbar-bg "#09090d"
19set statusbar-fg "#a3a6ab"
20set inputbar-bg "#09090d"
21set inputbar-fg "#a3a6ab"
22set notification-bg "#09090d"
23set notification-fg "#a3a6ab"
24set notification-error-bg "#09090d"
25set notification-error-fg "#a3a6ab"
26set notification-warning-bg "#09090d"
27set notification-warning-fg "#a3a6ab"
28set highlight-color "#CD7860"
29set highlight-active-color "#7A9388"
30set completion-bg "#CD7860"
31set completion-fg "#7A9388"
32set completion-highlight-bg "#CD7860"
33set completion-highlight-fg "#7A9388"
34set recolor-lightcolor "#09090d"
35set recolor-darkcolor "#a3a6ab"
36
37# vim:ft=conf
38