Move all settings for fonts, colors and other design tokens to CustomStyles
This commit is contained in:
@@ -70,28 +70,3 @@ analytics:
|
||||
|
||||
ui:
|
||||
theme: 'system' # Values: "system" | "light" | "dark" | "light:only" | "dark:only"
|
||||
|
||||
tokens:
|
||||
default:
|
||||
fonts:
|
||||
sans: InterVariable
|
||||
serif: InterVariable
|
||||
heading: InterVariable
|
||||
colors:
|
||||
default: rgb(16 16 16)
|
||||
heading: rgb(0 0 0)
|
||||
muted: rgb(16 16 16 / 66%)
|
||||
bgPage: rgb(255 255 255)
|
||||
primary: rgb(1 97 239)
|
||||
secondary: rgb(1 84 207)
|
||||
accent: rgb(109 40 217)
|
||||
dark:
|
||||
fonts: {}
|
||||
colors:
|
||||
default: rgb(229 236 246)
|
||||
heading: rgb(247, 248, 248)
|
||||
muted: rgb(229 236 246 / 66%)
|
||||
bgPage: rgb(3 6 32)
|
||||
primary: rgb(1 97 239)
|
||||
secondary: rgb(1 84 207)
|
||||
accent: rgb(109 40 217)
|
||||
|
Reference in New Issue
Block a user