@@ -173,7 +173,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
173173 bannerBgIntDanger: const Color (0xff461616 ),
174174 bgBotBar: const Color (0xff222222 ),
175175 bgContextMenu: const Color (0xff262626 ),
176- bgCounterUnread: const Color (0xff666699 ). withValues (alpha : 0.37 ),
176+ bgCounterUnread: const Color (0xff393c49 ),
177177 bgMenuButtonActive: Colors .black.withValues (alpha: 0.2 ),
178178 bgMenuButtonSelected: Colors .black.withValues (alpha: 0.25 ),
179179 bgTopBar: const Color (0xff242424 ),
@@ -189,12 +189,12 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
189189 foreground: const Color (0xffffffff ),
190190 icon: const Color (0xff7977fe ),
191191 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 ),
193193 labelEdited: const HSLColor .fromAHSL (0.35 , 0 , 0 , 1 ).toColor (),
194194 labelMenuButton: const Color (0xffffffff ).withValues (alpha: 0.85 ),
195195 mainBackground: const Color (0xff1d1d1d ),
196196 textInput: const Color (0xffffffff ).withValues (alpha: 0.9 ),
197- title: const Color (0xffffffff ),
197+ title: const Color (0xffffffff ). withValues (alpha : 0.9 ) ,
198198 bgSearchInput: const Color (0xff313131 ),
199199 textMessage: const Color (0xffffffff ).withValues (alpha: 0.8 ),
200200 channelColorSwatches: ChannelColorSwatches .dark,
@@ -210,7 +210,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
210210 inboxItemIconMarker: const HSLColor .fromAHSL (0.4 , 0 , 0 , 1 ).toColor (),
211211 loginOrDivider: const Color (0xff424242 ),
212212 loginOrDividerText: const Color (0xffa8a8a8 ),
213- modalBarrierColor: const Color (0xff000000 ).withValues (alpha: 0.5 ),
213+ modalBarrierColor: const Color (0xff000000 ).withValues (alpha: 0.3 ),
214214 // TODO(design-dark) need proper dark-theme color (this is ad hoc)
215215 mutedUnreadBadge: const HSLColor .fromAHSL (0.5 , 0 , 0 , 0.6 ).toColor (),
216216 navigationButtonBg: Colors .white.withValues (alpha: 0.05 ),
0 commit comments