mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
29 lines
787 B
JSON
29 lines
787 B
JSON
{
|
|
"id": "theme-contrast-dark",
|
|
"type": "dark",
|
|
"values": {
|
|
"brand-word": "#1e1e1e",
|
|
"brand-slide": "#1e1e1e",
|
|
"brand-cell": "#1e1e1e",
|
|
|
|
"window-background": "#2a2a2a",
|
|
"window-border": "#616161",
|
|
|
|
"text-normal": "#e8e8e8",
|
|
"text-normal-pressed": "#e8e8e8",
|
|
|
|
"tool-button-hover-background": "#424242",
|
|
"tool-button-pressed-background": "#666666",
|
|
|
|
"tab-active-background": "#121212",
|
|
"tab-simple-active-background": "#fff",
|
|
"tab-simple-active-text": "#fff",
|
|
"tab-default-active-background": "#fff",
|
|
"tab-default-active-text": "#fff",
|
|
"tab-divider": "#414141",
|
|
|
|
"button-normal-opacity": "rgba(255,255,255,200)",
|
|
"logo-type": "light"
|
|
}
|
|
}
|