mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
29 lines
772 B
JSON
29 lines
772 B
JSON
{
|
|
"id": "theme-dark",
|
|
"type": "dark",
|
|
"values": {
|
|
"brand-word": "#2a2a2a",
|
|
"brand-slide": "#2a2a2a",
|
|
"brand-cell": "#2a2a2a",
|
|
|
|
"window-background": "#404040",
|
|
"window-border": "#2a2a2a",
|
|
|
|
"text-normal": "#d9d9d9",
|
|
"text-normal-pressed": "#d9d9d9",
|
|
|
|
"tool-button-hover-background": "#555",
|
|
"tool-button-pressed-background": "#606060",
|
|
|
|
"tab-active-background": "#333",
|
|
"tab-simple-active-background": "#fff",
|
|
"tab-simple-active-text": "#fff",
|
|
"tab-default-active-background": "#fff",
|
|
"tab-default-active-text": "#fff",
|
|
"tab-divider": "#505050",
|
|
|
|
"button-normal-opacity": "rgba(255,255,255,200)",
|
|
"logo-type": "light"
|
|
}
|
|
}
|