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": "Wählt die Option {option} aus"
}
},
"settings": {
"appearance": {
"title": "Erscheinungsbild",
"contents": {
"colorScheme": {
"title": "Farbschema",
"options": {
"auto": "An Systemfarbschema anpassen",
"light": "Hell",
"dark": "Dunkel"
}
}
}
}
}
}
}