mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 17:16:57 +02:00
Add various extra customization options for custom themes. Fixes #40
This commit is contained in:
@@ -8,5 +8,119 @@
|
||||
"g": 217,
|
||||
"b": 255
|
||||
},
|
||||
"darkTheme": false
|
||||
"darkTheme": false,
|
||||
"topIcon": {
|
||||
"position": {
|
||||
"x": 24,
|
||||
"y": 132
|
||||
},
|
||||
"blendColor": {
|
||||
"r": 200,
|
||||
"g": 200,
|
||||
"b": 200
|
||||
}
|
||||
},
|
||||
"topBannerTextLine0": {
|
||||
"position": {
|
||||
"x": 70,
|
||||
"y": 126
|
||||
},
|
||||
"width": 176,
|
||||
"textColor": {
|
||||
"r": 30,
|
||||
"g": 30,
|
||||
"b": 30
|
||||
},
|
||||
"blendColor": {
|
||||
"r": 200,
|
||||
"g": 200,
|
||||
"b": 200
|
||||
}
|
||||
},
|
||||
"topBannerTextLine1": {
|
||||
"position": {
|
||||
"x": 70,
|
||||
"y": 141
|
||||
},
|
||||
"width": 176,
|
||||
"textColor": {
|
||||
"r": 30,
|
||||
"g": 30,
|
||||
"b": 30
|
||||
},
|
||||
"blendColor": {
|
||||
"r": 200,
|
||||
"g": 200,
|
||||
"b": 200
|
||||
}
|
||||
},
|
||||
"topBannerTextLine2": {
|
||||
"position": {
|
||||
"x": 70,
|
||||
"y": 155
|
||||
},
|
||||
"width": 176,
|
||||
"textColor": {
|
||||
"r": 30,
|
||||
"g": 30,
|
||||
"b": 30
|
||||
},
|
||||
"blendColor": {
|
||||
"r": 200,
|
||||
"g": 200,
|
||||
"b": 200
|
||||
}
|
||||
},
|
||||
"topFileNameText": {
|
||||
"position": {
|
||||
"x": 18,
|
||||
"y": 170
|
||||
},
|
||||
"width": 220,
|
||||
"textColor": {
|
||||
"r": 30,
|
||||
"g": 30,
|
||||
"b": 30
|
||||
},
|
||||
"blendColor": {
|
||||
"r": 200,
|
||||
"g": 200,
|
||||
"b": 200
|
||||
}
|
||||
},
|
||||
"gridIcon": {
|
||||
"blendColor": {
|
||||
"r": 200,
|
||||
"g": 200,
|
||||
"b": 200
|
||||
}
|
||||
},
|
||||
"bannerListIcon": {
|
||||
"blendColor": {
|
||||
"r": 200,
|
||||
"g": 200,
|
||||
"b": 200
|
||||
}
|
||||
},
|
||||
"bannerListTextLine0": {
|
||||
"textColor": {
|
||||
"r": 30,
|
||||
"g": 30,
|
||||
"b": 30
|
||||
}
|
||||
},
|
||||
"bannerListTextLine1": {
|
||||
"textColor": {
|
||||
"r": 30,
|
||||
"g": 30,
|
||||
"b": 30
|
||||
}
|
||||
},
|
||||
"bannerListTextLine2": {
|
||||
"textColor": {
|
||||
"r": 30,
|
||||
"g": 30,
|
||||
"b": 30
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user