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

@@ -2,8 +2,10 @@ module W3DHubLauncher
LARGE_PADDING = 40
PADDING = 20
HALF_PADDING = 10
ALPHA_BLACK = 0x88_000000
ALPHA_GRAY = 0x88_5e5c64
TRANSLUCENT_GRAY = 0xaa_3d3846
FONT_LIGHT = "#{ROOT_PATH}/media/fonts/NotoSans-Light.ttf"
FONT_REGULAR = "#{ROOT_PATH}/media/fonts/NotoSans-Regular.ttf"
@@ -95,7 +97,9 @@ module W3DHubLauncher
background_nine_slice_color: 0xaa_5e5c64
},
disabled: {
background: 0
color: 0x88_c0bfbc,
background: 0,
background_nine_slice_color: 0xaa_77767b
}
},
EditLine: {