From 2bdc26cb2139e93a2f498df4ecf8b3352e203d65 Mon Sep 17 00:00:00 2001 From: Kima Date: Sun, 17 Mar 2024 19:53:00 +0100 Subject: [PATCH] smth color --- refilc/lib/theme/theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refilc/lib/theme/theme.dart b/refilc/lib/theme/theme.dart index 77535e2..4ecdcd7 100644 --- a/refilc/lib/theme/theme.dart +++ b/refilc/lib/theme/theme.dart @@ -170,7 +170,7 @@ class AppTheme { accentColor == AccentColor.ogfilc) || !settings.newColors ? accent - : ColorsUtils().lighten(accent, amount: 0.3); + : ColorsUtils().lighten(accent, amount: 0.1); // Color newScaffoldBg = ColorsUtils().lighten(accent, amount: 0.4); Color newTertiary = (accentColor == AccentColor.adaptive || accentColor == AccentColor.custom ||