@@ -173,7 +173,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
173
173
bannerBgIntDanger: const Color (0xff461616 ),
174
174
bgBotBar: const Color (0xff222222 ),
175
175
bgContextMenu: const Color (0xff262626 ),
176
- bgCounterUnread: const Color (0xff666699 ). withValues (alpha : 0.37 ),
176
+ bgCounterUnread: const Color (0xff393c49 ),
177
177
bgMenuButtonActive: Colors .black.withValues (alpha: 0.2 ),
178
178
bgMenuButtonSelected: Colors .black.withValues (alpha: 0.25 ),
179
179
bgTopBar: const Color (0xff242424 ),
@@ -189,12 +189,12 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
189
189
foreground: const Color (0xffffffff ),
190
190
icon: const Color (0xff7977fe ),
191
191
iconSelected: Colors .white.withValues (alpha: 0.8 ),
192
- labelCounterUnread: const Color (0xffffffff ).withValues (alpha: 0.7 ),
192
+ labelCounterUnread: const Color (0xffffffff ).withValues (alpha: 0.73 ),
193
193
labelEdited: const HSLColor .fromAHSL (0.35 , 0 , 0 , 1 ).toColor (),
194
194
labelMenuButton: const Color (0xffffffff ).withValues (alpha: 0.85 ),
195
195
mainBackground: const Color (0xff1d1d1d ),
196
196
textInput: const Color (0xffffffff ).withValues (alpha: 0.9 ),
197
- title: const Color (0xffffffff ),
197
+ title: const Color (0xffffffff ). withValues (alpha : 0.9 ) ,
198
198
bgSearchInput: const Color (0xff313131 ),
199
199
textMessage: const Color (0xffffffff ).withValues (alpha: 0.8 ),
200
200
channelColorSwatches: ChannelColorSwatches .dark,
@@ -210,7 +210,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
210
210
inboxItemIconMarker: const HSLColor .fromAHSL (0.4 , 0 , 0 , 1 ).toColor (),
211
211
loginOrDivider: const Color (0xff424242 ),
212
212
loginOrDividerText: const Color (0xffa8a8a8 ),
213
- modalBarrierColor: const Color (0xff000000 ).withValues (alpha: 0.5 ),
213
+ modalBarrierColor: const Color (0xff000000 ).withValues (alpha: 0.3 ),
214
214
// TODO(design-dark) need proper dark-theme color (this is ad hoc)
215
215
mutedUnreadBadge: const HSLColor .fromAHSL (0.5 , 0 , 0 , 0.6 ).toColor (),
216
216
navigationButtonBg: Colors .white.withValues (alpha: 0.05 ),
0 commit comments