Files
DocumentServer-v-9.2.0/web-apps/apps/common/main/resources/themes/simple-theme-light.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
524 B
JSON

{
"name": "Simple light theme",
"l10n": {
"fr": "Thème de lumière simple",
"de": "Eenvoudig licht thema"
},
"id" : "theme-id-simple-light",
"type" : "light",
"colors" : {
"background-primary-dialog-button": "#2e8df2",
"highlight-button-hover": "#DFEAF9",
"highlight-button-pressed": "#B4CCEB",
"highlight-button-pressed-hover": "#B4CCEB",
"highlight-primary-dialog-button-hover": "#52a6ff",
"border-control-focus": "#2e8df2"
}
}