Skip to content

Commit 8c14ac8

Browse files
author
goldim1993
committed
Added theme IndigoDark. Also added tangible thems in Manifest. Increased compatible qooxdoo version. Removed redundent comment which not valid for json.
1 parent 33145c8 commit 8c14ac8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@
2121
"name": "widgetbrowser",
2222
"title": "WidgetBrowser",
2323
"include": [
24+
"qx.theme.IndigoDark",
2425
"qx.theme.Modern",
2526
"qx.theme.Simple",
2627
"qx.theme.Classic",
28+
"qx.theme.TangibleLight",
29+
"qx.theme.TangibleDark",
2730
"qxl.widgetbrowser.pages.Tree",
2831
"qxl.widgetbrowser.pages.List",
2932
"qxl.widgetbrowser.pages.Table",
@@ -40,6 +43,6 @@
4043
}
4144
},
4245
"requires": {
43-
"@qooxdoo/framework": "^7.0.0"
46+
"@qooxdoo/framework": "^7.5.0"
4447
}
4548
}

compile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"title": "WidgetBrowser",
1515
"include": [
1616
"qx.theme.Indigo",
17+
"qx.theme.IndigoDark",
1718
"qx.theme.Modern",
1819
"qx.theme.Simple",
1920
"qx.theme.Classic",
@@ -34,7 +35,6 @@
3435
]
3536
}
3637
],
37-
/** Targets */
3838
"targets": [
3939
{
4040
"type": "source",

0 commit comments

Comments
 (0)