Files
desktop-apps/win-linux/res/styles/theme-dark.json
2023-09-03 01:01:21 +03:00

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"
}
}