diff options
| author | Filip Wandzio <contact@philw.dev> | 2026-01-24 09:01:19 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2026-01-24 09:01:19 +0100 |
| commit | a44dde93388f1c5c9ed6ea73d5e9ee7849e2d475 (patch) | |
| tree | b70fc06203133bebf4a51820f48bf8effa2ee9c2 /zathura/zathurarc | |
| parent | b34e284c6225e72fe7d612f8913d0a35b9d7ea17 (diff) | |
| download | dotfiles-master.tar.gz dotfiles-master.zip | |
Diffstat (limited to 'zathura/zathurarc')
| -rw-r--r-- | zathura/zathurarc | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/zathura/zathurarc b/zathura/zathurarc deleted file mode 100644 index f0012a7..0000000 --- a/zathura/zathurarc +++ /dev/null | |||
| @@ -1,57 +0,0 @@ | |||
| 1 | set selection-clipboard clipboard | ||
| 2 | set statusbar-h-padding 0 | ||
| 3 | set statusbar-v-padding 0 | ||
| 4 | set page-padding 2 | ||
| 5 | set adjust-open "fit-page" | ||
| 6 | set pages-per-row 1 | ||
| 7 | set scroll-page-aware "true" | ||
| 8 | set smooth-scroll "true" | ||
| 9 | set scroll-full-overlap 0.01 | ||
| 10 | set scroll-step 100 | ||
| 11 | set window-title-home-tilde 1 | ||
| 12 | set statusbar-home-tilde 1 | ||
| 13 | set window-title-basename 1 | ||
| 14 | set guioptions 1 | ||
| 15 | set database "plain" | ||
| 16 | set sandbox "none" | ||
| 17 | |||
| 18 | set notification-error-bg "rgba(50,48,47,1)" # bg | ||
| 19 | set notification-error-fg "rgba(251,73,52,1)" # bright:red | ||
| 20 | set notification-warning-bg "rgba(50,48,47,1)" # bg | ||
| 21 | set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow | ||
| 22 | set notification-bg "rgba(50,48,47,1)" # bg | ||
| 23 | set notification-fg "rgba(184,187,38,1)" # bright:green | ||
| 24 | |||
| 25 | set completion-bg "#000c18" # bg2 | ||
| 26 | set completion-fg "rgba(235,219,178,1)" # fg | ||
| 27 | set completion-group-bg "rgba(60,56,54,1)" # bg1 | ||
| 28 | set completion-group-fg "rgba(146,131,116,1)" # gray | ||
| 29 | set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue | ||
| 30 | set completion-highlight-fg "rgba(80,73,69,1)" # bg2 | ||
| 31 | |||
| 32 | # Define the color in index mode | ||
| 33 | set index-bg "#000c18" # bg2 | ||
| 34 | set index-fg "rgba(235,219,178,1)" # fg | ||
| 35 | set index-active-bg "rgba(131,165,152,1)" # bright:blue | ||
| 36 | set index-active-fg "rgba(80,73,69,1)" # bg2 | ||
| 37 | |||
| 38 | set inputbar-bg "#000c18" # bg | ||
| 39 | set inputbar-fg "rgba(235,219,178,1)" # fg | ||
| 40 | |||
| 41 | set statusbar-bg "#000c18" # bg2 | ||
| 42 | set statusbar-fg "rgba(235,219,178,1)" # fg | ||
| 43 | |||
| 44 | set highlight-color "rgba(250,189,47,0.5)" # bright:yellow | ||
| 45 | set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange | ||
| 46 | |||
| 47 | set default-bg "#000c18" # bg | ||
| 48 | set default-fg "rgba(235,219,178,1)" # fg | ||
| 49 | set render-loading true | ||
| 50 | set render-loading-bg "#000c18" # bg | ||
| 51 | set render-loading-fg "rgba(235,219,178,1)" # fg | ||
| 52 | |||
| 53 | # Recolor book content's color | ||
| 54 | set recolor-lightcolor "#000c18" # bg | ||
| 55 | set recolor-darkcolor "rgba(235,219,178,1)" # fg | ||
| 56 | set recolor "true" | ||
| 57 | set recolor-keephue "true" # keep original color | ||
