generated from Seekra/repository-template
Added an appearance settings section containing a color scheme setting and translations for that.
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"contents": [
|
|
{
|
|
"name": "appearance",
|
|
"i18n": "settings.settings.appearance.title",
|
|
"content": [
|
|
{
|
|
"name": "colorScheme",
|
|
"type": "selection",
|
|
"i18n": "settings.settings.appearance.contents.colorScheme.title",
|
|
"default": "auto",
|
|
"options": [
|
|
{
|
|
"name": "auto",
|
|
"i18n": "settings.settings.appearance.contents.colorScheme.options.auto"
|
|
},
|
|
{
|
|
"name": "light",
|
|
"i18n": "settings.settings.appearance.contents.colorScheme.options.light"
|
|
},
|
|
{
|
|
"name": "dark",
|
|
"i18n": "settings.settings.appearance.contents.colorScheme.options.dark"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|