From badeadd8e7f3b0068c37d3695b6367d745329411 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 23 Apr 2018 20:37:07 +0200 Subject: Add zathura configuration --- conf/pwmt/zathurarc | 18 ++++++++++++++++++ home.nix | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 conf/pwmt/zathurarc 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; } -- cgit v1.2.3