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'
|
||||
},
|
||||
{
|
||||
name: 'Transparent',
|
||||
bodyClass: SKIN_CLASS_PREFIX + '-transparent',
|
||||
thumbnailUrl: 'img/02_transparent.jpg',
|
||||
chartColorProfile: 'transparent'
|
||||
name: 'Peachy',
|
||||
bodyClass: SKIN_CLASS_PREFIX + '-peachy',
|
||||
thumbnailUrl: 'img/04_peachy.jpg',
|
||||
chartColorProfile: 'whitePanel'
|
||||
},
|
||||
{
|
||||
name: 'Blue',
|
||||
|
@ -26,12 +26,6 @@
|
|||
thumbnailUrl: 'img/03_blue.jpg',
|
||||
chartColorProfile: 'whitePanel'
|
||||
},
|
||||
{
|
||||
name: 'Peachy',
|
||||
bodyClass: SKIN_CLASS_PREFIX + '-peachy',
|
||||
thumbnailUrl: 'img/04_peachy.jpg',
|
||||
chartColorProfile: 'whitePanel'
|
||||
},
|
||||
{
|
||||
name: 'Material',
|
||||
bodyClass: SKIN_CLASS_PREFIX + '-material',
|
||||
|
@ -39,16 +33,16 @@
|
|||
chartColorProfile: 'whitePanel'
|
||||
},
|
||||
{
|
||||
name: 'Transblue',
|
||||
name: 'Transblue (beta)',
|
||||
bodyClass: SKIN_CLASS_PREFIX + '-transblue',
|
||||
thumbnailUrl: 'img/06_transblue.jpg',
|
||||
chartColorProfile: 'transparent'
|
||||
},
|
||||
{
|
||||
name: 'Grey',
|
||||
bodyClass: SKIN_CLASS_PREFIX + '-grey',
|
||||
thumbnailUrl: 'img/07_grey.jpg',
|
||||
chartColorProfile: 'whitePanel'
|
||||
name: 'Transparent (beta)',
|
||||
bodyClass: SKIN_CLASS_PREFIX + '-transparent',
|
||||
thumbnailUrl: 'img/02_transparent.jpg',
|
||||
chartColorProfile: 'transparent'
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue