Revert "$roomlist-header-color -> $tertiary-content"
This reverts commit 25a3a8ddfd
.
This commit is contained in:
parent
8aacd968c7
commit
bf87413442
6 changed files with 14 additions and 12 deletions
|
@ -125,10 +125,11 @@ $theme-button-bg-color: #e3e8f0;
|
|||
|
||||
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
|
||||
$roomlist-bg-color: rgba(33, 38, 44, 0.90);
|
||||
$roomlist-header-color: $tertiary-content;
|
||||
$roomsublist-divider-color: $primary-content;
|
||||
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #3e444c 0%, #3e444c00 100%);
|
||||
|
||||
$groupFilterPanel-divider-color: $tertiary-content;
|
||||
$groupFilterPanel-divider-color: $roomlist-header-color;
|
||||
|
||||
$roomtile-preview-color: $secondary-content;
|
||||
$roomtile-default-badge-bg-color: #61708b;
|
||||
|
@ -136,7 +137,7 @@ $roomtile-selected-bg-color: rgba(141, 151, 165, 0.2);
|
|||
|
||||
// ********************
|
||||
|
||||
$notice-secondary-color: $tertiary-content;
|
||||
$notice-secondary-color: $roomlist-header-color;
|
||||
|
||||
$panel-divider-color: transparent;
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ $authpage-lang-color: var(--timeline-text-color);
|
|||
$roomheader-color: var(--timeline-text-color);
|
||||
// --roomlist-text-secondary-color
|
||||
$roomtile-preview-color: var(--roomlist-text-secondary-color);
|
||||
$tertiary-content: var(--roomlist-text-secondary-color);
|
||||
$roomlist-header-color: var(--roomlist-text-secondary-color);
|
||||
$roomtile-default-badge-bg-color: var(--roomlist-text-secondary-color);
|
||||
|
||||
//
|
||||
|
|
|
@ -187,10 +187,11 @@ $theme-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-bg-color: rgba(245, 245, 245, 0.90);
|
||||
$roomlist-header-color: $tertiary-content;
|
||||
$roomsublist-divider-color: $primary-content;
|
||||
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
|
||||
|
||||
$groupFilterPanel-divider-color: $tertiary-content;
|
||||
$groupFilterPanel-divider-color: $roomlist-header-color;
|
||||
|
||||
$roomtile-preview-color: $secondary-content;
|
||||
$roomtile-default-badge-bg-color: #61708b;
|
||||
|
@ -211,7 +212,7 @@ $username-variant6-color: #2dc2c5;
|
|||
$username-variant7-color: #5c56f5;
|
||||
$username-variant8-color: #74d12c;
|
||||
|
||||
$notice-secondary-color: $tertiary-content;
|
||||
$notice-secondary-color: $roomlist-header-color;
|
||||
|
||||
$panel-divider-color: transparent;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue