aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2022-12-14 18:06:12 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2022-12-14 18:06:12 +0100
commit38caf6ea1b37e6e99f44accb5ff4f9361648ac34 (patch)
tree9babe8a24326626353ead187e570a00a6f47f540
parent9efb0a1fcdfb2d6de1615dc2addf8a38bdcdb8db (diff)
changes
-rw-r--r--.config/zathura/zathurarc18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
new file mode 100644
index 0000000..86385b2
--- /dev/null
+++ b/.config/zathura/zathurarc
@@ -0,0 +1,18 @@
+set selection-clipboard clipboard
+set recolor-darkcolor "#fff"
+set recolor-lightcolor "#181818"
+set default-fg "#fff"
+set default-bg "#181818"
+set recolor true
+
+set completion-bg "#252525"
+set completion-fg "#ccc"
+set completion-highlight-bg "#547f62"
+set completion-highlight-fg "#fff"
+set completion-group-bg "#7f5471"
+set completion-group-fg "#fff"
+
+set inputbar-bg "#090909"
+set inputbar-fg "#547f62"
+
+set font "Source Code Pro 11"