[win-linux] add night theme

This commit is contained in:
SimplestStudio
2025-05-28 14:39:01 +03:00
parent 25b3920176
commit 7524121a2b
3 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,66 @@
{
"id": "theme-night",
"type": "dark",
"values": {
"brand-word": "#2a2a2a",
"brand-slide": "#2a2a2a",
"brand-cell": "#2a2a2a",
"brand-pdf": "#2a2a2a",
"brand-draw": "#2a2a2a",
"window-background": "#404040",
"window-border": "#616161",
"text-normal": "#d9d9d9",
"text-pretty": "#d9d9d9",
"text-inverse": "#444",
"tool-button-background": "#404040",
"tool-button-hover-background": "#555",
"tool-button-pressed-background": "#606060",
"tool-button-active-background": "#333",
"download-widget-background": "#333",
"download-widget-border": "#666666",
"download-item-hover-background": "#555",
"download-ghost-button-text": "#96c8fd",
"download-ghost-button-text-hover": "#d6d6d6",
"download-ghost-button-text-pressed": "#858585",
"download-ghost-button-text-pressed-item-hover": "#999999",
"download-label-text": "#d6d6d6",
"download-label-text-info": "#858585",
"download-label-text-info-item-hover": "#999999",
"download-progressbar-chunk": "#96c8fd",
"download-progressbar-background": "#858585",
"download-progressbar-background-item-hover": "#999999",
"download-scrollbar-handle": "#999999",
"menu-background": "#333",
"menu-border": "#666666",
"menu-item-hover-background": "#555",
"menu-text": "#d6d6d6",
"menu-text-item-hover": "#ddd",
"menu-text-item-disabled": "#757575",
"menu-separator": "#505050",
"tooltip-text": "#d2d2d2",
"tooltip-border": "#666666",
"tooltip-background": "#333",
"tab-active-background": "#333",
"tab-simple-active-background": "#333",
"tab-simple-active-text": "#fff",
"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

@ -243,5 +243,6 @@
<file alias="theme-contrast-dark.json">res/styles/theme-contrast-dark.json</file>
<file alias="theme-gray.json">res/styles/theme-gray.json</file>
<file alias="theme-white.json">res/styles/theme-white.json</file>
<file alias="theme-night.json">res/styles/theme-night.json</file>
</qresource>
</RCC>

View File

@ -242,6 +242,7 @@ public:
{"theme-contrast-dark", ":/themes/theme-contrast-dark.json"},
{"theme-gray", ":/themes/theme-gray.json"},
{"theme-white", ":/themes/theme-white.json"},
{"theme-night", ":/themes/theme-night.json"},
};
GET_REGISTRY_USER(_reg_user);