Skip to content

Commit 3100ecd

Browse files
committed
darker colors
1 parent 129d4d0 commit 3100ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/theme/ColorDark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ qx.Theme.define("osparc.theme.ColorDark", {
5959
"shadow": qx.core.Environment.get("css.rgba") ? "a-bit-transparent" : "bg-shadow",
6060

6161
// window
62-
"window-popup-background": "rgba(66, 66, 66, 1)",
62+
"window-popup-background": "background-main-1",
6363
"window-caption-background": "background-main",
6464
"window-caption-background-active": "background-main-3",
6565
"window-caption-text": "text",

services/static-webserver/client/source/class/osparc/theme/ColorLight.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ qx.Theme.define("osparc.theme.ColorLight", {
5959
"shadow": qx.core.Environment.get("css.rgba") ? "a-bit-transparent" : "bg-shadow",
6060

6161
// window
62-
"window-popup-background": "rgba(225, 225, 225, 1)",
62+
"window-popup-background": "background-main-1",
6363
"window-caption-background": "background-main",
6464
"window-caption-background-active": "background-main-3",
6565
"window-caption-text": "text",

0 commit comments

Comments
 (0)