different blur radius for dark theme

This commit is contained in:
Bruno Windels 2020-07-14 14:24:35 +02:00
parent c936439ad5
commit 1578b1c3d3
4 changed files with 16 additions and 3 deletions

View file

@ -204,6 +204,10 @@ $user-tile-hover-bg-color: $header-panel-bg-color;
// Appearance tab colors
$appearance-tab-border-color: $room-highlight-color;
// blur amounts for left left panel (only for element theme, used in _mods.scss)
$roomlist-background-blur-amount: 40px;
$tagpanel-background-blur-amount: 20px;
// ***** Mixins! *****
@define-mixin mx_DialogButton {