dotfiles/config/.config/zathura/zathurarc

37 lines
1.0 KiB
Plaintext
Raw Normal View History

2024-09-06 00:14:30 +01:00
set font "Cascadia Code 12"
# Base16 Gruvbox dark, hard
# Author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
set default-bg "#1d2021"
set default-fg "#3c3836"
set statusbar-fg "#bdae93"
set statusbar-bg "#504945"
set inputbar-bg "#1d2021"
set inputbar-fg "#fbf1c7"
set notification-bg "#1d2021"
set notification-fg "#fbf1c7"
set notification-error-bg "#1d2021"
set notification-error-fg "#fb4934"
set notification-warning-bg "#1d2021"
set notification-warning-fg "#fb4934"
set highlight-color "#fabd2f"
set highlight-active-color "#83a598"
set completion-bg "#3c3836"
set completion-fg "#83a598"
set completion-highlight-fg "#fbf1c7"
set completion-highlight-bg "#83a598"
set recolor-lightcolor "#1d2021"
set recolor-darkcolor "#ebdbb2"
set recolor "false"
set recolor-keephue "false"