[win-linux] add gray theme

This commit is contained in:
SimplestStudio
2024-09-03 12:23:02 +03:00
parent ae57047aa3
commit 54c51f1994
7 changed files with 128 additions and 14 deletions

View File

@ -30,6 +30,39 @@
#mainPanel[window=pretty] QPushButton#toolButtonMaximize[class=min][unix=true][kde=true]:hover {image: url(:/maximize_kde_hover_light.svg);}
#mainPanel[window=pretty] QPushButton#toolButtonMaximize[class=min][unix=true][kde=true]:pressed {image: url(:/maximize_kde_pressed_light.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMinimize[unix=true] {image: url(:/minimize_unix_normal.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMinimize[unix=true]:hover {image: url(:/minimize_unix_hover.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMinimize[unix=true]:pressed {image: url(:/minimize_unix_pressed.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMinimize[unix=true][kde=true] {image: url(:/minimize_kde_normal.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMinimize[unix=true][kde=true]:hover {image: url(:/minimize_kde_hover.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMinimize[unix=true][kde=true]:pressed {image: url(:/minimize_kde_pressed.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonClose[unix=true] {image: url(:/close_unix_normal.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonClose[unix=true]:hover {image: url(:/close_unix_hover.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonClose[unix=true]:pressed {image: url(:/close_unix_pressed.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonClose[unix=true][kde=true] {image: url(:/close_kde_normal.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonClose[unix=true][kde=true]:hover {image: url(:/close_kde_hover.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonClose[unix=true][kde=true]:pressed {image: url(:/close_kde_pressed.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[unix=true] {image: url(:/restore_unix_normal.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[unix=true]:hover {image: url(:/restore_unix_hover.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[unix=true]:pressed {image: url(:/restore_unix_pressed.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[unix=true][kde=true] {image: url(:/restore_kde_normal.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[unix=true][kde=true]:hover {image: url(:/restore_kde_hover.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[unix=true][kde=true]:pressed {image: url(:/restore_kde_pressed.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[class=min][unix=true] {image: url(:/maximize_unix_normal.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[class=min][unix=true]:hover {image: url(:/maximize_unix_hover.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[class=min][unix=true]:pressed {image: url(:/maximize_unix_pressed.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[class=min][unix=true][kde=true] {image: url(:/maximize_kde_normal.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[class=min][unix=true][kde=true]:hover {image: url(:/maximize_kde_hover.svg);}
#mainPanel[uitheme=theme-gray][window=pretty] QPushButton#toolButtonMaximize[class=min][unix=true][kde=true]:pressed {image: url(:/maximize_kde_pressed.svg);}
/* 1.0x */
#toolButtonMinimize[kde=true],
#toolButtonClose[kde=true],

View File

@ -0,0 +1,55 @@
{
"id": "theme-gray",
"type": "light",
"values": {
"brand-word": "#f7f7f7",
"brand-slide": "#f7f7f7",
"brand-cell": "#f7f7f7",
"brand-pdf": "#f7f7f7",
"window-background": "#fff",
"window-border": "#cbcbcb",
"text-normal": "#444",
"text-pretty": "#fff",
"tool-button-background": "#fff",
"tool-button-hover-background": "#fbfbfb",
"tool-button-pressed-background": "#b7b7b7",
"tool-button-active-background": "#f3f3f3",
"download-widget-background": "#fff",
"download-widget-border": "#cbcbcb",
"download-item-hover-background": "#e0e0e0",
"download-ghost-button-text": "#3a83db",
"download-ghost-button-text-hover": "#444",
"download-ghost-button-text-pressed": "#a5a5a5",
"download-ghost-button-text-pressed-item-hover": "#868686",
"download-label-text": "#444",
"download-label-text-info": "#a5a5a5",
"download-label-text-info-item-hover": "#868686",
"download-progressbar-chunk": "#3a83db",
"download-progressbar-background": "#e6e6e6",
"download-progressbar-background-item-hover": "#cacaca",
"download-scrollbar-handle": "#cacaca",
"tooltip-text": "#313131",
"tooltip-border": "#c0c0c0",
"tooltip-background": "#fff",
"tab-active-background": "#f1f1f1",
"tab-simple-active-background": "#fff",
"tab-simple-active-text": "#444",
"tab-default-active-background": "#fff",
"tab-default-active-text": "#444",
"tab-divider": "#c0c0c0",
"button-normal-opacity": "rgba(49,49,49,255)",
"logo-type": "dark",
"tab-editor-theme-type": "light"
}
}