Improve colors in settings (#7283)
This commit is contained in:
parent
3c5c2bef6d
commit
7da8c51c6b
15 changed files with 17 additions and 50 deletions
|
@ -76,7 +76,6 @@ $menu-selected-color: $room-highlight-color;
|
|||
|
||||
// Settings
|
||||
// ********************
|
||||
$settings-profile-overlay-placeholder-fg-color: #454545;
|
||||
$settings-profile-button-bg-color: #e7e7e7;
|
||||
$settings-subsection-fg-color: $text-secondary-color;
|
||||
// ********************
|
||||
|
|
|
@ -77,8 +77,6 @@ $lightbox-background-bg-color: #000;
|
|||
$lightbox-background-bg-opacity: 0.85;
|
||||
|
||||
$settings-grey-fg-color: #a2a2a2;
|
||||
$settings-profile-overlay-placeholder-fg-color: #454545;
|
||||
$settings-profile-button-bg-color: #e7e7e7;
|
||||
$settings-subsection-fg-color: $text-secondary-color;
|
||||
|
||||
$topleftmenu-color: $text-primary-color;
|
||||
|
|
|
@ -111,8 +111,6 @@ $preview-widget-bar-color: #ddd;
|
|||
$blockquote-bar-color: #ddd;
|
||||
|
||||
$settings-grey-fg-color: #a2a2a2;
|
||||
$settings-profile-overlay-placeholder-fg-color: #2e2f32;
|
||||
$settings-profile-button-bg-color: #e7e7e7;
|
||||
$settings-subsection-fg-color: #61708b;
|
||||
|
||||
$rte-bg-color: #e9e9e9;
|
||||
|
|
|
@ -75,7 +75,6 @@ $roomlist-bg-color: var(--roomlist-background-color);
|
|||
// --timeline-text-color
|
||||
$message-action-bar-fg-color: var(--timeline-text-color);
|
||||
$primary-content: var(--timeline-text-color);
|
||||
$settings-profile-overlay-placeholder-fg-color: var(--timeline-text-color);
|
||||
$roomtopic-color: var(--timeline-text-color-50pct);
|
||||
$tab-label-fg-color: var(--timeline-text-color);
|
||||
// was #212121
|
||||
|
|
|
@ -133,8 +133,6 @@ $menu-selected-color: #f5f8fa;
|
|||
// Settings
|
||||
// ********************
|
||||
$settings-grey-fg-color: #a2a2a2;
|
||||
$settings-profile-overlay-placeholder-fg-color: #2e2f32;
|
||||
$settings-profile-button-bg-color: $menu-border-color;
|
||||
$settings-subsection-fg-color: $muted-fg-color;
|
||||
// ********************
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue