feat(color-scheme): add color scheme settings

Added an appearance settings section containing a color scheme setting
and translations for that.
This commit is contained in:
2026-08-06 17:38:05 +02:00
parent dde56c42ae
commit f485a2d476
3 changed files with 59 additions and 2 deletions
+15
View File
@@ -60,6 +60,21 @@
"option": {
"ariaLabel": "Selects option {option}"
}
},
"settings": {
"appearance": {
"title": "Appearance",
"contents": {
"colorScheme": {
"title": "Color Scheme",
"options": {
"auto": "Adapt to system color scheme",
"light": "Light",
"dark": "Dark"
}
}
}
}
}
}
}