mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-02 23:32:54 +01:00
refactor(youtube/theme): apply default formatting
This commit is contained in:
parent
53b91fe2b5
commit
dde92cd1ee
@ -32,8 +32,7 @@ class ThemePatch : ResourcePatch {
|
|||||||
val node = resourcesNode.childNodes.item(i) as? Element ?: continue
|
val node = resourcesNode.childNodes.item(i) as? Element ?: continue
|
||||||
|
|
||||||
node.textContent = when (node.getAttribute("name")) {
|
node.textContent = when (node.getAttribute("name")) {
|
||||||
"yt_black0", "yt_black1", "yt_black1_opacity95", "yt_black1_opacity98", "yt_black2", "yt_black3",
|
"yt_black0", "yt_black1", "yt_black1_opacity95", "yt_black1_opacity98", "yt_black2", "yt_black3", "yt_black4", "yt_status_bar_background_dark", "material_grey_850" -> darkThemeBackgroundColor
|
||||||
"yt_black4", "yt_status_bar_background_dark", "material_grey_850" -> darkThemeBackgroundColor
|
|
||||||
|
|
||||||
"yt_white1", "yt_white1_opacity95", "yt_white1_opacity98", "yt_white2", "yt_white3", "yt_white4",
|
"yt_white1", "yt_white1_opacity95", "yt_white1_opacity98", "yt_white2", "yt_white3", "yt_white4",
|
||||||
-> lightThemeBackgroundColor
|
-> lightThemeBackgroundColor
|
||||||
@ -46,8 +45,7 @@ class ThemePatch : ResourcePatch {
|
|||||||
|
|
||||||
// copies the resource file to change the splash screen color
|
// copies the resource file to change the splash screen color
|
||||||
context.copyResources(
|
context.copyResources(
|
||||||
"theme",
|
"theme", ResourceUtils.ResourceGroup("values-night-v31", "styles.xml")
|
||||||
ResourceUtils.ResourceGroup("values-night-v31", "styles.xml")
|
|
||||||
)
|
)
|
||||||
|
|
||||||
return PatchResultSuccess()
|
return PatchResultSuccess()
|
||||||
|
Loading…
Reference in New Issue
Block a user