aboutsummaryrefslogtreecommitdiff
path: root/gui/apps/sxiv.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-05-10 13:59:28 +0200
committerAdrian Kummerlaender2018-05-10 13:59:28 +0200
commit72c4fd4fe46586cf0bc52e868a1686964f3cc0e5 (patch)
treec7379d8ce49fed25da6ec26ac624ea22f8f4c453 /gui/apps/sxiv.nix
parentfd8cdce010e00fa2f19f9c0845a068d5f4873718 (diff)
downloadnixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.gz
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.bz2
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.lz
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.xz
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.tar.zst
nixos_home-72c4fd4fe46586cf0bc52e868a1686964f3cc0e5.zip
Configure sxiv colors
Diffstat (limited to 'gui/apps/sxiv.nix')
-rw-r--r--gui/apps/sxiv.nix13
1 files changed, 13 insertions, 0 deletions
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";
+ };
+}