File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
services/static-webserver/client/source/class/osparc/theme Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ qx.Theme.define("osparc.theme.ColorDark", {
22 include : osparc . theme . mixin . Color ,
33
44 colors : {
5+ // 105-0
56 "c00" : osparc . theme . colorProvider . ColorProvider . getColor ( "color.scales.static.base" , 105 ) ,
67 "c01" : osparc . theme . colorProvider . ColorProvider . getColor ( "color.scales.static.base" , 105 - 5 ) ,
78 "c02" : osparc . theme . colorProvider . ColorProvider . getColor ( "color.scales.static.base" , 105 - 10 ) ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ qx.Theme.define("osparc.theme.ColorLight", {
22 include : osparc . theme . mixin . Color ,
33
44 colors : {
5+ // 0-105
56 "c00" : osparc . theme . colorProvider . ColorProvider . getColor ( "color.scales.static.base" , 0 ) ,
67 "c01" : osparc . theme . colorProvider . ColorProvider . getColor ( "color.scales.static.base" , 0 + 5 ) ,
78 "c02" : osparc . theme . colorProvider . ColorProvider . getColor ( "color.scales.static.base" , 0 + 10 ) ,
You can’t perform that action at this time.
0 commit comments