From c3f4bd1700732f685ff6fdbbbb3c82f5c51db4da Mon Sep 17 00:00:00 2001 From: another-simple-pixel Date: Sun, 5 Jul 2026 16:12:30 -0700 Subject: [PATCH] Darken the SIMPLEX unread badge so the count stays readable On SIMPLEX the unread-count badge used the same bright cyan as the main accent, so its white number washed out. This darkens the accent-variant cyan enough for the white count to read; the mention dots and other badges that sit on the same colour benefit too. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../src/commonMain/kotlin/chat/simplex/common/ui/theme/Theme.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/ui/theme/Theme.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/ui/theme/Theme.kt index 28eada39ba..3993962cf8 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/ui/theme/Theme.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/ui/theme/Theme.kt @@ -706,7 +706,7 @@ val LightColorPaletteApp = AppColors( val SimplexColorPalette = darkColors( primary = oklch(0.7993f, 0.1442f, 220.36f), // #00D3F9. If this value changes also need to update #0088ff in string resource files - primaryVariant = oklch(0.7993f, 0.1442f, 220.36f), // #00D3F9 + primaryVariant = oklch(0.7068f, 0.1260f, 216.66f), // #00b3d3 secondary = oklch(0.6953f, 0.1031f, 276.93f), // #8B99D6 secondaryVariant = oklch(0.3238f, 0.0863f, 274.69f), // #26305B background = oklch(0.2298f, 0.0530f, 274.76f), // #151B33