@@ -142,25 +142,25 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
142
142
mainBackground: const Color (0xff1d1d1d ),
143
143
title: const Color (0xffffffff ),
144
144
channelColorSwatches: ChannelColorSwatches .dark,
145
- // TODO(#95 ) need proper dark-theme color (this is ad hoc)
145
+ // TODO(design-dark ) need proper dark-theme color (this is ad hoc)
146
146
atMentionMarker: const HSLColor .fromAHSL (0.4 , 0 , 0 , 1 ).toColor (),
147
147
dmHeaderBg: const HSLColor .fromAHSL (1 , 46 , 0.15 , 0.2 ).toColor (),
148
148
errorBannerBackground: const HSLColor .fromAHSL (1 , 0 , 0.61 , 0.19 ).toColor (),
149
149
errorBannerBorder: const HSLColor .fromAHSL (0.4 , 3 , 0.73 , 0.74 ).toColor (),
150
150
errorBannerLabel: const HSLColor .fromAHSL (1 , 2 , 0.73 , 0.80 ).toColor (),
151
- // TODO(#95 ) need proper dark-theme color (this is ad hoc)
151
+ // TODO(design-dark ) need proper dark-theme color (this is ad hoc)
152
152
groupDmConversationIcon: Colors .white.withOpacity (0.5 ),
153
- // TODO(#95 ) need proper dark-theme color (this is ad hoc)
153
+ // TODO(design-dark ) need proper dark-theme color (this is ad hoc)
154
154
groupDmConversationIconBg: const Color (0x33cccccc ),
155
155
loginOrDivider: const Color (0xff424242 ),
156
156
loginOrDividerText: const Color (0xffa8a8a8 ),
157
- // TODO(#95 ) need proper dark-theme color (this is ad hoc)
157
+ // TODO(design-dark ) need proper dark-theme color (this is ad hoc)
158
158
sectionCollapseIcon: const Color (0x7fb6c8e2 ),
159
- // TODO(#95 ) unchanged in dark theme?
159
+ // TODO(design-dark ) unchanged in dark theme?
160
160
star: const HSLColor .fromAHSL (0.5 , 47 , 1 , 0.41 ).toColor (),
161
- // TODO(#95 ) need proper dark-theme color (this is ad hoc)
161
+ // TODO(design-dark ) need proper dark-theme color (this is ad hoc)
162
162
subscriptionListHeaderLine: const HSLColor .fromAHSL (0.4 , 240 , 0.1 , 0.75 ).toColor (),
163
- // TODO(#95 ) need proper dark-theme color (this is ad hoc)
163
+ // TODO(design-dark ) need proper dark-theme color (this is ad hoc)
164
164
subscriptionListHeaderText: const HSLColor .fromAHSL (1.0 , 240 , 0.1 , 0.75 ).toColor (),
165
165
unreadCountBadgeTextForChannel: Colors .white.withOpacity (0.9 ),
166
166
);
@@ -223,8 +223,8 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
223
223
final Color errorBannerLabel;
224
224
final Color groupDmConversationIcon;
225
225
final Color groupDmConversationIconBg;
226
- final Color loginOrDivider; // TODO(#95 ) need proper dark-theme color (this is ad hoc)
227
- final Color loginOrDividerText; // TODO(#95 ) need proper dark-theme color (this is ad hoc)
226
+ final Color loginOrDivider; // TODO(design-dark ) need proper dark-theme color (this is ad hoc)
227
+ final Color loginOrDividerText; // TODO(design-dark ) need proper dark-theme color (this is ad hoc)
228
228
final Color sectionCollapseIcon;
229
229
final Color star;
230
230
final Color subscriptionListHeaderLine;
0 commit comments