From e5e1c9d11f7a1c90fe3626288ea93d9d714aef73 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 14 Jan 2017 16:49:23 +0100 Subject: Add basic _jumanji_ browser config --- pwmt/.config/jumanji/jumanjirc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pwmt/.config/jumanji/jumanjirc diff --git a/pwmt/.config/jumanji/jumanjirc b/pwmt/.config/jumanji/jumanjirc new file mode 100644 index 0000000..fe6d7b7 --- /dev/null +++ b/pwmt/.config/jumanji/jumanjirc @@ -0,0 +1,21 @@ +set font "Fantasque Sans Mono 12" + +set scroll-step 80 +set download-dir ~/downloads/ + +set inputbar-bg "#161616" +set inputbar-fg "#909737" + +set tabbar-bg "#161616" +set tabbar-fg "#909737" +set tabbar-focus-bg "#909737" +set tabbar-focus-fg "#161616" + +set statusbar-bg "#161616" +set statusbar-fg "#909737" + +set completion-bg "#161616" +set completion-fg "#909737" + +set completion-highlight-bg "#909737" +set completion-highlight-fg "#161616" -- cgit v1.2.3