-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme_configurations.xml
34 lines (34 loc) · 1.6 KB
/
theme_configurations.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<resources>
<!-- Theme name and author name -->
<string name="ThemeName">Dark Shadow Full</string>
<string name="ThemeAuthor">Tullio</string>
<!-- Your email for bug reports (DEFAULT: empty) -->
<!--suppress CheckTagEmptyBody -->
<string name="ThemeAuthorEmail">tugaia56@gmail.com</string>
<!-- Theme wallpaper source (must be raw) -->
<string name="ThemeWallpaperSource"></string>
<!-- Do your theme support substratum legacy? -->
<!-- If you choose not to support legacy, then change the following line from -->
<!-- 'true' to 'false' to hide your theme on the Play Store from any stock ROM-->
<bool name="ThemeSupportLegacy">true</bool>
<!-- Does your theme support substratum samsung? -->
<bool name="ThemeSupportSamsung">false</bool>
<!-- Do you want to override the hero image auto color assignment? -->
<!-- Don't force anything? -> auto -->
<!-- Force black/dark icons? -> dark -->
<!-- Force white/light icons? -> light -->
<string name="ThemeHeroOverride">auto</string>
<!-- Put your theme changelog here, each item will be a new bullet point in the sheet -->
<string-array name="ThemeChangelog">
<item>Version 5.0.0</item>
<item>ADDED:</item>
<item>- - -</item>
<item>UPDATED:</item>
<item>Dropbox v392.2.2</item>
<item>Google Messages v20240903</item>
<item>MicroG Services Revanced by WSTxda v5.8</item>
<item>Microsoft Outlook v4.2435.1</item>
<item>Oxygen Customizer BUG FIX</item>
</string-array>
<bool name="ThemeHideDefaultType3Option">true</bool>
</resources>