update default theme

This commit is contained in:
SevicheCC 2023-05-09 16:28:45 +08:00
parent 1a4d315dc8
commit c6ee95ed14
Signed by untrusted user who does not match committer: SevicheCC
GPG key ID: C577000000000000

View file

@ -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'