From 0e3dd76acedb84ddfda4e4a33ed025f390847562 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 18 Jul 2020 00:42:42 +0530 Subject: beep --- zathura/.config/zathura/zathurarc | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'zathura') diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index b37446e..1c03fd7 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -3,7 +3,7 @@ # 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 font "JetBrainsMono Nerd Font Mono 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 @@ -14,26 +14,23 @@ 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 "#000000" -set default-fg "#a3a6ab" -set statusbar-bg "#000000" -set statusbar-fg "#a3a6ab" -set inputbar-bg "#000000" -set inputbar-fg "#a3a6ab" -set notification-bg "#000000" -set notification-fg "#a3a6ab" -set notification-error-bg "#000000" -set notification-error-fg "#a3a6ab" -set notification-warning-bg "#000000" -set notification-warning-fg "#a3a6ab" +set default-bg "#f3f4f5" +set default-fg "#2f2f2f" +set statusbar-bg "#f3f4f5" +set statusbar-fg "#2f2f2f" +set inputbar-bg "#f3f4f5" +set inputbar-fg "#2f2f2f" +set notification-bg "#f3f4f5" +set notification-fg "#2f2f2f" +set notification-error-bg "#f3f4f5" +set notification-error-fg "#2f2f2f" +set notification-warning-bg "#f3f4f5" +set notification-warning-fg "#2f2f2f" 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 "#000000" +set recolor-lightcolor "#f3f4f5" set recolor-darkcolor "#a3a6ab" - -# vim:ft=conf - -- cgit v1.2.3