[win-nix] workaround for missed themes colors

This commit is contained in:
maxkadushkin
2025-05-29 01:18:56 +03:00
parent 8450f53229
commit bc1d0635b8
4 changed files with 12 additions and 6 deletions

View File

@ -8,7 +8,8 @@
"brand-pdf": "#aa5252",
"brand-draw": "#444796",
"window-background": "#f1f1f1",
"window-background1": "#f1f1f1",
"window-background": "#e4e4e4",
"window-border": "#888",
"text-normal": "#444",
@ -18,7 +19,8 @@
"tool-button-background": "#f1f1f1",
"tool-button-hover-background": "#cecece",
"tool-button-pressed-background": "#b7b7b7",
"tool-button-active-background": "#fff",
"tool-button-active-background1": "#fff",
"tool-button-active-background": "#f3f3f3",
"download-widget-background": "#fff",
"download-widget-border": "#d1d1d1",

View File

@ -18,7 +18,8 @@
"tool-button-background": "#d9d9d9",
"tool-button-hover-background": "#e6e6e6",
"tool-button-pressed-background": "#b7b7b7",
"tool-button-active-background": "#fff",
"tool-button-active-background1": "#fff",
"tool-button-active-background": "#f3f3f3",
"download-widget-background": "#fff",
"download-widget-border": "#cbcbcb",

View File

@ -8,7 +8,8 @@
"brand-pdf": "#aa5252",
"brand-draw": "#444796",
"window-background": "#f1f1f1",
"window-background1": "#f1f1f1",
"window-background": "#e4e4e4",
"window-border": "#888",
"text-normal": "#444",
@ -18,7 +19,8 @@
"tool-button-background": "#f1f1f1",
"tool-button-hover-background": "#cecece",
"tool-button-pressed-background": "#b7b7b7",
"tool-button-active-background": "#fff",
"tool-button-active-background1": "#fff",
"tool-button-active-background": "#f3f3f3",
"download-widget-background": "#fff",
"download-widget-border": "#d1d1d1",

View File

@ -18,7 +18,8 @@
"tool-button-background": "#eaeaea",
"tool-button-hover-background": "#cecece",
"tool-button-pressed-background": "#b7b7b7",
"tool-button-active-background": "#fff",
"tool-button-active-background1": "#fff",
"tool-button-active-background": "#f3f3f3",
"download-widget-background": "#fff",
"download-widget-border": "#d9d9d9",