mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 08:39:07 +00:00
Updated custom themes (markdown)
+21
-21
@@ -3,26 +3,26 @@ You can make custom themes by adding them to the `Themes.json` file at `sdmc:/3d
|
|||||||
Here is an example:
|
Here is an example:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"Default": {
|
"Default": {
|
||||||
"BGColor": "#262C4D",
|
"BGColor": "#262C4D",
|
||||||
"BarColor": "#324962",
|
"BarColor": "#324962",
|
||||||
"BarOutline": "#191E35",
|
"BarOutline": "#191E35",
|
||||||
"BoxInside": "#1C213A",
|
"BoxInside": "#1C213A",
|
||||||
"BoxSelected": "#6C829B",
|
"BoxSelected": "#6C829B",
|
||||||
"BoxUnselected": "#000000",
|
"BoxUnselected": "#000000",
|
||||||
"DownListPrev": "#1C213A",
|
"DownListPrev": "#1C213A",
|
||||||
"EntryBar": "#324962",
|
"EntryBar": "#324962",
|
||||||
"EntryOutline": "#191E35",
|
"EntryOutline": "#191E35",
|
||||||
"MarkSelected": "#4D6580",
|
"MarkSelected": "#4D6580",
|
||||||
"MarkUnselected": "#1C213A",
|
"MarkUnselected": "#1C213A",
|
||||||
"ProgressbarIn": "#4D6580",
|
"ProgressbarIn": "#4D6580",
|
||||||
"ProgressbarOut": "#1C213A",
|
"ProgressbarOut": "#1C213A",
|
||||||
"SearchBar": "#334B66",
|
"SearchBar": "#334B66",
|
||||||
"SearchBarOutline": "#191E35",
|
"SearchBarOutline": "#191E35",
|
||||||
"SideBarIconColor": "#ADCCEF",
|
"SideBarIconColor": "#ADCCEF",
|
||||||
"SideBarSelected": "#6C829B",
|
"SideBarSelected": "#6C829B",
|
||||||
"SideBarUnselected": "#4D6580",
|
"SideBarUnselected": "#4D6580",
|
||||||
"TextColor": "#FFFFFF"
|
"TextColor": "#FFFFFF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user