Fix legacy themes backports
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
25a3a8ddfd
commit
c34dedb57b
2 changed files with 12 additions and 5 deletions
|
@ -24,7 +24,12 @@ $primary-bg-color: $bg-color;
|
|||
$muted-fg-color: $header-panel-text-primary-color;
|
||||
|
||||
// Legacy theme backports
|
||||
$quaternary-fg-color: #6F7882;
|
||||
$primary-content: $primary-fg-color;
|
||||
$secondary-content: $secondary-fg-color;
|
||||
$tertiary-content: $tertiary-fg-color;
|
||||
$quaternary-content: #6F7882;
|
||||
$quinary-content: $quaternary-content;
|
||||
$background: $primary-bg-color;
|
||||
|
||||
// used for dialog box text
|
||||
$light-fg-color: $header-panel-text-secondary-color;
|
||||
|
@ -117,7 +122,6 @@ $composer-e2e-icon-color: $header-panel-text-primary-color;
|
|||
// ********************
|
||||
|
||||
$theme-button-bg-color: #e3e8f0;
|
||||
$dialpad-button-bg-color: #6F7882;
|
||||
|
||||
|
||||
$roomlist-button-bg-color: #1A1D23; // Buttons include the filter box, explore button, and sublist buttons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue