|
|
|
@ -6,9 +6,6 @@ $destructive: #ff453a;
|
|
|
|
$accentLightTheme: #00e97b;
|
|
|
|
$accentLightTheme: #00e97b;
|
|
|
|
$accentDarkTheme: #00f782;
|
|
|
|
$accentDarkTheme: #00f782;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$themes: (
|
|
|
|
$themes: (
|
|
|
|
light: (
|
|
|
|
light: (
|
|
|
|
accent: $accentLightTheme,
|
|
|
|
accent: $accentLightTheme,
|
|
|
|
@ -48,7 +45,7 @@ $themes: (
|
|
|
|
scrollBarTrack: #fcfcfc,
|
|
|
|
scrollBarTrack: #fcfcfc,
|
|
|
|
scrollBarThumb: #474646,
|
|
|
|
scrollBarThumb: #474646,
|
|
|
|
// pill divider:
|
|
|
|
// pill divider:
|
|
|
|
pillDividerColor: rgba($black, 0.10),
|
|
|
|
pillDividerColor: rgba($black, 0.1),
|
|
|
|
pillDividerTextColor: #555555,
|
|
|
|
pillDividerTextColor: #555555,
|
|
|
|
// context menu
|
|
|
|
// context menu
|
|
|
|
contextMenuBackground: #f5f5f5,
|
|
|
|
contextMenuBackground: #f5f5f5,
|
|
|
|
@ -67,7 +64,7 @@ $themes: (
|
|
|
|
modalBackground: #101011,
|
|
|
|
modalBackground: #101011,
|
|
|
|
fakeChatBubbleBackground: #212121,
|
|
|
|
fakeChatBubbleBackground: #212121,
|
|
|
|
// input
|
|
|
|
// input
|
|
|
|
inputBackground: rgba(#8e8e93, 0.12),
|
|
|
|
inputBackground: rgba(#8e8e93, 0.12),
|
|
|
|
// text
|
|
|
|
// text
|
|
|
|
textColor: $white,
|
|
|
|
textColor: $white,
|
|
|
|
textColorSubtle: #a0a0a0,
|
|
|
|
textColorSubtle: #a0a0a0,
|
|
|
|
|