1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/apps/gui/flameshot.nix b/apps/gui/flameshot.nix
index 6b60584d8dee3dba71a669d9bdf0b89aac8c9678..3c6ebb7d1b3599deabeb2be67968b1417f88b61c 100644
--- a/apps/gui/flameshot.nix
+++ b/apps/gui/flameshot.nix
@@ -5,6 +5,9 @@ settings = {
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";
};
};
};
|