From 5e2354e8f819875ac3d981cb94eddfbe0d00eb77 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 12 Nov 2023 17:55:44 +0900 Subject: Port zathura to tempus fugit (WIP) --- zathura/.config/zathura/zathurarc | 38 +++++++++++++++++++------------------- 1 file 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 -- cgit 1.4.1