You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
add: amoled and monochrome theme
This commit will add 2 new themes is monochrome and amoled
This commit is contained in:
@@ -180,11 +180,13 @@ androidComponents.onVariants { variant ->
|
||||
set.add(Pair(root.file("webroot/js/translate/modules.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/translate/settings.js").asFile, null))
|
||||
|
||||
set.add(Pair(root.file("webroot/js/themes/amoled.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/dark.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/darkNavbar.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/light.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/lightNavbar.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/lightIcon.js").asFile, null))
|
||||
set.add(Pair(root.file("webroot/js/themes/monochrome.js").asFile, null))
|
||||
|
||||
set.add(Pair(root.file("webroot/js/switcher/fontChanger.js").asFile, null))
|
||||
|
||||
|
||||
@@ -131,11 +131,13 @@ extract "$ZIPFILE" 'webroot/js/translate/action.js' "$MODPATH/webroot/js/transla
|
||||
extract "$ZIPFILE" 'webroot/js/translate/modules.js' "$MODPATH/webroot/js/translate" true
|
||||
extract "$ZIPFILE" 'webroot/js/translate/settings.js' "$MODPATH/webroot/js/translate" true
|
||||
|
||||
extract "$ZIPFILE" 'webroot/js/themes/amoled.js' "$MODPATH/webroot/js/themes" true
|
||||
extract "$ZIPFILE" 'webroot/js/themes/dark.js' "$MODPATH/webroot/js/themes" true
|
||||
extract "$ZIPFILE" 'webroot/js/themes/darkNavbar.js' "$MODPATH/webroot/js/themes" true
|
||||
extract "$ZIPFILE" 'webroot/js/themes/light.js' "$MODPATH/webroot/js/themes" true
|
||||
extract "$ZIPFILE" 'webroot/js/themes/lightNavbar.js' "$MODPATH/webroot/js/themes" true
|
||||
extract "$ZIPFILE" 'webroot/js/themes/lightIcon.js' "$MODPATH/webroot/js/themes" true
|
||||
extract "$ZIPFILE" 'webroot/js/themes/monochrome.js' "$MODPATH/webroot/js/themes" true
|
||||
|
||||
extract "$ZIPFILE" 'webroot/js/modal/errorHistory.js' "$MODPATH/webroot/js/modal" true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user