From 72c4fd4fe46586cf0bc52e868a1686964f3cc0e5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 10 May 2018 13:59:28 +0200 Subject: Configure sxiv colors --- gui/apps/sxiv.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gui/apps/sxiv.nix (limited to 'gui/apps/sxiv.nix') diff --git a/gui/apps/sxiv.nix b/gui/apps/sxiv.nix new file mode 100644 index 0000000..628fd41 --- /dev/null +++ b/gui/apps/sxiv.nix @@ -0,0 +1,13 @@ +{ pkgs, ... }: + +pkgs.callPackage ../pkgs/sxiv.nix { + theme = { + bar_font_name = "Iosevka"; + bar_font_size = "12"; + win_bg = "#000000"; + win_fs = "#999999"; + sel = "#aadb0f"; + bar_bg = "#161616"; + bar_fg = "#909737"; + }; +} -- cgit v1.2.3