sync
parent
22a34d7958
commit
65d0b3ed6d
|
|
@ -72,11 +72,11 @@ type Theme = {
|
|||
|
||||
type HexColor = `#${string}`
|
||||
type RefName = string
|
||||
type ColorModeObj = {
|
||||
type Variant = {
|
||||
dark: HexColor | RefName
|
||||
light: HexColor | RefName
|
||||
}
|
||||
type ColorValue = HexColor | RefName | ColorModeObj
|
||||
type ColorValue = HexColor | RefName | Variant
|
||||
type ThemeJson = {
|
||||
$schema?: string
|
||||
defs?: Record<string, HexColor | RefName>
|
||||
|
|
|
|||
Loading…
Reference in New Issue