aboutsummaryrefslogtreecommitdiffstats
path: root/zathura
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-11-20 16:41:59 +0100
committerphilw <dscr@duck.com>2024-11-20 16:41:59 +0100
commitb34e284c6225e72fe7d612f8913d0a35b9d7ea17 (patch)
treee9af8341717e43765d375cad675fc838d3a982af /zathura
parentec27acebe85fe696829c7df07014676d7470c8e4 (diff)
downloaddotfiles-b34e284c6225e72fe7d612f8913d0a35b9d7ea17.tar.gz
dotfiles-b34e284c6225e72fe7d612f8913d0a35b9d7ea17.zip
Update dots
Diffstat (limited to 'zathura')
-rw-r--r--zathura/zathurarc91
1 files changed, 42 insertions, 49 deletions
diff --git a/zathura/zathurarc b/zathura/zathurarc
index 2d12705..f0012a7 100644
--- a/zathura/zathurarc
+++ b/zathura/zathurarc
@@ -1,64 +1,57 @@
1set selection-clipboard clipboard 1set selection-clipboard clipboard
2
3set statusbar-h-padding 0 2set statusbar-h-padding 0
4set statusbar-v-padding 0 3set statusbar-v-padding 0
5set page-padding 2 4set page-padding 2
6# Open document in fit-width mode by default
7set adjust-open "fit-page" 5set adjust-open "fit-page"
8
9# One page per row by default
10set pages-per-row 1 6set pages-per-row 1
11
12#stop at page boundries
13set scroll-page-aware "true" 7set scroll-page-aware "true"
14set smooth-scroll "true" 8set smooth-scroll "true"
15set scroll-full-overlap 0.01 9set scroll-full-overlap 0.01
16set scroll-step 100 10set scroll-step 100
17
18set window-title-home-tilde 1 11set window-title-home-tilde 1
19set statusbar-home-tilde 1 12set statusbar-home-tilde 1
20set window-title-basename 1 13set window-title-basename 1
21set guioptions 1 14set guioptions 1
22
23# bookmarks settings
24set database "plain"
25# set sandbox "none"
26# zathurarc-dark
27
28set font "Courier 12"
29set default-bg "#0" #00
30set default-fg "#F7F7F6" #01
31
32set statusbar-fg "#B0B0B0" #04
33set statusbar-bg "#202020" #01
34
35
36set notification-error-bg "#AC4142" #08
37set notification-error-fg "#151515" #00
38
39set notification-warning-bg "#AC4142" #08
40set notification-warning-fg "#151515" #00
41
42set highlight-color "#F4BF75" #0A
43set highlight-active-color "#6A9FB5" #0D
44
45set completion-highlight-fg "#151515" #02
46set completion-highlight-bg "#90A959" #0C
47
48set completion-bg "#303030" #02
49set completion-fg "#E0E0E0" #0C
50
51set notification-bg "#90A959" #0B
52set notification-fg "#151515" #00
53
54#set recolor "true"
55set recolor-lightcolor "#000000" #00
56set recolor-darkcolor "#E0E0E0" #06
57set recolor-reverse-video "true"
58set recolor-keephue "true"
59
60
61#set render-loading "false"
62set scroll-step 50
63map <C-b> feedkeys ":bmark "
64set database "plain" 15set database "plain"
16set sandbox "none"
17
18set notification-error-bg "rgba(50,48,47,1)" # bg
19set notification-error-fg "rgba(251,73,52,1)" # bright:red
20set notification-warning-bg "rgba(50,48,47,1)" # bg
21set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow
22set notification-bg "rgba(50,48,47,1)" # bg
23set notification-fg "rgba(184,187,38,1)" # bright:green
24
25set completion-bg "#000c18" # bg2
26set completion-fg "rgba(235,219,178,1)" # fg
27set completion-group-bg "rgba(60,56,54,1)" # bg1
28set completion-group-fg "rgba(146,131,116,1)" # gray
29set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue
30set completion-highlight-fg "rgba(80,73,69,1)" # bg2
31
32# Define the color in index mode
33set index-bg "#000c18" # bg2
34set index-fg "rgba(235,219,178,1)" # fg
35set index-active-bg "rgba(131,165,152,1)" # bright:blue
36set index-active-fg "rgba(80,73,69,1)" # bg2
37
38set inputbar-bg "#000c18" # bg
39set inputbar-fg "rgba(235,219,178,1)" # fg
40
41set statusbar-bg "#000c18" # bg2
42set statusbar-fg "rgba(235,219,178,1)" # fg
43
44set highlight-color "rgba(250,189,47,0.5)" # bright:yellow
45set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange
46
47set default-bg "#000c18" # bg
48set default-fg "rgba(235,219,178,1)" # fg
49set render-loading true
50set render-loading-bg "#000c18" # bg
51set render-loading-fg "rgba(235,219,178,1)" # fg
52
53# Recolor book content's color
54set recolor-lightcolor "#000c18" # bg
55set recolor-darkcolor "rgba(235,219,178,1)" # fg
56set recolor "true"
57set recolor-keephue "true" # keep original color