Remove unused SCSS variables + fix tertiary colour

This commit is contained in:
Travis Ralston 2020-07-17 16:11:29 -06:00
parent 40e4347114
commit 0e054c05c2
6 changed files with 1 additions and 48 deletions

View file

@ -193,11 +193,6 @@ $presence-offline: #E3E8F0;
// ********************
$roomtile-selected-color: #212121;
$roomtile-notified-color: #212121;
$roomtile-selected-bg-color: #fff;
$roomtile-focused-bg-color: #fff;
$username-variant1-color: #368bd6;
$username-variant2-color: #ac3ba8;
$username-variant3-color: #0DBD8B;
@ -207,13 +202,6 @@ $username-variant6-color: #2dc2c5;
$username-variant7-color: #5c56f5;
$username-variant8-color: #74d12c;
$roomtile-transparent-focused-color: rgba(0, 0, 0, 0.1);
$roomsublist-background: $secondary-accent-color;
$roomsublist-label-fg-color: $muted-fg-color;
$roomsublist-label-bg-color: $tertiary-accent-color;
$roomsublist-chevron-color: $accent-color;
$panel-divider-color: transparent;
// ********************