From cf8682a1160d4e9411f1000fe26711748a88aa96 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 10 Apr 2024 19:51:15 -0500 Subject: [PATCH] chore: add flameshot colors Signed-off-by: jolheiser --- apps/gui/flameshot.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/gui/flameshot.nix b/apps/gui/flameshot.nix index 6b60584..3c6ebb7 100644 --- a/apps/gui/flameshot.nix +++ b/apps/gui/flameshot.nix @@ -5,6 +5,9 @@ General = { showStartupLaunchMessage = false; saveAsFileExtension = ".png"; + uiColor = "#313244"; + contrastUiColor = "#b4befe"; + userColors = "picker, #f5e0dc, #f2cdcd, #f5c2e7, #cba6f7, #f38ba8, #eba0ac, #fab387, #f9e2af, #a6e3a1, #94e2d5, #89dceb, #74c7ec, #89b4fa, #b4befe"; }; }; };