From c24d7183f7582f8300401b8700c77a017f428bb2 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 14 Aug 2023 02:34:50 +0200 Subject: [PATCH] zathura: chaged to vscode like colorscheme --- .config/zathura/zathurarc | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 14f3a2d..30c49b3 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -10,3 +10,39 @@ map K zoom in map J zoom out map i recolor map p print + +set default-bg "#1e1e1e" +set default-fg "#d4d4d4" + +set statusbar-bg "#1e1e1e" +set statusbar-fg "#808080" + +set inputbar-bg "#1e1e1e" +set inputbar-fg "#d4d4d4" + +set notification-error-bg "#1e1e1e" +set notification-error-fg "#f44747" + +set notification-warning-bg "#1e1e1e" +set notification-warning-fg "#d7ba7d" + +set highlight-color "#007acc" +set highlight-active-color "#d4d4d4" + +set completion-highlight-fg "#56b6c2" +set completion-highlight-bg "#1e1e1e" + +set completion-bg "#1e1e1e" +set completion-fg "#d4d4d4" + +set notification-bg "#1e1e1e" +set notification-fg "#d4d4d4" + +set recolor-lightcolor "#1e1e1e" +set recolor-darkcolor "#d4d4d4" + +set index-fg "#d4d4d4" +set index-bg "#1e1e1e" + +set index-active-fg "#56b6c2" +set index-active-bg "#1e1e1e"