feat(skin): change skin order and remove grey
parent
6352b85c19
commit
08ad825d78
Binary file not shown.
Before Width: | Height: | Size: 73 KiB |
|
@ -15,10 +15,10 @@
|
||||||
chartColorProfile: 'whitePanel'
|
chartColorProfile: 'whitePanel'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Transparent',
|
name: 'Peachy',
|
||||||
bodyClass: SKIN_CLASS_PREFIX + '-transparent',
|
bodyClass: SKIN_CLASS_PREFIX + '-peachy',
|
||||||
thumbnailUrl: 'img/02_transparent.jpg',
|
thumbnailUrl: 'img/04_peachy.jpg',
|
||||||
chartColorProfile: 'transparent'
|
chartColorProfile: 'whitePanel'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Blue',
|
name: 'Blue',
|
||||||
|
@ -26,12 +26,6 @@
|
||||||
thumbnailUrl: 'img/03_blue.jpg',
|
thumbnailUrl: 'img/03_blue.jpg',
|
||||||
chartColorProfile: 'whitePanel'
|
chartColorProfile: 'whitePanel'
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'Peachy',
|
|
||||||
bodyClass: SKIN_CLASS_PREFIX + '-peachy',
|
|
||||||
thumbnailUrl: 'img/04_peachy.jpg',
|
|
||||||
chartColorProfile: 'whitePanel'
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Material',
|
name: 'Material',
|
||||||
bodyClass: SKIN_CLASS_PREFIX + '-material',
|
bodyClass: SKIN_CLASS_PREFIX + '-material',
|
||||||
|
@ -39,16 +33,16 @@
|
||||||
chartColorProfile: 'whitePanel'
|
chartColorProfile: 'whitePanel'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Transblue',
|
name: 'Transblue (beta)',
|
||||||
bodyClass: SKIN_CLASS_PREFIX + '-transblue',
|
bodyClass: SKIN_CLASS_PREFIX + '-transblue',
|
||||||
thumbnailUrl: 'img/06_transblue.jpg',
|
thumbnailUrl: 'img/06_transblue.jpg',
|
||||||
chartColorProfile: 'transparent'
|
chartColorProfile: 'transparent'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Grey',
|
name: 'Transparent (beta)',
|
||||||
bodyClass: SKIN_CLASS_PREFIX + '-grey',
|
bodyClass: SKIN_CLASS_PREFIX + '-transparent',
|
||||||
thumbnailUrl: 'img/07_grey.jpg',
|
thumbnailUrl: 'img/02_transparent.jpg',
|
||||||
chartColorProfile: 'whitePanel'
|
chartColorProfile: 'transparent'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue