[win-nix] repaire ui theme's class

This commit is contained in:
Maxim Kadushkin
2021-10-15 00:00:17 +03:00
parent 49e8e8b28b
commit 32beff666e
17 changed files with 418 additions and 253 deletions

View File

@ -0,0 +1,25 @@
{
"id": "theme-classic-light",
"type": "light",
"values": {
"brand_word": "#446995",
"brand_slide": "#aa5252",
"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"
}
}

View File

@ -0,0 +1,28 @@
{
"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": "#444",
"tab_default_active_background": "#333",
"tab_default_active_text": "#fff",
"tab_divider": "#505050",
"button_normal_opacity": "rgba(255,255,255,200)",
"logo_type": "light"
}
}

View File

@ -0,0 +1,25 @@
{
"id": "theme-light",
"type": "light",
"values": {
"brand_word": "#446995",
"brand_slide": "#aa5252",
"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"
}
}