aboutsummaryrefslogtreecommitdiff
path: root/pwmt/.config/jumanji/jumanjirc
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-01-14 16:49:23 +0100
committerAdrian Kummerlaender2017-01-14 16:49:23 +0100
commite5e1c9d11f7a1c90fe3626288ea93d9d714aef73 (patch)
tree5f385a0c1f559423af984451cbc6f6902e6e3aa3 /pwmt/.config/jumanji/jumanjirc
parent650420c57d220659662ec63c5e298ab2b1a08293 (diff)
downloaddotfiles-e5e1c9d11f7a1c90fe3626288ea93d9d714aef73.tar
dotfiles-e5e1c9d11f7a1c90fe3626288ea93d9d714aef73.tar.gz
dotfiles-e5e1c9d11f7a1c90fe3626288ea93d9d714aef73.tar.bz2
dotfiles-e5e1c9d11f7a1c90fe3626288ea93d9d714aef73.tar.lz
dotfiles-e5e1c9d11f7a1c90fe3626288ea93d9d714aef73.tar.xz
dotfiles-e5e1c9d11f7a1c90fe3626288ea93d9d714aef73.tar.zst
dotfiles-e5e1c9d11f7a1c90fe3626288ea93d9d714aef73.zip
Add basic _jumanji_ browser config
Diffstat (limited to 'pwmt/.config/jumanji/jumanjirc')
-rw-r--r--pwmt/.config/jumanji/jumanjirc21
1 files changed, 21 insertions, 0 deletions
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"