Files
desktop-apps/win-linux/res/styles/theme-light.json
2023-08-02 08:14:11 +03:00

26 lines
662 B
JSON

{
"id": "theme-light",
"type": "light",
"values": {
"brand-word": "#446995",
"brand-slide": "#be664f",
"brand-cell": "#40865c",
"window-background": "#f1f1f1",
"window-border": "#888",
"text-normal": "#444",
"text-normal-pressed": "#fff",
"tab-active-background": "#fff",
"tab-simple-active-background": "#fff",
"tab-simple-active-text": "#444",
"tab-default-active-background": "#fff",
"tab-default-active-text": "#444",
"tab-divider": "#a5a5a5",
"button-normal-opacity": "rgba(255,255,255,255)",
"logo-type": "dark"
}
}