mirror of
https://github.com/romancm/gamebrary
synced 2025-02-25 03:07:08 +00:00
Enable all themes
This commit is contained in:
parent
acfb9fa055
commit
733d91c090
1 changed files with 18 additions and 18 deletions
|
@ -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',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue