From 68d159cbc5906b689fa8dae0a55433c7979383dd Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Wed, 15 May 2024 23:14:26 +0530 Subject: [PATCH] put some colors in imv --- home/programs/imv.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/programs/imv.nix b/home/programs/imv.nix index df4c61c..3e1ae8b 100644 --- a/home/programs/imv.nix +++ b/home/programs/imv.nix @@ -6,5 +6,12 @@ rm $out/share/applications/imv-dir.desktop ''; }); + settings = { + options = { + background = "282a36"; + overlay_background_color = "44475a"; + overlay_text_color = "f8f8f2"; + }; + }; }; }