diff --git a/src/app/tplSkin/thumbs/07_grey.jpg b/src/app/tplSkin/thumbs/07_grey.jpg deleted file mode 100644 index 7655371..0000000 Binary files a/src/app/tplSkin/thumbs/07_grey.jpg and /dev/null differ diff --git a/src/app/tplSkin/tplSkin.constants.js b/src/app/tplSkin/tplSkin.constants.js index a5ddf2a..85e390a 100644 --- a/src/app/tplSkin/tplSkin.constants.js +++ b/src/app/tplSkin/tplSkin.constants.js @@ -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' } ];