dotfiles with stow
This commit is contained in:
36
config/.config/zathura/zathurarc
Normal file
36
config/.config/zathura/zathurarc
Normal file
@@ -0,0 +1,36 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user