aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/pwmt/zathurarc18
-rw-r--r--home.nix2
2 files changed, 20 insertions, 0 deletions
diff --git a/conf/pwmt/zathurarc b/conf/pwmt/zathurarc
new file mode 100644
index 0000000..5103873
--- /dev/null
+++ b/conf/pwmt/zathurarc
@@ -0,0 +1,18 @@
+set font "Iosevka 14px"
+
+set inputbar-bg "#161616"
+set inputbar-fg "#909737"
+
+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"
+
+set recolor-lightcolor "#161616"
+set recolor-darkcolor "#ffffff"
+
+set recolor
diff --git a/home.nix b/home.nix
index 6f6fcac..8325fa7 100644
--- a/home.nix
+++ b/home.nix
@@ -130,4 +130,6 @@
enable = true;
enableAdobeFlash = true;
};
+
+ home.file.".config/zathura/zathurarc".text = builtins.readFile ./conf/pwmt/zathurarc;
}