From a42df546ce34429759a20bc2c4c240de045dbd0a Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 2 Dec 2019 17:51:04 +0530 Subject: using stow --- zathura/.config/zathura/zathurarc | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 zathura/.config/zathura/zathurarc (limited to 'zathura') 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 @@ +# New Start: A modern Arch workflow built with an emphasis on functionality. +# Copyright (C) 2017-2018 Donovan Glover + +# NOTE: This file is automatically generated by pywal. Do not edit it by hand. + +set font "Hermit 8" # Use Hack as our font of choice +#set guioptions "v" # Show a "progress bar" when scrolling up/down +set adjust-open "width" # Make documents take up all the available space by default +set statusbar-basename "true" # When using the status bar, show the basename only + +set render-loading "false" # Do not show the "loading" text +set scroll-step "120" # Increase the scroll distance when using j/k +set recolor "false" # Use our theme colors ( for the original document colors) + +# [colors] +set default-bg "#09090d" +set default-fg "#a3a6ab" +set statusbar-bg "#09090d" +set statusbar-fg "#a3a6ab" +set inputbar-bg "#09090d" +set inputbar-fg "#a3a6ab" +set notification-bg "#09090d" +set notification-fg "#a3a6ab" +set notification-error-bg "#09090d" +set notification-error-fg "#a3a6ab" +set notification-warning-bg "#09090d" +set notification-warning-fg "#a3a6ab" +set highlight-color "#CD7860" +set highlight-active-color "#7A9388" +set completion-bg "#CD7860" +set completion-fg "#7A9388" +set completion-highlight-bg "#CD7860" +set completion-highlight-fg "#7A9388" +set recolor-lightcolor "#09090d" +set recolor-darkcolor "#a3a6ab" + +# vim:ft=conf + -- cgit v1.2.3