Files
DocumentServer-v-9.2.0/web-apps/apps/common/main/resources/themes/simple-theme-dark.json.example
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

17 lines
517 B
JSON

{
"name": "Simple dark theme",
"l10n": {
"fr": "Thème sombre simple",
"de": "Eenvoudig donker thema"
},
"id" : "theme-id-simple-dark",
"type" : "dark",
"colors" : {
"background-primary-dialog-button": "#c681ff",
"highlight-button-hover": "#535C68",
"highlight-button-pressed": "#49617D",
"highlight-button-pressed-hover": "#49617D",
"highlight-primary-dialog-button-hover": "#d39eff",
"border-control-focus": "#b948ff"
}
}