From c9af744f6763369b3067f27f4e7066fd2d66e13b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 15 Jul 2021 20:44:54 +0200 Subject: Invert Zathura colorscheme --- gui/zathura.nix | 20 ++++++++++---------- 1 file 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"; -- cgit v1.2.3