From 76c075c14cff435b05d96d8268ceb56672b9b034 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 11 Feb 2015 21:02:04 +0100 Subject: Unified colors between gtk, cli and vim * changed `IncSearch` in vim colorscheme to highlight current replacement candidate * added `srfi-1` to default Chicken Scheme REPL libraries --- pwmt/.config/zathura/zathurarc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'pwmt') diff --git a/pwmt/.config/zathura/zathurarc b/pwmt/.config/zathura/zathurarc index 289ca0d..1983642 100644 --- a/pwmt/.config/zathura/zathurarc +++ b/pwmt/.config/zathura/zathurarc @@ -1,13 +1,13 @@ -set font "Droid Sans Mono 10.5" +set font "Droid Sans Mono 10.5" -set inputbar-bg "#161616" -set inputbar-fg "#909737" +set inputbar-bg "#161616" +set inputbar-fg "#909737" -set statusbar-bg "#161616" -set statusbar-fg "#909737" +set statusbar-bg "#161616" +set statusbar-fg "#909737" -set completion-bg "#161616" -set completion-fg "#909737" +set completion-bg "#161616" +set completion-fg "#909737" -set completion-highlight-bg "#909737" -set completion-highlight-fg "#161616" +set completion-highlight-bg "#909737" +set completion-highlight-fg "#161616" -- cgit v1.2.3