aboutsummaryrefslogtreecommitdiff
path: root/gui/zathura.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-07-15 20:44:54 +0200
committerAdrian Kummerlaender2021-07-15 20:44:54 +0200
commitc9af744f6763369b3067f27f4e7066fd2d66e13b (patch)
tree192aea9078dde40aa18df4898d2ab01bd488981a /gui/zathura.nix
parentde58354ac3922af89287ca3ad0839fb8e47528c4 (diff)
downloadnixos_home-c9af744f6763369b3067f27f4e7066fd2d66e13b.tar
nixos_home-c9af744f6763369b3067f27f4e7066fd2d66e13b.tar.gz
nixos_home-c9af744f6763369b3067f27f4e7066fd2d66e13b.tar.bz2
nixos_home-c9af744f6763369b3067f27f4e7066fd2d66e13b.tar.lz
nixos_home-c9af744f6763369b3067f27f4e7066fd2d66e13b.tar.xz
nixos_home-c9af744f6763369b3067f27f4e7066fd2d66e13b.tar.zst
nixos_home-c9af744f6763369b3067f27f4e7066fd2d66e13b.zip
Invert Zathura colorscheme
Diffstat (limited to 'gui/zathura.nix')
-rw-r--r--gui/zathura.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/gui/zathura.nix b/gui/zathura.nix
index 491516a..b6270ca 100644
--- a/gui/zathura.nix
+++ b/gui/zathura.nix
@@ -8,19 +8,19 @@ in {
enable = true;
options = {
- font = if hidpi then "Iosevka 28px" else "Iosevka 14px";
-
- inputbar-bg = "#161616";
- inputbar-fg = "#909737";
+ font = if hidpi then "Iosevka 28px" else "Iosevka 16px";
- statusbar-bg = "#161616";
- statusbar-fg = "#909737";
+ inputbar-fg = "#161616";
+ inputbar-bg = "#909737";
- completion-bg = "#161616";
- completion-fg = "#909737";
+ statusbar-fg = "#161616";
+ statusbar-bg = "#909737";
- completion-highlight-bg = "#909737";
- completion-highlight-fg = "#161616";
+ completion-fg = "#161616";
+ completion-bg = "#909737";
+
+ completion-highlight-fg = "#909737";
+ completion-highlight-bg = "#161616";
recolor-lightcolor = "#161616";
recolor-darkcolor = "#ffffff";