$tertiary-fg-color -> $tertiary-content

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-12 11:53:54 +02:00
parent 10bc85724a
commit 8b59bf3d18
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
24 changed files with 36 additions and 40 deletions

View file

@ -32,9 +32,6 @@ $room-highlight-color: #343a46;
// typical text (dark-on-white in light skin)
$muted-fg-color: $header-panel-text-primary-color;
// additional text colors
$tertiary-fg-color: $tertiary-content;
// used for dialog box text
$light-fg-color: $header-panel-text-secondary-color;
@ -132,7 +129,7 @@ $dialpad-button-bg-color: $quinary-content;
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
$roomlist-filter-active-bg-color: $background;
$roomlist-bg-color: rgba(33, 38, 44, 0.90);
$roomlist-header-color: $tertiary-fg-color;
$roomlist-header-color: $tertiary-content;
$roomsublist-divider-color: $primary-content;
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #3e444c 0%, #3e444c00 100%);