88/* Noto Color Emoji contains digits, in fixed-width, therefore causing
99 digits in flowed text to stand out.
1010 TODO: Consider putting all emoji fonts to the end rather than the front. */
11- $font-family : Inter, Twemoji, ' Apple Color Emoji' , ' Segoe UI Emoji' , Arial , Helvetica , Sans-Serif , ' Noto Color Emoji' ;
11+ $font-family : ' Inter' , ' Twemoji' , ' Apple Color Emoji' , ' Segoe UI Emoji' , ' Arial' , ' Helvetica' , ' Sans-Serif' , ' Noto Color Emoji' ;
1212
13- $monospace-font-family : Inconsolata, Twemoji, ' Apple Color Emoji' , ' Segoe UI Emoji' , Courier , monospace , ' Noto Color Emoji' ;
13+ $monospace-font-family : ' Inconsolata' , ' Twemoji' , ' Apple Color Emoji' , ' Segoe UI Emoji' , ' Courier' , ' monospace' , ' Noto Color Emoji' ;
14+
15+ // Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=557%3A0
16+ $system-light : #F4F6FA ;
1417
1518// unified palette
1619// try to use these colors when possible
@@ -138,7 +141,7 @@ $blockquote-bar-color: #ddd;
138141$blockquote-fg-color : #777 ;
139142
140143$settings-grey-fg-color : #a2a2a2 ;
141- $settings-profile-placeholder-bg-color : #f4f6fa ;
144+ $settings-profile-placeholder-bg-color : $system-light ;
142145$settings-profile-overlay-placeholder-fg-color : #2e2f32 ;
143146$settings-profile-button-bg-color : #e7e7e7 ;
144147$settings-profile-button-fg-color : $settings-profile-overlay-placeholder-fg-color ;
@@ -168,7 +171,7 @@ $composer-e2e-icon-color: #91A1C0;
168171$header-divider-color : #91A1C0 ;
169172
170173// this probably shouldn't have it's own colour
171- $voipcall-plinth-color : #F4F6FA ;
174+ $voipcall-plinth-color : $system-light ;
172175
173176// ********************
174177
@@ -327,7 +330,7 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
327330$message-body-panel-fg-color : $secondary-fg-color ;
328331$message-body-panel-bg-color : #E3E8F0 ; // "Separator"
329332$message-body-panel-icon-fg-color : $secondary-fg-color ;
330- $message-body-panel-icon-bg-color : #F4F6FA ;
333+ $message-body-panel-icon-bg-color : $system-light ;
331334
332335// These two don't change between themes. They are the $warning-color, but we don't
333336// want custom themes to affect them by accident.
@@ -350,9 +353,9 @@ $groupFilterPanel-background-blur-amount: 20px;
350353$composer-shadow-color : rgba (0 , 0 , 0 , 0.04 );
351354
352355// Bubble tiles
353- $eventbubble-self-bg : #F8FDFC ;
354- $eventbubble-others-bg : #F7F8F9 ;
355- $eventbubble-bg-hover : #FEFCF5 ;
356+ $eventbubble-self-bg : #F0FBF8 ;
357+ $eventbubble-others-bg : $system-light ;
358+ $eventbubble-bg-hover : #FAFBFD ;
356359$eventbubble-avatar-outline : $primary-bg-color ;
357360$eventbubble-reply-color : #C1C6CD ;
358361
@@ -392,7 +395,7 @@ $eventbubble-reply-color: #C1C6CD;
392395@define-mixin mx_DialogButton_secondary {
393396 // flip colours for the secondary ones
394397 font-weight : 600 ;
395- border : 1px solid $accent-color ! important;
398+ border : 1px solid $accent-color !important ;
396399 color : $accent-color ;
397400 background-color : $button-secondary-bg-color ;
398401}
0 commit comments