mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 11:29:29 +08:00
update default theme
This commit is contained in:
parent
1a4d315dc8
commit
c6ee95ed14
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 = [
|
||||
{
|
||||
name: 'lemonade',
|
||||
name: 'lofi',
|
||||
text: 'Light'
|
||||
},
|
||||
{
|
||||
name: 'dracula',
|
||||
text: 'Dark'
|
||||
text: 'Dracula'
|
||||
},
|
||||
{
|
||||
name: 'coffee',
|
||||
text: 'Coffee'
|
||||
},
|
||||
{
|
||||
name: 'cupcake',
|
||||
|
@ -29,14 +33,18 @@ export const theme: ThemeConfig = [
|
|||
name: 'night',
|
||||
text: 'Night'
|
||||
},
|
||||
{
|
||||
name: 'lofi',
|
||||
text: 'Lo-Fi'
|
||||
},
|
||||
// {
|
||||
// name: 'lofi',
|
||||
// text: 'Lo-Fi'
|
||||
// },
|
||||
{
|
||||
name: 'garden',
|
||||
text: 'Garden'
|
||||
},
|
||||
{
|
||||
name: 'lemonade',
|
||||
text: 'Lemonade'
|
||||
},
|
||||
{
|
||||
name: 'cmyk',
|
||||
text: 'CMYK'
|
||||
|
|
Loading…
Reference in a new issue