refactor: update theme configuration and background styles

This commit is contained in:
radishzzz 2025-01-19 23:18:12 +00:00
parent 8eb0876c01
commit d148649454
9 changed files with 129 additions and 4214 deletions

View file

@ -14,13 +14,13 @@ export interface ThemeConfig {
color: {
mode: 'light' | 'dark'
light: {
primary: string
backgroundStart: string
text: string
backgroundTop: string
backgroundEnd: string
}
dark: {
primary: string
backgroundStart: string
text: string
backgroundTop: string
backgroundEnd: string
}
}
@ -29,7 +29,6 @@ export interface ThemeConfig {
locale: typeof langPath[number]
moreLocale: typeof langPath[number][]
font: string
toc: boolean
}
comment?: {