Interface: DefaultTheme
core/types.DefaultTheme
Don't extend this interface using your own declarations.
Hierarchy
DefaultTheme↳
Theme
Properties
body
• body: Object
Type declaration
| Name | Type |
|---|---|
color | string |
fontFamily | string |
fontSize | number |
lineHeight | number |
bodyFont
• bodyFont: string
button
• button: Object
Type declaration
| Name | Type |
|---|---|
radius | number |
card
• card: Object
Type declaration
| Name | Type |
|---|---|
radius | number |
colors
• colors: Object
Type declaration
| Name | Type |
|---|---|
dark | string |
dark100 | string |
dark60 | string |
dark80 | string |
grayBackground | string |
grayIconColor | string |
grey | string |
t1 | string |
t2 | string |
t3 | string |
t4 | string |
white | string |
error
• error: ThemeColorVariants
h1
• h1: Object
Type declaration
| Name | Type |
|---|---|
color | string |
fontFamily | string |
fontSize | number |
lineHeight | number |
marginBottom | number |
marginTop | number |
h1Font
• h1Font: string
h2
• h2: Object
Type declaration
| Name | Type |
|---|---|
color | string |
fontFamily | string |
fontSize | number |
lineHeight | number |
marginBottom | number |
marginTop | number |
h3
• h3: Object
Type declaration
| Name | Type |
|---|---|
color | string |
fontFamily | string |
fontSize | number |
lineHeight | number |
marginBottom | number |
marginTop | number |
input
• input: Object
Type declaration
| Name | Type |
|---|---|
backgroundColor | string |
borderRadius | number |
color | string |
fontFamily | string |
fontSize | number |
height | number |
paddingLeft | number |
inputPlaceholder
• inputPlaceholder: Object
Type declaration
| Name | Type |
|---|---|
color | string |
inputText
• inputText: Object
Type declaration
| Name | Type |
|---|---|
color | string |
fontFamily | string |
fontSize | number |
lineHeight | number |
label
• label: Object
Type declaration
| Name | Type |
|---|---|
color | string |
fontFamily | string |
fontSize | number |
lineHeight | number |
marginBottom | number |
marginTop | number |
markdownStyle
• markdownStyle: Object
Type declaration
| Name | Type |
|---|---|
heading | Object |
heading.color | string |
heading.fontFamily | string |
heading.lineHeight | number |
heading.marginBottom | number |
paragraph | Object |
paragraph.color | string |
paragraph.fontFamily | string |
paragraph.paddingBottom | number |
strong | Object |
strong.fontFamily | string |
text | Object |
text.color | string |
text.fontFamily | string |
text.fontSize | number |
text.lineHeight | number |
paragraph
• paragraph: Object
Type declaration
| Name | Type |
|---|---|
color | string |
fontFamily | string |
fontSize | number |
lineHeight | number |
marginVertical | number |
primary
• primary: ThemeColorVariants
secondary
• secondary: ThemeColorVariants
spacing
• spacing: number
success
• success: ThemeColorVariants
tertiary
• tertiary: ThemeColorVariants