commit ffec242ff44967ce545e2c08443c8e0f97b9300c parent a813d17f27838b2dbc9be7f9f8ff8ed03668c2e4 Author: Vlada Svirsh <svirv1@bfh.ch> Date: Wed, 14 May 2025 13:11:46 +0200 [wallet] colors Diffstat:
| M | .idea/compiler.xml | | | 2 | +- |
| M | .idea/gradle.xml | | | 5 | ++--- |
| M | wallet/src/main/java/net/taler/wallet/WalletApp.kt | | | 2 | +- |
| M | wallet/src/main/res/values/colors.xml | | | 331 | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------- |
4 files changed, 280 insertions(+), 60 deletions(-)
diff --git a/.idea/compiler.xml b/.idea/compiler.xml @@ -11,7 +11,7 @@ <entry name="!?*.kt" /> <entry name="!?*.clj" /> </wildcardResourcePatterns> - <bytecodeTargetLevel target="17"> + <bytecodeTargetLevel target="21"> <module name="common_commonMain" target="1.6" /> <module name="common_commonTest" target="1.6" /> <module name="common_jvmMain" target="1.6" /> diff --git a/.idea/gradle.xml b/.idea/gradle.xml @@ -4,10 +4,9 @@ <component name="GradleSettings"> <option name="linkedExternalProjectsSettings"> <GradleProjectSettings> - <option name="testRunner" value="GRADLE" /> - <option name="distributionType" value="DEFAULT_WRAPPED" /> + <option name="testRunner" value="CHOOSE_PER_TEST" /> <option name="externalProjectPath" value="$PROJECT_DIR$" /> - <option name="gradleJvm" value="jbr-17" /> + <option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" /> <option name="modules"> <set> <option value="$PROJECT_DIR$" /> diff --git a/wallet/src/main/java/net/taler/wallet/WalletApp.kt b/wallet/src/main/java/net/taler/wallet/WalletApp.kt @@ -22,6 +22,6 @@ import com.google.android.material.color.DynamicColors class WalletApp : Application() { override fun onCreate() { super.onCreate() - DynamicColors.applyToActivitiesIfAvailable(this) +// DynamicColors.applyToActivitiesIfAvailable(this) } } diff --git a/wallet/src/main/res/values/colors.xml b/wallet/src/main/res/values/colors.xml @@ -20,65 +20,286 @@ <color name="colorAccent">#BB1D24</color> <!-- Material 3 theme builder --> - <color name="seed">#3047a3</color> - <color name="md_theme_light_primary">#4157B4</color> + <color name="md_theme_light_primary">#0042B3</color> <color name="md_theme_light_onPrimary">#FFFFFF</color> - <color name="md_theme_light_primaryContainer">#DDE1FF</color> - <color name="md_theme_light_onPrimaryContainer">#001355</color> - <color name="md_theme_light_secondary">#2B5EA7</color> + <color name="md_theme_light_primaryContainer">#D3DEFF</color> + <color name="md_theme_light_onPrimaryContainer">#00134A</color> + <color name="md_theme_light_secondary">#586A88</color> <color name="md_theme_light_onSecondary">#FFFFFF</color> - <color name="md_theme_light_secondaryContainer">#D7E3FF</color> - <color name="md_theme_light_onSecondaryContainer">#001B3E</color> - <color name="md_theme_light_tertiary">#B91B23</color> + <color name="md_theme_light_secondaryContainer">#d9E3F9</color> + <color name="md_theme_light_onSecondaryContainer">#111C2B</color> + <color name="md_theme_light_tertiary">#338AF0</color> <color name="md_theme_light_onTertiary">#FFFFFF</color> - <color name="md_theme_light_tertiaryContainer">#FFDAD7</color> - <color name="md_theme_light_onTertiaryContainer">#410004</color> - <color name="md_theme_light_error">#BA1A1A</color> - <color name="md_theme_light_errorContainer">#FFDAD6</color> + <color name="md_theme_light_tertiaryContainer">#D1E4FF</color> + <color name="md_theme_light_onTertiaryContainer">#001C39</color> + <color name="md_theme_light_error">#B3261E</color> <color name="md_theme_light_onError">#FFFFFF</color> - <color name="md_theme_light_onErrorContainer">#410002</color> - <color name="md_theme_light_background">#F8FDFF</color> - <color name="md_theme_light_onBackground">#001F25</color> - <color name="md_theme_light_surface">#F8FDFF</color> - <color name="md_theme_light_onSurface">#001F25</color> - <color name="md_theme_light_surfaceVariant">#E2E1EC</color> - <color name="md_theme_light_onSurfaceVariant">#45464F</color> - <color name="md_theme_light_outline">#767680</color> - <color name="md_theme_light_inverseOnSurface">#D6F6FF</color> - <color name="md_theme_light_inverseSurface">#00363F</color> - <color name="md_theme_light_inversePrimary">#B8C3FF</color> - <color name="md_theme_light_shadow">#000000</color> - <color name="md_theme_light_surfaceTint">#4157B4</color> - <color name="md_theme_light_outlineVariant">#C6C5D0</color> + <color name="md_theme_light_errorContainer">#F9DEDC</color> + <color name="md_theme_light_onErrorContainer">#410E0B</color> + <color name="md_theme_light_background">#FDFDFF</color> + <color name="md_theme_light_onBackground">#1A1C1F</color> + <color name="md_theme_light_surface">#FDFDFF</color> + <color name="md_theme_light_onSurface">#1C1B1F</color> + <color name="md_theme_light_surfaceVariant">#E0E3EC</color> + <color name="md_theme_light_onSurfaceVariant">#45474F</color> + <color name="md_theme_light_outline">#767880</color> + <color name="md_theme_light_outlineVariant">#C4C6D0</color> <color name="md_theme_light_scrim">#000000</color> - <color name="md_theme_dark_primary">#B8C3FF</color> - <color name="md_theme_dark_onPrimary">#042584</color> - <color name="md_theme_dark_primaryContainer">#263E9A</color> - <color name="md_theme_dark_onPrimaryContainer">#DDE1FF</color> - <color name="md_theme_dark_secondary">#AAC7FF</color> - <color name="md_theme_dark_onSecondary">#002F65</color> - <color name="md_theme_dark_secondaryContainer">#00458E</color> - <color name="md_theme_dark_onSecondaryContainer">#D7E3FF</color> - <color name="md_theme_dark_tertiary">#FFB3AD</color> - <color name="md_theme_dark_onTertiary">#680009</color> - <color name="md_theme_dark_tertiaryContainer">#930012</color> - <color name="md_theme_dark_onTertiaryContainer">#FFDAD7</color> - <color name="md_theme_dark_error">#FFB4AB</color> - <color name="md_theme_dark_errorContainer">#93000A</color> - <color name="md_theme_dark_onError">#690005</color> - <color name="md_theme_dark_onErrorContainer">#FFDAD6</color> - <color name="md_theme_dark_background">#001F25</color> - <color name="md_theme_dark_onBackground">#A6EEFF</color> - <color name="md_theme_dark_surface">#001F25</color> - <color name="md_theme_dark_onSurface">#A6EEFF</color> - <color name="md_theme_dark_surfaceVariant">#45464F</color> - <color name="md_theme_dark_onSurfaceVariant">#C6C5D0</color> - <color name="md_theme_dark_outline">#90909A</color> - <color name="md_theme_dark_inverseOnSurface">#001F25</color> - <color name="md_theme_dark_inverseSurface">#A6EEFF</color> - <color name="md_theme_dark_inversePrimary">#4157B4</color> - <color name="md_theme_dark_shadow">#000000</color> - <color name="md_theme_dark_surfaceTint">#B8C3FF</color> - <color name="md_theme_dark_outlineVariant">#45464F</color> + <color name="md_theme_light_inverseSurface">#2C2F3A</color> + <color name="md_theme_light_inverseOnSurface">#F0F2FF</color> + <color name="md_theme_light_inversePrimary">#B4C5FF</color> + <color name="md_theme_light_primaryFixed">#D3DEFF</color> + <color name="md_theme_light_onPrimaryFixed">#00134A</color> + <color name="md_theme_light_primaryFixedDim">#B4C5FF</color> + <color name="md_theme_light_onPrimaryFixedVariant">#00379C</color> + <color name="md_theme_light_secondaryFixed">#D9E3F9</color> + <color name="md_theme_light_onSecondaryFixed">#111C2B</color> + <color name="md_theme_light_secondaryFixedDim">#B0BDD3</color> + <color name="md_theme_light_onSecondaryFixedVariant">#445670</color> + <color name="md_theme_light_tertiaryFixed">#D1E4FF</color> + <color name="md_theme_light_onTertiaryFixed">#001C39</color> + <color name="md_theme_light_tertiaryFixedDim">#A2CDFF</color> + <color name="md_theme_light_onTertiaryFixedVariant">#0C5EA5</color> + <color name="md_theme_light_surfaceDim">#DADDE5</color> + <color name="md_theme_light_surfaceBright">#FFFFFF</color> + <color name="md_theme_light_surfaceContainerLowest">#FFFFFF</color> + <color name="md_theme_light_surfaceContainerLow">#F5F7FC</color> + <color name="md_theme_light_surfaceContainer">#F0F2F7</color> + <color name="md_theme_light_surfaceContainerHigh">#EAECEF</color> + <color name="md_theme_light_surfaceContainerHighest">#E3E6EB</color> + <color name="md_theme_light_primary_mediumContrast">#00318F</color> + <color name="md_theme_light_onPrimary_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_primaryContainer_mediumContrast">#0042B3</color> + <color name="md_theme_light_onPrimaryContainer_mediumContrast">#E5EBFF</color> + <color name="md_theme_light_secondary_mediumContrast">#3E4F6A</color> + <color name="md_theme_light_onSecondary_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_secondaryContainer_mediumContrast">#7082A0</color> + <color name="md_theme_light_onSecondaryContainer_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_tertiary_mediumContrast">#0B60B0</color> + <color name="md_theme_light_onTertiary_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_tertiaryContainer_mediumContrast">#338AF0</color> + <color name="md_theme_light_onTertiaryContainer_mediumContrast">#E4F1FF</color> + <color name="md_theme_light_error_mediumContrast">#8C1B16</color> + <color name="md_theme_light_onError_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_errorContainer_mediumContrast">#B3261E</color> + <color name="md_theme_light_onErrorContainer_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_background_mediumContrast">#FAFAFD</color> + <color name="md_theme_light_onBackground_mediumContrast">#1A1C1F</color> + <color name="md_theme_light_surface_mediumContrast">#FAFAFD</color> + <color name="md_theme_light_onSurface_mediumContrast">#131518</color> + <color name="md_theme_light_surfaceVariant_mediumContrast">#DADDE5</color> + <color name="md_theme_light_onSurfaceVariant_mediumContrast">#36383E</color> + <color name="md_theme_light_outline_mediumContrast">#585B63</color> + <color name="md_theme_light_outlineVariant_mediumContrast">#AEB1BB</color> + <color name="md_theme_light_scrim_mediumContrast">#000000</color> + <color name="md_theme_light_inverseSurface_mediumContrast">#2C2F3A</color> + <color name="md_theme_light_inverseOnSurface_mediumContrast">#F0F2FF</color> + <color name="md_theme_light_inversePrimary_mediumContrast">#B4C5FF</color> + <color name="md_theme_light_primaryFixed_mediumContrast">#3C66C9</color> + <color name="md_theme_light_onPrimaryFixed_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_primaryFixedDim_mediumContrast">#2455B5</color> + <color name="md_theme_light_onPrimaryFixedVariant_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_secondaryFixed_mediumContrast">#6E809B</color> + <color name="md_theme_light_onSecondaryFixed_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_secondaryFixedDim_mediumContrast">#4F6079</color> + <color name="md_theme_light_onSecondaryFixedVariant_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_tertiaryFixed_mediumContrast">#60A6E7</color> + <color name="md_theme_light_onTertiaryFixed_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_tertiaryFixedDim_mediumContrast">#207BC0</color> + <color name="md_theme_light_onTertiaryFixedVariant_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_surfaceDim_mediumContrast">#D5D9E1</color> + <color name="md_theme_light_surfaceBright_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_surfaceContainerLowest_mediumContrast">#FFFFFF</color> + <color name="md_theme_light_surfaceContainerLow_mediumContrast">#F4F7FC</color> + <color name="md_theme_light_surfaceContainer_mediumContrast">#EEF1F8</color> + <color name="md_theme_light_surfaceContainerHigh_mediumContrast">#E6EAF1</color> + <color name="md_theme_light_surfaceContainerHighest_mediumContrast">#DEE2EA</color> + <color name="md_theme_light_primary_highContrast">#002A7A</color> + <color name="md_theme_light_onPrimary_highContrast">#FFFFFF</color> + <color name="md_theme_light_primaryContainer_highContrast">#003EA8</color> + <color name="md_theme_light_onPrimaryContainer_highContrast">#FFFFFF</color> + <color name="md_theme_light_secondary_highContrast">#2D3E59</color> + <color name="md_theme_light_onSecondary_highContrast">#FFFFFF</color> + <color name="md_theme_light_secondaryContainer_highContrast">#445670</color> + <color name="md_theme_light_onSecondaryContainer_highContrast">#FFFFFF</color> + <color name="md_theme_light_tertiary_highContrast">#004A99</color> + <color name="md_theme_light_onTertiary_highContrast">#FFFFFF</color> + <color name="md_theme_light_tertiaryContainer_highContrast">#0B60B0</color> + <color name="md_theme_light_onTertiaryContainer_highContrast">#FFFFFF</color> + <color name="md_theme_light_error_highContrast">#6A1410</color> + <color name="md_theme_light_onError_highContrast">#FFFFFF</color> + <color name="md_theme_light_errorContainer_highContrast">#951C18</color> + <color name="md_theme_light_onErrorContainer_highContrast">#FFFFFF</color> + <color name="md_theme_light_background_highContrast">#F8F9FF</color> + <color name="md_theme_light_onBackground_highContrast">#101113</color> + <color name="md_theme_light_surface_highContrast">#F8F9FF</color> + <color name="md_theme_light_onSurface_highContrast">#000000</color> + <color name="md_theme_light_surfaceVariant_highContrast">#DADDE5</color> + <color name="md_theme_light_onSurfaceVariant_highContrast">#000000</color> + <color name="md_theme_light_outline_highContrast">#2B2D33</color> + <color name="md_theme_light_outlineVariant_highContrast">#4B4D55</color> + <color name="md_theme_light_scrim_highContrast">#000000</color> + <color name="md_theme_light_inverseSurface_highContrast">#2C2F3A</color> + <color name="md_theme_light_inverseOnSurface_highContrast">#FFFFFF</color> + <color name="md_theme_light_inversePrimary_highContrast">#B4C5FF</color> + <color name="md_theme_light_primaryFixed_highContrast">#0040AD</color> + <color name="md_theme_light_onPrimaryFixed_highContrast">#FFFFFF</color> + <color name="md_theme_light_primaryFixedDim_highContrast">#002C7D</color> + <color name="md_theme_light_onPrimaryFixedVariant_highContrast">#FFFFFF</color> + <color name="md_theme_light_secondaryFixed_highContrast">#445670</color> + <color name="md_theme_light_onSecondaryFixed_highContrast">#FFFFFF</color> + <color name="md_theme_light_secondaryFixedDim_highContrast">#2E3F59</color> + <color name="md_theme_light_onSecondaryFixedVariant_highContrast">#FFFFFF</color> + <color name="md_theme_light_tertiaryFixed_highContrast">#0B60B0</color> + <color name="md_theme_light_onTertiaryFixed_highContrast">#FFFFFF</color> + <color name="md_theme_light_tertiaryFixedDim_highContrast">#004A8C</color> + <color name="md_theme_light_onTertiaryFixedVariant_highContrast">#FFFFFF</color> + <color name="md_theme_light_surfaceDim_highContrast">#C1C4CC</color> + <color name="md_theme_light_surfaceBright_highContrast">#FFFFFF</color> + <color name="md_theme_light_surfaceContainerLowest_highContrast">#FFFFFF</color> + <color name="md_theme_light_surfaceContainerLow_highContrast">#F3F6FA</color> + <color name="md_theme_light_surfaceContainer_highContrast">#E5E8EE</color> + <color name="md_theme_light_surfaceContainerHigh_highContrast">#D7DAE1</color> + <color name="md_theme_light_surfaceContainerHighest_highContrast">#C9CCD4</color> + <color name="md_theme_dark_primary">#B4C5FF</color> + <color name="md_theme_dark_onPrimary">#002A78</color> + <color name="md_theme_dark_primaryContainer">#0042B3</color> + <color name="md_theme_dark_onPrimaryContainer">#E5EBFF</color> + <color name="md_theme_dark_secondary">#A4C9FF</color> + <color name="md_theme_dark_onSecondary">#00315D</color> + <color name="md_theme_dark_secondaryContainer">#72A3E5</color> + <color name="md_theme_dark_onSecondaryContainer">#003869</color> + <color name="md_theme_dark_tertiary">#8DD1E5</color> + <color name="md_theme_dark_onTertiary">#003641</color> + <color name="md_theme_dark_tertiaryContainer">#166577</color> + <color name="md_theme_dark_onTertiaryContainer">#9CE0F5</color> + <color name="md_theme_dark_error">#FFB4AA</color> + <color name="md_theme_dark_onError">#690003</color> + <color name="md_theme_dark_errorContainer">#B3261E</color> + <color name="md_theme_dark_onErrorContainer">#FFCBC4</color> + <color name="md_theme_dark_background">#11131A</color> + <color name="md_theme_dark_onBackground">#E2E2EB</color> + <color name="md_theme_dark_surface">#11131A</color> + <color name="md_theme_dark_onSurface">#E5E2E1</color> + <color name="md_theme_dark_surfaceVariant">#45474B</color> + <color name="md_theme_dark_onSurfaceVariant">#C6C6CB</color> + <color name="md_theme_dark_outline">#8F9095</color> + <color name="md_theme_dark_outlineVariant">#45474B</color> <color name="md_theme_dark_scrim">#000000</color> + <color name="md_theme_dark_inverseSurface">#E5E2E1</color> + <color name="md_theme_dark_inverseOnSurface">#313030</color> + <color name="md_theme_dark_inversePrimary">#2756C7</color> + <color name="md_theme_dark_primaryFixed">#DBE1FF</color> + <color name="md_theme_dark_onPrimaryFixed">#00174B</color> + <color name="md_theme_dark_primaryFixedDim">#B4C5FF</color> + <color name="md_theme_dark_onPrimaryFixedVariant">#003EA8</color> + <color name="md_theme_dark_secondaryFixed">#D4E3FF</color> + <color name="md_theme_dark_onSecondaryFixed">#001C39</color> + <color name="md_theme_dark_secondaryFixedDim">#A4C9FF</color> + <color name="md_theme_dark_onSecondaryFixedVariant">#004883</color> + <color name="md_theme_dark_tertiaryFixed">#AFECFF</color> + <color name="md_theme_dark_onTertiaryFixed">#001F27</color> + <color name="md_theme_dark_tertiaryFixedDim">#8DD1E5</color> + <color name="md_theme_dark_onTertiaryFixedVariant">#004E5D</color> + <color name="md_theme_dark_surfaceDim">#11131A</color> + <color name="md_theme_dark_surfaceBright">#3A3939</color> + <color name="md_theme_dark_surfaceContainerLowest">#0E0E0E</color> + <color name="md_theme_dark_surfaceContainerLow">#1C1B1B</color> + <color name="md_theme_dark_surfaceContainer">#201F1F</color> + <color name="md_theme_dark_surfaceContainerHigh">#2A2A2A</color> + <color name="md_theme_dark_surfaceContainerHighest">#353434</color> + <color name="md_theme_dark_primary_mediumContrast">#D3DBFF</color> + <color name="md_theme_dark_onPrimary_mediumContrast">#002061</color> + <color name="md_theme_dark_primaryContainer_mediumContrast">#628BFD</color> + <color name="md_theme_dark_onPrimaryContainer_mediumContrast">#000000</color> + <color name="md_theme_dark_secondary_mediumContrast">#C9DEFF</color> + <color name="md_theme_dark_onSecondary_mediumContrast">#00264A</color> + <color name="md_theme_dark_secondaryContainer_mediumContrast">#72A3E5</color> + <color name="md_theme_dark_onSecondaryContainer_mediumContrast">#00152D</color> + <color name="md_theme_dark_tertiary_mediumContrast">#A3E7FC</color> + <color name="md_theme_dark_onTertiary_mediumContrast">#002A33</color> + <color name="md_theme_dark_tertiaryContainer_mediumContrast">#569AAD</color> + <color name="md_theme_dark_onTertiaryContainer_mediumContrast">#000000</color> + <color name="md_theme_dark_error_mediumContrast">#FFD2CC</color> + <color name="md_theme_dark_onError_mediumContrast">#540002</color> + <color name="md_theme_dark_errorContainer_mediumContrast">#FA5A4A</color> + <color name="md_theme_dark_onErrorContainer_mediumContrast">#000000</color> + <color name="md_theme_dark_background_mediumContrast">#11131A</color> + <color name="md_theme_dark_onBackground_mediumContrast">#E2E2EB</color> + <color name="md_theme_dark_surface_mediumContrast">#11131A</color> + <color name="md_theme_dark_onSurface_mediumContrast">#FFFFFF</color> + <color name="md_theme_dark_surfaceVariant_mediumContrast">#45474B</color> + <color name="md_theme_dark_onSurfaceVariant_mediumContrast">#DCDCE1</color> + <color name="md_theme_dark_outline_mediumContrast">#B1B2B6</color> + <color name="md_theme_dark_outlineVariant_mediumContrast">#8F9095</color> + <color name="md_theme_dark_scrim_mediumContrast">#000000</color> + <color name="md_theme_dark_inverseSurface_mediumContrast">#E5E2E1</color> + <color name="md_theme_dark_inverseOnSurface_mediumContrast">#2A2A2A</color> + <color name="md_theme_dark_inversePrimary_mediumContrast">#003FAB</color> + <color name="md_theme_dark_primaryFixed_mediumContrast">#DBE1FF</color> + <color name="md_theme_dark_onPrimaryFixed_mediumContrast">#000E35</color> + <color name="md_theme_dark_primaryFixedDim_mediumContrast">#B4C5FF</color> + <color name="md_theme_dark_onPrimaryFixedVariant_mediumContrast">#002F84</color> + <color name="md_theme_dark_secondaryFixed_mediumContrast">#D4E3FF</color> + <color name="md_theme_dark_onSecondaryFixed_mediumContrast">#001127</color> + <color name="md_theme_dark_secondaryFixedDim_mediumContrast">#A4C9FF</color> + <color name="md_theme_dark_onSecondaryFixedVariant_mediumContrast">#003767</color> + <color name="md_theme_dark_tertiaryFixed_mediumContrast">#AFECFF</color> + <color name="md_theme_dark_onTertiaryFixed_mediumContrast">#001419</color> + <color name="md_theme_dark_tertiaryFixedDim_mediumContrast">#8DD1E5</color> + <color name="md_theme_dark_onTertiaryFixedVariant_mediumContrast">#003C48</color> + <color name="md_theme_dark_surfaceDim_mediumContrast">#11131A</color> + <color name="md_theme_dark_surfaceBright_mediumContrast">#454444</color> + <color name="md_theme_dark_surfaceContainerLowest_mediumContrast">#070707</color> + <color name="md_theme_dark_surfaceContainerLow_mediumContrast">#1E1D1D</color> + <color name="md_theme_dark_surfaceContainer_mediumContrast">#282828</color> + <color name="md_theme_dark_surfaceContainerHigh_mediumContrast">#333232</color> + <color name="md_theme_dark_surfaceContainerHighest_mediumContrast">#3E3D3D</color> + <color name="md_theme_dark_primary_highContrast">#EDEFFF</color> + <color name="md_theme_dark_onPrimary_highContrast">#000000</color> + <color name="md_theme_dark_primaryContainer_highContrast">#AEC1FF</color> + <color name="md_theme_dark_onPrimaryContainer_highContrast">#000928</color> + <color name="md_theme_dark_secondary_highContrast">#EAF0FF</color> + <color name="md_theme_dark_onSecondary_highContrast">#000000</color> + <color name="md_theme_dark_secondaryContainer_highContrast">#9DC5FF</color> + <color name="md_theme_dark_onSecondaryContainer_highContrast">#000B1D</color> + <color name="md_theme_dark_tertiary_highContrast">#D8F5FF</color> + <color name="md_theme_dark_onTertiary_highContrast">#000000</color> + <color name="md_theme_dark_tertiaryContainer_highContrast">#89CDE1</color> + <color name="md_theme_dark_onTertiaryContainer_highContrast">#000D12</color> + <color name="md_theme_dark_error_highContrast">#FFECE9</color> + <color name="md_theme_dark_onError_highContrast">#000000</color> + <color name="md_theme_dark_errorContainer_highContrast">#FFAEA3</color> + <color name="md_theme_dark_onErrorContainer_highContrast">#220000</color> + <color name="md_theme_dark_background_highContrast">#11131A</color> + <color name="md_theme_dark_onBackground_highContrast">#E2E2EB</color> + <color name="md_theme_dark_surface_highContrast">#11131A</color> + <color name="md_theme_dark_onSurface_highContrast">#FFFFFF</color> + <color name="md_theme_dark_surfaceVariant_highContrast">#45474B</color> + <color name="md_theme_dark_onSurfaceVariant_highContrast">#FFFFFF</color> + <color name="md_theme_dark_outline_highContrast">#EFEFF5</color> + <color name="md_theme_dark_outlineVariant_highContrast">#C2C2C7</color> + <color name="md_theme_dark_scrim_highContrast">#000000</color> + <color name="md_theme_dark_inverseSurface_highContrast">#E5E2E1</color> + <color name="md_theme_dark_inverseOnSurface_highContrast">#000000</color> + <color name="md_theme_dark_inversePrimary_highContrast">#003FAB</color> + <color name="md_theme_dark_primaryFixed_highContrast">#DBE1FF</color> + <color name="md_theme_dark_onPrimaryFixed_highContrast">#000000</color> + <color name="md_theme_dark_primaryFixedDim_highContrast">#B4C5FF</color> + <color name="md_theme_dark_onPrimaryFixedVariant_highContrast">#000E35</color> + <color name="md_theme_dark_secondaryFixed_highContrast">#D4E3FF</color> + <color name="md_theme_dark_onSecondaryFixed_highContrast">#000000</color> + <color name="md_theme_dark_secondaryFixedDim_highContrast">#A4C9FF</color> + <color name="md_theme_dark_onSecondaryFixedVariant_highContrast">#001127</color> + <color name="md_theme_dark_tertiaryFixed_highContrast">#AFECFF</color> + <color name="md_theme_dark_onTertiaryFixed_highContrast">#000000</color> + <color name="md_theme_dark_tertiaryFixedDim_highContrast">#8DD1E5</color> + <color name="md_theme_dark_onTertiaryFixedVariant_highContrast">#001419</color> + <color name="md_theme_dark_surfaceDim_highContrast">#11131A</color> + <color name="md_theme_dark_surfaceBright_highContrast">#515050</color> + <color name="md_theme_dark_surfaceContainerLowest_highContrast">#000000</color> + <color name="md_theme_dark_surfaceContainerLow_highContrast">#201F1F</color> + <color name="md_theme_dark_surfaceContainer_highContrast">#313030</color> + <color name="md_theme_dark_surfaceContainerHigh_highContrast">#3C3B3B</color> + <color name="md_theme_dark_surfaceContainerHighest_highContrast">#474646</color> </resources>