Update action bar colors for dark theme
In addition, this also adjusts the event hover colors to match the palette. Fixes https://github.com/vector-im/riot-web/issues/9591
This commit is contained in:
parent
561ecc5ebe
commit
4b50d2a2bf
3 changed files with 13 additions and 9 deletions
|
@ -40,7 +40,7 @@ $tagpanel-bg-color: $base-color;
|
|||
$selected-color: $room-highlight-color;
|
||||
|
||||
// selected for hoverover & selected event tiles
|
||||
$event-selected-color: #111316;
|
||||
$event-selected-color: $header-panel-bg-color;
|
||||
|
||||
// used for the hairline dividers in RoomView
|
||||
$primary-hairline-color: $header-panel-border-color;
|
||||
|
@ -146,8 +146,10 @@ $room-warning-bg-color: $header-panel-bg-color;
|
|||
$dark-panel-bg-color: $header-panel-bg-color;
|
||||
$panel-gradient: rgba(34, 38, 46, 0), rgba(34, 38, 46, 1);
|
||||
|
||||
$message-action-bar-border-color: $input-darker-bg-color;
|
||||
$message-action-bar-hover-border-color: $text-secondary-color;
|
||||
$message-action-bar-bg-color: $header-panel-bg-color;
|
||||
$message-action-bar-fg-color: $header-panel-text-primary-color;
|
||||
$message-action-bar-border-color: #616b7f;
|
||||
$message-action-bar-hover-border-color: $header-panel-text-primary-color;
|
||||
|
||||
// ***** Mixins! *****
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue