Skip to content

Commit c39e3be

Browse files
authored
Merge pull request #19 from oetiker/master
introduce new osparcblue theme
2 parents 5099db1 + d56887c commit c39e3be

File tree

14 files changed

+10790
-5682
lines changed

14 files changed

+10790
-5682
lines changed

Manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"name" : "qx-osparc-theme",
55

66
"summary" : "theme for the osparc web ui",
7-
"description" : "a material design ispired dark theme for osparc",
7+
"description" : "a material design inspired dark theme for osparc",
88
"homepage" : "https://github.com/ITISFoundation/qx-osparc-theme",
99

1010
"license" : "MIT license",
1111
"authors" : [
1212
{
1313
"name": "Tobias Oetiker (oetiker)",
14-
"email": "oetiker@itis.ethz.ch"
14+
"email": "tobi@itis.swiss"
1515
}
1616
],
17-
"version" : "0.2.1",
17+
"version" : "0.3.0",
1818
"qooxdoo-range": "6.0.0-alpha-20180529 - 6.x"
1919
},
2020

compile.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@
2828
"applications": [
2929
{
3030
"class": "widgetbrowser.Application",
31+
// "theme": "osparc.theme.OSparcBlue",
3132
"theme": "osparc.theme.OSparcDark",
3233
"name": "widgetbrowser",
33-
"writeIndexHtmlToRoot": true,
3434
"include": [
35-
"qx.theme.Indigo",
36-
"qx.theme.Modern",
37-
"qx.theme.Simple",
38-
"qx.theme.Classic"
35+
"osparc.theme.OSparcBlue"
3936
],
4037
"parts": {
4138
"boot": {
@@ -107,7 +104,6 @@
107104
}
108105
],
109106
"libraries": [
110-
"./node_modules/qooxdoo-sdk/framework",
111107
"./components/versionlabel",
112108
"./components/formdemo",
113109
"."

config.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

index.html

Lines changed: 2958 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)