feat(skin): change skin order and remove grey

pull/3/head
Vladimir Lugovsky 2015-11-27 14:33:48 +03:00
parent 6352b85c19
commit 08ad825d78
2 changed files with 9 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

View File

@ -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'
}
];