From b34e284c6225e72fe7d612f8913d0a35b9d7ea17 Mon Sep 17 00:00:00 2001 From: philw Date: Wed, 20 Nov 2024 16:41:59 +0100 Subject: Update dots --- zathura/zathurarc | 91 +++++++++++++++++++++++++------------------------------ 1 file changed, 42 insertions(+), 49 deletions(-) (limited to 'zathura') diff --git a/zathura/zathurarc b/zathura/zathurarc index 2d12705..f0012a7 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -1,64 +1,57 @@ set selection-clipboard clipboard - set statusbar-h-padding 0 set statusbar-v-padding 0 set page-padding 2 -# Open document in fit-width mode by default set adjust-open "fit-page" - -# One page per row by default set pages-per-row 1 - -#stop at page boundries set scroll-page-aware "true" set smooth-scroll "true" set scroll-full-overlap 0.01 set scroll-step 100 - set window-title-home-tilde 1 set statusbar-home-tilde 1 set window-title-basename 1 set guioptions 1 - -# bookmarks settings -set database "plain" -# set sandbox "none" -# zathurarc-dark - -set font "Courier 12" -set default-bg "#0" #00 -set default-fg "#F7F7F6" #01 - -set statusbar-fg "#B0B0B0" #04 -set statusbar-bg "#202020" #01 - - -set notification-error-bg "#AC4142" #08 -set notification-error-fg "#151515" #00 - -set notification-warning-bg "#AC4142" #08 -set notification-warning-fg "#151515" #00 - -set highlight-color "#F4BF75" #0A -set highlight-active-color "#6A9FB5" #0D - -set completion-highlight-fg "#151515" #02 -set completion-highlight-bg "#90A959" #0C - -set completion-bg "#303030" #02 -set completion-fg "#E0E0E0" #0C - -set notification-bg "#90A959" #0B -set notification-fg "#151515" #00 - -#set recolor "true" -set recolor-lightcolor "#000000" #00 -set recolor-darkcolor "#E0E0E0" #06 -set recolor-reverse-video "true" -set recolor-keephue "true" - - -#set render-loading "false" -set scroll-step 50 -map feedkeys ":bmark " set database "plain" +set sandbox "none" + +set notification-error-bg "rgba(50,48,47,1)" # bg +set notification-error-fg "rgba(251,73,52,1)" # bright:red +set notification-warning-bg "rgba(50,48,47,1)" # bg +set notification-warning-fg "rgba(250,189,47,1)" # bright:yellow +set notification-bg "rgba(50,48,47,1)" # bg +set notification-fg "rgba(184,187,38,1)" # bright:green + +set completion-bg "#000c18" # bg2 +set completion-fg "rgba(235,219,178,1)" # fg +set completion-group-bg "rgba(60,56,54,1)" # bg1 +set completion-group-fg "rgba(146,131,116,1)" # gray +set completion-highlight-bg "rgba(131,165,152,1)" # bright:blue +set completion-highlight-fg "rgba(80,73,69,1)" # bg2 + +# Define the color in index mode +set index-bg "#000c18" # bg2 +set index-fg "rgba(235,219,178,1)" # fg +set index-active-bg "rgba(131,165,152,1)" # bright:blue +set index-active-fg "rgba(80,73,69,1)" # bg2 + +set inputbar-bg "#000c18" # bg +set inputbar-fg "rgba(235,219,178,1)" # fg + +set statusbar-bg "#000c18" # bg2 +set statusbar-fg "rgba(235,219,178,1)" # fg + +set highlight-color "rgba(250,189,47,0.5)" # bright:yellow +set highlight-active-color "rgba(254,128,25,0.5)" # bright:orange + +set default-bg "#000c18" # bg +set default-fg "rgba(235,219,178,1)" # fg +set render-loading true +set render-loading-bg "#000c18" # bg +set render-loading-fg "rgba(235,219,178,1)" # fg + +# Recolor book content's color +set recolor-lightcolor "#000c18" # bg +set recolor-darkcolor "rgba(235,219,178,1)" # fg +set recolor "true" +set recolor-keephue "true" # keep original color -- cgit v1.2.3