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