Skip to content

Commit

Permalink
themes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Jul 26, 2021
1 parent f0b351e commit 9125021
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 37 deletions.
6 changes: 3 additions & 3 deletions compile.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"name": "widgetbrowser",
"include": [
"osparc.theme.OSparcLight",
"osparc.theme.OSparcPortal",
"osparc.theme.OSparcBlue",
"osparc.theme.LightBlue",
"osparc.theme.Purple"
"osparc.theme.OSparcLightBlue",
"osparc.theme.OSparcPurple",
"osparc.theme.LightBlue"
],
"parts": {
"boot": {
Expand Down
2 changes: 1 addition & 1 deletion source/class/osparc/theme/OSparcLightBlue.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
qx.Theme.define("osparc.theme.OSparcPurple", {
title: "OSparc Light Blue Theme",
meta: {
color: osparc.theme.osparcblue.Purple,
color: osparc.theme.osparclightblue.Color,
decoration: osparc.theme.common.Decoration,
font: osparc.theme.common.Font,
appearance: osparc.theme.common.Appearance,
Expand Down
4 changes: 2 additions & 2 deletions source/class/osparc/theme/OSparcPurple.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
* Simple Theme
*/
qx.Theme.define("osparc.theme.OSparcPurple", {
title: "OSparc Blue Theme",
title: "OSparc Purple Theme",
meta: {
color: osparc.theme.osparcblue.Purple,
color: osparc.theme.osparcpurple.Color,
decoration: osparc.theme.common.Decoration,
font: osparc.theme.common.Font,
appearance: osparc.theme.common.Appearance,
Expand Down
31 changes: 0 additions & 31 deletions source/class/osparc/theme/Purple.js

This file was deleted.

0 comments on commit 9125021

Please sign in to comment.