Add dark theme support

This commit is contained in:
Germain Souquet 2021-07-01 14:23:00 +01:00
parent 209344d443
commit 223b40c9d6
4 changed files with 31 additions and 8 deletions

View file

@ -351,6 +351,12 @@ $groupFilterPanel-background-blur-amount: 20px;
$composer-shadow-color: rgba(0, 0, 0, 0.04);
// Bubble tiles
$eventbubble-self-bg: #F8FDFC;
$eventbubble-others-bg: #F7F8F9;
$eventbubble-bg-hover: rgb(242, 242, 242);
$eventbubble-avatar-outline: #fff;
// ***** Mixins! *****
@define-mixin mx_DialogButton {