Update theme to make disabled buttons use the nine slice background color and added TRANSLUCENT_GRAY color, updated about dialog theming, disabled games page import buttons, made some bits of start up page functional

This commit is contained in:
2026-09-03 21:59:11 -05:00
parent a4dcd302c1
commit 7524d01347
5 changed files with 204 additions and 76 deletions

View File

@@ -3,7 +3,7 @@ module W3DHubLauncher
def setup
theme(THEME)
background 0xee_222222
background TRANSLUCENT_GRAY
end
end
end