diff options
-rw-r--r-- | conf/pwmt/zathurarc | 18 | ||||
-rw-r--r-- | home.nix | 2 |
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 @@ -130,4 +130,6 @@ enable = true; enableAdobeFlash = true; }; + + home.file.".config/zathura/zathurarc".text = builtins.readFile ./conf/pwmt/zathurarc; } |