@@ -21,6 +21,7 @@ $notice-primary-bg-color: rgba(255, 75, 85, 0.16);
2121$primary-fg-color : #2e2f32 ;
2222$secondary-fg-color : #737D8C ;
2323$tertiary-fg-color : #8D99A5 ;
24+ $quaternary-fg-color : #C1C6CD ;
2425$header-panel-bg-color : #f3f8fd ;
2526
2627// typical text (dark-on-white in light skin)
@@ -182,15 +183,18 @@ $roomsublist-skeleton-ui-bg: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%)
182183
183184$groupFilterPanel-divider-color : $roomlist-header-color ;
184185
185- $voice-record-stop-border-color : #E3E8F0 ;
186- $voice-record-stop-symbol-color : #ff4b55 ; // $warning-color, but without letting people change it in themes
187- $voice-record-waveform-bg-color : #E3E8F0 ;
188- $voice-record-waveform-fg-color : $muted-fg-color ;
189- $voice-record-waveform-incomplete-fg-color : #C1C6CD ;
190- $voice-record-live-circle-color : #ff4b55 ; // $warning-color, but without letting people change it in themes
191- $voice-record-icon-color : $muted-fg-color ;
186+ // These two don't change between themes. They are the $warning-color, but we don't
187+ // want custom themes to affect them by accident.
188+ $voice-record-stop-symbol-color : #ff4b55 ;
189+ $voice-record-live-circle-color : #ff4b55 ;
190+
191+ $voice-record-stop-border-color : #E3E8F0 ; // "Separator"
192+ $voice-record-waveform-bg-color : #E3E8F0 ; // "Separator"
193+ $voice-record-waveform-fg-color : $secondary-fg-color ;
194+ $voice-record-waveform-incomplete-fg-color : $quaternary-fg-color ;
195+ $voice-record-icon-color : $tertiary-fg-color ;
192196$voice-playback-button-bg-color : $primary-bg-color ;
193- $voice-playback-button-fg-color : $muted -fg-color ;
197+ $voice-playback-button-fg-color : $secondary -fg-color ;
194198
195199$roomtile-preview-color : $secondary-fg-color ;
196200$roomtile-default-badge-bg-color : #61708b ;
0 commit comments