-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
106 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
package ui.theme | ||
import androidx.compose.ui.graphics.Color | ||
|
||
val md_theme_light_primary = Color(0xFF006590) | ||
val md_theme_light_primary = Color(0xFF006D42) | ||
val md_theme_light_onPrimary = Color(0xFFFFFFFF) | ||
val md_theme_light_primaryContainer = Color(0xFFC8E6FF) | ||
val md_theme_light_onPrimaryContainer = Color(0xFF001E2F) | ||
val md_theme_light_secondary = Color(0xFF4F606E) | ||
val md_theme_light_primaryContainer = Color(0xFF92F7BC) | ||
val md_theme_light_onPrimaryContainer = Color(0xFF002111) | ||
val md_theme_light_secondary = Color(0xFF4E6355) | ||
val md_theme_light_onSecondary = Color(0xFFFFFFFF) | ||
val md_theme_light_secondaryContainer = Color(0xFFD3E5F5) | ||
val md_theme_light_onSecondaryContainer = Color(0xFF0B1D29) | ||
val md_theme_light_tertiary = Color(0xFF006399) | ||
val md_theme_light_secondaryContainer = Color(0xFFD1E8D6) | ||
val md_theme_light_onSecondaryContainer = Color(0xFF0C1F14) | ||
val md_theme_light_tertiary = Color(0xFF3B6471) | ||
val md_theme_light_onTertiary = Color(0xFFFFFFFF) | ||
val md_theme_light_tertiaryContainer = Color(0xFFCDE5FF) | ||
val md_theme_light_onTertiaryContainer = Color(0xFF001D32) | ||
val md_theme_light_tertiaryContainer = Color(0xFFBFE9F8) | ||
val md_theme_light_onTertiaryContainer = Color(0xFF001F27) | ||
val md_theme_light_error = Color(0xFFBA1A1A) | ||
val md_theme_light_errorContainer = Color(0xFFFFDAD6) | ||
val md_theme_light_onError = Color(0xFFFFFFFF) | ||
val md_theme_light_onErrorContainer = Color(0xFF410002) | ||
val md_theme_light_background = Color(0xFFFCFCFF) | ||
val md_theme_light_onBackground = Color(0xFF191C1E) | ||
val md_theme_light_surface = Color(0xFFFCFCFF) | ||
val md_theme_light_onSurface = Color(0xFF191C1E) | ||
val md_theme_light_surfaceVariant = Color(0xFFDDE3EA) | ||
val md_theme_light_onSurfaceVariant = Color(0xFF41474D) | ||
val md_theme_light_outline = Color(0xFF71787E) | ||
val md_theme_light_inverseOnSurface = Color(0xFFF0F0F3) | ||
val md_theme_light_inverseSurface = Color(0xFF2E3133) | ||
val md_theme_light_inversePrimary = Color(0xFF89CEFF) | ||
val md_theme_light_background = Color(0xFFFBFDF8) | ||
val md_theme_light_onBackground = Color(0xFF191C1A) | ||
val md_theme_light_surface = Color(0xFFFBFDF8) | ||
val md_theme_light_onSurface = Color(0xFF191C1A) | ||
val md_theme_light_surfaceVariant = Color(0xFFDCE5DC) | ||
val md_theme_light_onSurfaceVariant = Color(0xFF404942) | ||
val md_theme_light_outline = Color(0xFF717972) | ||
val md_theme_light_inverseOnSurface = Color(0xFFF0F1ED) | ||
val md_theme_light_inverseSurface = Color(0xFF2E312E) | ||
val md_theme_light_inversePrimary = Color(0xFF76DAA1) | ||
val md_theme_light_shadow = Color(0xFF000000) | ||
val md_theme_light_surfaceTint = Color(0xFF006590) | ||
val md_theme_light_outlineVariant = Color(0xFFC1C7CE) | ||
val md_theme_light_surfaceTint = Color(0xFF006D42) | ||
val md_theme_light_outlineVariant = Color(0xFFC0C9C0) | ||
val md_theme_light_scrim = Color(0xFF000000) | ||
|
||
val md_theme_dark_primary = Color(0xFF89CEFF) | ||
val md_theme_dark_onPrimary = Color(0xFF00344D) | ||
val md_theme_dark_primaryContainer = Color(0xFF004C6E) | ||
val md_theme_dark_onPrimaryContainer = Color(0xFFC8E6FF) | ||
val md_theme_dark_secondary = Color(0xFFB7C9D9) | ||
val md_theme_dark_onSecondary = Color(0xFF21323F) | ||
val md_theme_dark_secondaryContainer = Color(0xFF384956) | ||
val md_theme_dark_onSecondaryContainer = Color(0xFFD3E5F5) | ||
val md_theme_dark_tertiary = Color(0xFF95CCFF) | ||
val md_theme_dark_onTertiary = Color(0xFF003352) | ||
val md_theme_dark_tertiaryContainer = Color(0xFF004A75) | ||
val md_theme_dark_onTertiaryContainer = Color(0xFFCDE5FF) | ||
val md_theme_dark_primary = Color(0xFF76DAA1) | ||
val md_theme_dark_onPrimary = Color(0xFF003920) | ||
val md_theme_dark_primaryContainer = Color(0xFF005231) | ||
val md_theme_dark_onPrimaryContainer = Color(0xFF92F7BC) | ||
val md_theme_dark_secondary = Color(0xFFB5CCBA) | ||
val md_theme_dark_onSecondary = Color(0xFF213528) | ||
val md_theme_dark_secondaryContainer = Color(0xFF374B3E) | ||
val md_theme_dark_onSecondaryContainer = Color(0xFFD1E8D6) | ||
val md_theme_dark_tertiary = Color(0xFFA3CDDC) | ||
val md_theme_dark_onTertiary = Color(0xFF043541) | ||
val md_theme_dark_tertiaryContainer = Color(0xFF224C58) | ||
val md_theme_dark_onTertiaryContainer = Color(0xFFBFE9F8) | ||
val md_theme_dark_error = Color(0xFFFFB4AB) | ||
val md_theme_dark_errorContainer = Color(0xFF93000A) | ||
val md_theme_dark_onError = Color(0xFF690005) | ||
val md_theme_dark_onErrorContainer = Color(0xFFFFDAD6) | ||
val md_theme_dark_background = Color(0xFF191C1E) | ||
val md_theme_dark_onBackground = Color(0xFFE2E2E5) | ||
val md_theme_dark_surface = Color(0xFF191C1E) | ||
val md_theme_dark_onSurface = Color(0xFFE2E2E5) | ||
val md_theme_dark_surfaceVariant = Color(0xFF41474D) | ||
val md_theme_dark_onSurfaceVariant = Color(0xFFC1C7CE) | ||
val md_theme_dark_outline = Color(0xFF8B9198) | ||
val md_theme_dark_inverseOnSurface = Color(0xFF191C1E) | ||
val md_theme_dark_inverseSurface = Color(0xFFE2E2E5) | ||
val md_theme_dark_inversePrimary = Color(0xFF006590) | ||
val md_theme_dark_background = Color(0xFF191C1A) | ||
val md_theme_dark_onBackground = Color(0xFFE1E3DE) | ||
val md_theme_dark_surface = Color(0xFF191C1A) | ||
val md_theme_dark_onSurface = Color(0xFFE1E3DE) | ||
val md_theme_dark_surfaceVariant = Color(0xFF404942) | ||
val md_theme_dark_onSurfaceVariant = Color(0xFFC0C9C0) | ||
val md_theme_dark_outline = Color(0xFF8A938B) | ||
val md_theme_dark_inverseOnSurface = Color(0xFF191C1A) | ||
val md_theme_dark_inverseSurface = Color(0xFFE1E3DE) | ||
val md_theme_dark_inversePrimary = Color(0xFF006D42) | ||
val md_theme_dark_shadow = Color(0xFF000000) | ||
val md_theme_dark_surfaceTint = Color(0xFF89CEFF) | ||
val md_theme_dark_outlineVariant = Color(0xFF41474D) | ||
val md_theme_dark_surfaceTint = Color(0xFF76DAA1) | ||
val md_theme_dark_outlineVariant = Color(0xFF404942) | ||
val md_theme_dark_scrim = Color(0xFF000000) | ||
|
||
|
||
val seed = Color(0xFF006591) | ||
val seed = Color(0xFF2A9260) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.