Enable all themes

This commit is contained in:
Roman Cervantes 2019-11-04 11:47:19 -07:00
parent acfb9fa055
commit 733d91c090

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