2018-06-29 10:48:05 +08:00
|
|
|
export default [
|
|
|
|
|
{
|
2018-07-01 16:26:45 +08:00
|
|
|
title: 'd2admin 经典',
|
|
|
|
|
name: 'd2',
|
2018-06-29 10:48:05 +08:00
|
|
|
preview: 'static/image/theme/d2/preview@2x.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-07-01 16:26:45 +08:00
|
|
|
title: '紫罗兰',
|
|
|
|
|
name: 'violet',
|
2018-06-29 10:48:05 +08:00
|
|
|
preview: 'static/image/theme/violet/preview@2x.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-07-01 16:26:45 +08:00
|
|
|
title: '简约线条',
|
|
|
|
|
name: 'line',
|
2018-06-29 10:48:05 +08:00
|
|
|
backgroundImage: 'static/image/bg/line-squashed.jpg',
|
|
|
|
|
preview: 'static/image/theme/line/preview@2x.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-07-01 16:26:45 +08:00
|
|
|
title: '流星',
|
|
|
|
|
name: 'star',
|
2018-06-29 10:48:05 +08:00
|
|
|
backgroundImage: 'static/image/bg/star-squashed.jpg',
|
|
|
|
|
preview: 'static/image/theme/star/preview@2x.png'
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-07-01 16:26:45 +08:00
|
|
|
title: 'Tomorrow Night Blue (vsCode)',
|
|
|
|
|
name: 'tomorrow-night-blue',
|
2018-06-29 10:48:05 +08:00
|
|
|
preview: 'static/image/theme/tomorrow-night-blue/preview@2x.png'
|
|
|
|
|
}
|
|
|
|
|
]
|