matrix-dimension/web/style/themes/dark.scss
2021-12-13 13:24:39 -07:00

92 lines
2.9 KiB
SCSS

$theme_dark: (
bodyBgColor: #21262C,
defaultFgColor: #ffffff,
headerColor: #f9f9f9,
mutedColor: #d6d6d6,
altMutedColor: #a6b6c1,
anchorColor: #0DBD8B,
tableBorderColor: #1e1e1e,
codeBgColor: #323233,
spinnerColor: #d4d4d4,
formControlBorderColor: #21262C,
formControlBgColor: #15191E,
formControlFgColor: #fff,
formControlPlaceholderColor: #8E99A4,
accentAlt: #238CF5,
activeBreadcrumbColor: #afbfca,
buttonAccentColor: #0DBD8B,
buttonDangerColor: #FF5B55,
buttonPrimaryColor: #fff,
stickerpacksNotifBgColor: #525252,
stickerpackBgColor: #676a6d,
stickerpackFgColor: #eee,
stickerpackDescriptionColor: #dedddd,
stickerpackAuthorLicenseColor: #dedddd,
stickerPreviewBgColor: #676a6d,
stickerPreviewFgColor: #dedddd,
headerBgColor: #21262C,
containerBgColor: rgba(47, 47, 47, 0.66),
containerShadowColor: hsla(0, 0%, 0%, 0.2),
containerBorderColor: rgb(79, 79, 79),
quickActionColor: #7b7b7b,
dialogBgColor: #464646,
dialogFgColor: #ececec,
dialogBorderColor: #212121,
dialogFooterBorderColor: #212121,
dialogFooterBackgroundColor: #2d2d2d,
stickerPickerControlBgColor: #eee,
stickerPickerControlFgColor: #222,
stickerPickerErrorColor: #bd362f,
stickerPickerTitleColor: #222,
stickerPickerLicenseColor: #b5b5b5,
stickerPickerAuthorColor: #222,
stickerPickerStickerBgColor: #fff,
stickerPickerShadowColor: hsla(0, 0%, 0%, 0.2),
widgetWelcomeBgColor: #fff,
troubleshooterBgColor: #2d2d2d,
troubleshooterNeutralColor: rgb(205, 215, 222),
troubleshooterOkColor: #59bb59,
troubleshooterErrorColor: #e84f4f,
genericControlBgColor: #eee,
genericControlFgColor: #222,
widgetBannedSymbolColor: #bd362f,
integrationBorderColor: rgba(148, 148, 148, 0.19),
integrationDescriptionColor: #bcc0c1,
promoSpacerColor: rgba(206, 222, 235, 0.85),
promoShadowColor: rgba(206, 222, 235, 0.34),
promoInfoBgColor: #fff,
promoInfoBorderColor: rgba(143, 45, 86, 0.2),
promoPreBorderColor: rgba(143, 45, 86, 0.7),
promoFooterFgColor: #fff,
promoGradientStartColor: #c95036,
promoGradientEndColor: #8F2D56,
promoIntroColor: #868686,
promoIntegrationBgColor: #fff,
promoIntegrationBorderColor: rgba(143, 45, 86, 0.2),
promoLinksColor: #dadada,
promoHeroFgColor: #fff,
adminBgColor: #233046,
adminFgColor: #fff,
adminHoverColor: #374752,
adminAccentColor: #DE6657,
adminVersionColor: #7d7d7d,
appserviceConfigPreFgColor: #eff8ff,
appserviceConfigPreBorderColor: #717171,
appserviceConfigPreBgColor: #333,
);