parent
999855c6e8
commit
10cfb009f7
@ -1,25 +1,63 @@ |
||||
ThemeGlobal |
||||
{ |
||||
# How long it takes for the fade-in/fade-out effect to occur. |
||||
HighlightTime = 0.6 |
||||
} |
||||
|
||||
Themes |
||||
{ |
||||
# Provide the patch image names without the .png extensions. |
||||
|
||||
BlueDefault |
||||
{ |
||||
Name = "9patch" |
||||
Name = 9patch |
||||
|
||||
ButtonColor = 0,0,64,255 |
||||
HighlightColor = 0,200,200,255 |
||||
|
||||
# If set to 0, stretches the edges and center instead of tiling it. |
||||
Tiled = 1 |
||||
|
||||
# Specifying a custom background from the assets directory uses that instead. |
||||
#CustomBack = image.png |
||||
} |
||||
Purple |
||||
{ |
||||
Name = "9patch_2" |
||||
Name = 9patch_2 |
||||
|
||||
ButtonColor = 40,16,71,255 |
||||
HighlightColor = 192,128,238,255 |
||||
|
||||
# If set to 0, stretches the edges and center instead of tiling it. |
||||
Tiled = 1 |
||||
|
||||
# Specifying a custom background from the assets directory uses that instead. |
||||
#CustomBack = themes/testback.png |
||||
} |
||||
NicoPink |
||||
{ |
||||
Name = 9patch_3 |
||||
|
||||
ButtonColor = 208,73,182,255 |
||||
HighlightColor = 255,239,232,255 |
||||
|
||||
# If set to 0, stretches the edges and center instead of tiling it. |
||||
Tiled = 0 |
||||
|
||||
# Specifying a custom background from the assets directory uses that instead. |
||||
CustomBack = themes/testback.png |
||||
} |
||||
NicoPinkTiled |
||||
{ |
||||
Name = 9patch_4 |
||||
|
||||
ButtonColor = 208,73,182,255 |
||||
HighlightColor = 255,239,232,255 |
||||
|
||||
# If set to 0, stretches the edges and center instead of tiling it. |
||||
Tiled = 1 |
||||
|
||||
# Specifying a custom background from the assets directory uses that instead. |
||||
CustomBack = themes/testtiledback.png |
||||
} |
||||
} |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 236 KiB |
After Width: | Height: | Size: 620 B |
Loading…
Reference in new issue