nix-config/dotfiles/.config/zathura/zathurarc

53 lines
2.4 KiB
Plaintext
Raw Normal View History

2017-10-25 02:38:03 +02:00
##################################################################################
#
# New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2017 Donovan Glover
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
##################################################################################
set font "Hack 12" # 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 "true" # Use our theme colors (<C-r> for the original document colors)
# [colors]
set default-bg "#f8f8f8"
set default-fg "#e8e8e8"
set statusbar-bg "#d8d8d8"
set statusbar-fg "#585858"
set inputbar-bg "#f8f8f8"
set inputbar-fg "#181818"
set notification-bg "#f8f8f8"
set notification-fg "#181818"
set notification-error-bg "#f8f8f8"
set notification-error-fg "#ab4642"
set notification-warning-bg "#f8f8f8"
set notification-warning-fg "#ab4642"
set highlight-color "#f79a0e"
set highlight-active-color "#7cafc2"
set completion-bg "#e8e8e8"
set completion-fg "#7cafc2"
set completion-highlight-bg "#7cafc2"
set completion-highlight-fg "#181818"
set recolor-lightcolor "#f8f8f8"
set recolor-darkcolor "#282828"
# vim:ft=conf