mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] repaire ui theme's class
This commit is contained in:
25
win-linux/res/styles/theme-classic-light.json
Normal file
25
win-linux/res/styles/theme-classic-light.json
Normal 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"
|
||||
}
|
||||
}
|
||||
28
win-linux/res/styles/theme-dark.json
Normal file
28
win-linux/res/styles/theme-dark.json
Normal 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"
|
||||
}
|
||||
}
|
||||
25
win-linux/res/styles/theme-light.json
Normal file
25
win-linux/res/styles/theme-light.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user