Show theme dropdown, comment out themes that aren't ready

This commit is contained in:
Roman Cervantes 2019-11-04 11:41:43 -07:00
parent cd2f4750ae
commit acfb9fa055
2 changed files with 20 additions and 20 deletions

View file

@ -22,7 +22,7 @@
<wallpaper-upload />
<!-- <div class="setting">
<div class="setting">
<i class="fas fa-palette" />
<h5>Global theme</h5>
@ -31,7 +31,7 @@
{{ name }}
</option>
</select>
</div> -->
</div>
<div class="setting">
<i class="fas fa-exclamation-triangle" />

View file

@ -8,15 +8,15 @@ export default [
url: 'http://google.com',
},
},
{
name: 'City lights',
id: 'city-lights',
description: 'Inspired on the awesome theme developed by YummyGum http://citylights.xyz/',
author: {
name: 'Gamebrary staff',
url: 'http://gamebrary.com',
},
},
// {
// name: 'City lights',
// id: 'city-lights',
// description: 'Inspired on the awesome theme developed by YummyGum http://citylights.xyz/',
// author: {
// name: 'Gamebrary staff',
// url: 'http://gamebrary.com',
// },
// },
{
name: 'Dark',
id: 'dark',
@ -26,13 +26,13 @@ export default [
url: 'http://gamebrary.com',
},
},
{
name: 'Blue',
id: 'blue',
description: 'Blue theme',
author: {
name: 'Gamebrary staff',
url: 'http://gamebrary.com',
},
},
// {
// name: 'Blue',
// id: 'blue',
// description: 'Blue theme',
// author: {
// name: 'Gamebrary staff',
// url: 'http://gamebrary.com',
// },
// },
];