mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 13:09:29 +08:00
update default theme
This commit is contained in:
parent
986d25d583
commit
02bad37340
1 changed files with 14 additions and 6 deletions
|
@ -2,12 +2,16 @@ import type { ThemeConfig, HeadConfig, HeaderConfig, FooterConfig, DateConfig, F
|
||||||
|
|
||||||
export const theme: ThemeConfig = [
|
export const theme: ThemeConfig = [
|
||||||
{
|
{
|
||||||
name: 'lemonade',
|
name: 'lofi',
|
||||||
text: 'Light'
|
text: 'Light'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'dracula',
|
name: 'dracula',
|
||||||
text: 'Dark'
|
text: 'Dracula'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'coffee',
|
||||||
|
text: 'Coffee'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'cupcake',
|
name: 'cupcake',
|
||||||
|
@ -29,14 +33,18 @@ export const theme: ThemeConfig = [
|
||||||
name: 'night',
|
name: 'night',
|
||||||
text: 'Night'
|
text: 'Night'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: 'lofi',
|
// name: 'lofi',
|
||||||
text: 'Lo-Fi'
|
// text: 'Lo-Fi'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: 'garden',
|
name: 'garden',
|
||||||
text: 'Garden'
|
text: 'Garden'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'lemonade',
|
||||||
|
text: 'Lemonade'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'cmyk',
|
name: 'cmyk',
|
||||||
text: 'CMYK'
|
text: 'CMYK'
|
||||||
|
|
Loading…
Reference in a new issue