@@ -13,7 +13,7 @@ $font-family: 'Inter', 'Twemoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Arial'
1313$monospace-font-family : ' Inconsolata' , ' Twemoji' , ' Apple Color Emoji' , ' Segoe UI Emoji' , ' Courier' , monospace , ' Noto Color Emoji' ;
1414
1515// Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=557%3A0
16- $system-light : #F4F6FA ;
16+ $system : #F4F6FA ;
1717
1818// unified palette
1919// try to use these colors when possible
@@ -141,7 +141,7 @@ $blockquote-bar-color: #ddd;
141141$blockquote-fg-color : #777 ;
142142
143143$settings-grey-fg-color : #a2a2a2 ;
144- $settings-profile-placeholder-bg-color : $system-light ;
144+ $settings-profile-placeholder-bg-color : $system ;
145145$settings-profile-overlay-placeholder-fg-color : #2e2f32 ;
146146$settings-profile-button-bg-color : #e7e7e7 ;
147147$settings-profile-button-fg-color : $settings-profile-overlay-placeholder-fg-color ;
@@ -170,8 +170,7 @@ $eventtile-meta-color: $roomtopic-color;
170170$composer-e2e-icon-color : #91A1C0 ;
171171$header-divider-color : #91A1C0 ;
172172
173- $toast-bg-color : $system-light ;
174- $voipcall-plinth-color : $system-light ;
173+ $voipcall-plinth-color : $system ;
175174
176175// ********************
177176
@@ -330,7 +329,7 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
330329$message-body-panel-fg-color : $secondary-fg-color ;
331330$message-body-panel-bg-color : #E3E8F0 ; // "Separator"
332331$message-body-panel-icon-fg-color : $secondary-fg-color ;
333- $message-body-panel-icon-bg-color : $system-light ;
332+ $message-body-panel-icon-bg-color : $system ;
334333
335334// These two don't change between themes. They are the $warning-color, but we don't
336335// want custom themes to affect them by accident.
@@ -354,7 +353,7 @@ $composer-shadow-color: rgba(0, 0, 0, 0.04);
354353
355354// Bubble tiles
356355$eventbubble-self-bg : #F0FBF8 ;
357- $eventbubble-others-bg : $system-light ;
356+ $eventbubble-others-bg : $system ;
358357$eventbubble-bg-hover : #FAFBFD ;
359358$eventbubble-avatar-outline : $primary-bg-color ;
360359$eventbubble-reply-color : #C1C6CD ;
0 commit comments