diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-11-12 17:55:44 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-11-12 17:55:44 +0900 |
commit | 5e2354e8f819875ac3d981cb94eddfbe0d00eb77 (patch) | |
tree | 5eaef839b05b2ba382017e66649b51ffe48afcef /zathura | |
parent | cd219db60add1b77bb9d4f994a9db4819075706d (diff) | |
download | dotfiles-5e2354e8f819875ac3d981cb94eddfbe0d00eb77.tar.gz |
Port zathura to tempus fugit (WIP)
Diffstat (limited to 'zathura')
-rw-r--r-- | zathura/.config/zathura/zathurarc | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc index 5c580bf..c06a7b0 100644 --- a/zathura/.config/zathura/zathurarc +++ b/zathura/.config/zathura/zathurarc @@ -1,36 +1,36 @@ -set completion-bg \#1c1b19 -set completion-fg \#fce8c3 -set completion-group-bg \#1c1b19 +set completion-bg \#fff5f3 +set completion-fg \#4d595f +set completion-group-bg \#fff5f3 set completion-group-fg \#519f50 set completion-highlight-bg \#e02c6d -set completion-highlight-fg \#fce8c3 +set completion-highlight-fg \#4d595f set default-bg \#353535 -set default-fg \#fce8c3 +set default-fg \#4d595f set font Latin\ Modern\ Mono\ 12 -set inputbar-bg \#1c1b19 -set inputbar-fg \#fce8c3 -set notification-bg \#1c1b19 +set inputbar-bg \#fff5f3 +set inputbar-fg \#4d595f +set notification-bg \#fff5f3 set notification-fg \#fbb829 set notification-error-bg \#ef2f27 -set notification-error-fg \#fce8c3 -set notification-warning-bg \#fce8c3 -set notification-warning-fg \#1c1b19 -set statusbar-bg \#2d2c29 -set statusbar-fg \#fce8c3 +set notification-error-fg \#4d595f +set notification-warning-bg \#4d595f +set notification-warning-fg \#fff5f3 +set statusbar-bg \#efe6e4 +set statusbar-fg \#4d595f set adjust-open width set incremental-search false set highlight-color \#519f50 set highlight-active-color \#0aaeb3 set recolor true set recolor-keephue true -set recolor-lightcolor \#1c1b19 -set recolor-darkcolor \#fce8c3 -set render-loading-bg \#1c1b19 -set render-loading-fg \#fce8c3 -set index-bg \#1c1b19 +set recolor-lightcolor \#fff5f3 +set recolor-darkcolor \#4d595f +set render-loading-bg \#fff5f3 +set render-loading-fg \#4d595f +set index-bg \#fff5f3 set index-fg \#98bc37 set index-active-bg \#98bc37 -set index-active-fg \#1c1b19 +set index-active-fg \#fff5f3 set guioptions '' set show-recent 0 set statusbar-home-tilde true |