feat: pure black
This commit is contained in:
parent
057de9595b
commit
b17846f264
27 changed files with 156 additions and 63 deletions
4
src/types/index.d.ts
vendored
4
src/types/index.d.ts
vendored
|
|
@ -71,8 +71,8 @@ export type TConfig = {
|
|||
theme: TThemeSetting
|
||||
}
|
||||
|
||||
export type TThemeSetting = 'light' | 'dark' | 'system'
|
||||
export type TTheme = 'light' | 'dark'
|
||||
export type TThemeSetting = 'light' | 'dark' | 'system' | 'pure-black'
|
||||
export type TTheme = 'light' | 'dark' | 'pure-black'
|
||||
|
||||
export type TDraftEvent = Pick<Event, 'content' | 'created_at' | 'kind' | 'tags'>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue