mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-18 22:21:27 +00:00

All files (that used styles) were refactored to use styles directly so themes can only actually adjust colors - Elaborate themes would be super hard to maintain and would certainly break over time
23 lines
732 B
XML
23 lines
732 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!--region Deprecated-->
|
|
<attr name="cardStyle" format="reference" />
|
|
<attr name="colorAccentFallback" format="reference" />
|
|
<attr name="imageColorTint" format="reference" />
|
|
<attr name="colorControl" format="reference" />
|
|
<!--endregion-->
|
|
|
|
<!--region Colors-->
|
|
|
|
<!--Static-->
|
|
<attr name="colorDisabled" format="color" />
|
|
<attr name="colorDisabledVariant" format="color" />
|
|
<attr name="colorSurfaceVariant" format="color" />
|
|
<attr name="colorOnPrimaryVariant" format="color" />
|
|
<attr name="colorOnSurfaceVariant" format="color" />
|
|
<attr name="colorSurfaceSurfaceVariant" format="color" />
|
|
|
|
<!--endregion-->
|
|
|
|
</resources>
|