|
|
@ -25,6 +25,7 @@ $themes: (
|
|
|
|
textColor: $black,
|
|
|
|
textColor: $black,
|
|
|
|
textColorSubtle: #a0a0a0,
|
|
|
|
textColorSubtle: #a0a0a0,
|
|
|
|
textColorOpposite: $white,
|
|
|
|
textColorOpposite: $white,
|
|
|
|
|
|
|
|
textHighlight: rgba($black, 0.2),
|
|
|
|
// inbox
|
|
|
|
// inbox
|
|
|
|
inboxBackground: $white,
|
|
|
|
inboxBackground: $white,
|
|
|
|
// buttons
|
|
|
|
// buttons
|
|
|
@ -74,6 +75,7 @@ $themes: (
|
|
|
|
textColor: $white,
|
|
|
|
textColor: $white,
|
|
|
|
textColorSubtle: #a0a0a0,
|
|
|
|
textColorSubtle: #a0a0a0,
|
|
|
|
textColorOpposite: $black,
|
|
|
|
textColorOpposite: $black,
|
|
|
|
|
|
|
|
textHighlight: rgba($accentDarkTheme, 0.6),
|
|
|
|
// inbox
|
|
|
|
// inbox
|
|
|
|
inboxBackground: linear-gradient(180deg, #171717 0%, #121212 100%),
|
|
|
|
inboxBackground: linear-gradient(180deg, #171717 0%, #121212 100%),
|
|
|
|
// buttons
|
|
|
|
// buttons
|
|
|
|