From 3ee42d7ac23e749ec4cbe6a3d846b73dae106b02 Mon Sep 17 00:00:00 2001 From: Marcelo Arteiro Date: Tue, 11 Apr 2023 12:51:33 +0000 Subject: [PATCH] Fixing many inverted values for light/dark theme Some styles are not following naming convention. https://screenshot.googleplex.com/bM223vk9LavwUKr https://screenshot.googleplex.com/3GAAPFXfMBkxF2t Fix: 271951574 Fix: 276682398 Fix: 273812685 Bug: 238845212 Test: Manual Change-Id: I630b9b0de2b59ab8a0af6e4fd4c4f3ce47c7f3e0 --- .../res/res/values/themes_device_defaults.xml | 278 +++++++++--------- 1 file changed, 139 insertions(+), 139 deletions(-) diff --git a/core/res/res/values/themes_device_defaults.xml b/core/res/res/values/themes_device_defaults.xml index e59b2597722fe..706845360bf47 100644 --- a/core/res/res/values/themes_device_defaults.xml +++ b/core/res/res/values/themes_device_defaults.xml @@ -1665,47 +1665,47 @@ easier. @color/system_on_secondary_fixed_variant @color/system_on_tertiary_fixed_variant - @color/system_surface_container_lowest_dark + @color/system_surface_container_lowest_light @color/system_on_primary_fixed_variant - @color/system_on_secondary_container_dark - @color/system_on_tertiary_container_dark - @color/system_surface_container_low_dark - @color/system_on_primary_container_dark + @color/system_on_secondary_container_light + @color/system_on_tertiary_container_light + @color/system_surface_container_low_light + @color/system_on_primary_container_light @color/system_secondary_fixed_dim - @color/system_on_error_container_dark + @color/system_on_error_container_light @color/system_on_secondary_fixed - @color/system_on_surface_light + @color/system_on_surface_dark @color/system_tertiary_fixed_dim @color/system_on_tertiary_fixed @color/system_primary_fixed_dim - @color/system_secondary_container_dark - @color/system_error_container_dark + @color/system_secondary_container_light + @color/system_error_container_light @color/system_on_primary_fixed - @color/system_primary_light + @color/system_primary_dark @color/system_secondary_fixed - @color/system_surface_light - @color/system_surface_variant_dark - @color/system_tertiary_container_dark + @color/system_surface_dark + @color/system_surface_variant_light + @color/system_tertiary_container_light @color/system_tertiary_fixed - @color/system_primary_container_dark - @color/system_on_background_dark + @color/system_primary_container_light + @color/system_on_background_light @color/system_primary_fixed - @color/system_on_secondary_dark - @color/system_on_tertiary_dark - @color/system_surface_dim_dark - @color/system_surface_bright_dark - @color/system_secondary_dark - @color/system_on_error_dark - @color/system_surface_dark - @color/system_surface_container_high_dark - @color/system_tertiary_dark - @color/system_surface_container_highest_dark - @color/system_on_surface_variant_dark - @color/system_outline_dark - @color/system_outline_variant_dark - @color/system_on_primary_dark - @color/system_on_surface_dark - @color/system_surface_container_dark + @color/system_on_secondary_light + @color/system_on_tertiary_light + @color/system_surface_dim_light + @color/system_surface_bright_light + @color/system_secondary_light + @color/system_on_error_light + @color/system_surface_light + @color/system_surface_container_high_light + @color/system_tertiary_light + @color/system_surface_container_highest_light + @color/system_on_surface_variant_light + @color/system_outline_light + @color/system_outline_variant_light + @color/system_on_primary_light + @color/system_on_surface_light + @color/system_surface_container_light