refactor(colors.xml): comment out primary_700, shortcut_icon_background, shortcut_icon_foreground values

They are on colors_custom.xml, so we removed them here just for the sake of the happiness of our java compiler
This commit is contained in:
LucasGGamerM
2025-04-11 08:16:34 -03:00
parent 8089d2757b
commit 59f1b7f5ef

View File

@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="primary_700">#431cbb</color>
<!-- MOSHIDON: we will comment things out here. We have our colors_custom entries already-->
<!-- <color name="primary_700">#431cbb</color>-->
<color name="navigation_bar_bg_light">#282C37</color>
<color name="highlight_over_dark">#30FFFFFF</color>
<color name="shortcut_icon_background">#FFF</color>
<color name="shortcut_icon_foreground">@color/m3_sys_light_primary</color>
<!-- <color name="shortcut_icon_background">#FFF</color>-->
<!-- <color name="shortcut_icon_foreground">@color/m3_sys_light_primary</color>-->
<!-- M3 dynamic colors -->