revert theme ugliness

This commit is contained in:
Christien Rioux 2024-06-21 23:03:11 -04:00
parent 00fe682e0c
commit 554f9b9a54
6 changed files with 33 additions and 27 deletions

View file

@ -89,9 +89,11 @@ class ScaleScheme extends ThemeExtension<ScaleScheme> {
onError: errorScale.primaryText,
// errorContainer: errorScale.hoverElementBackground,
// onErrorContainer: errorScale.subtleText,
background: grayScale.appBackground, // reviewed
onBackground: grayScale.appText, // reviewed
surface: primaryScale.primary, // reviewed
onSurface: primaryScale.primaryText, // reviewed
surfaceContainerHighest: secondaryScale.primary,
surfaceVariant: secondaryScale.primary,
onSurfaceVariant: secondaryScale.primaryText, // ?? reviewed a little
outline: primaryScale.border,
outlineVariant: secondaryScale.border,