chill_hugoplate/data/theme.json

43 lines
851 B
JSON

{
"colors": {
"default": {
"theme_color": {
"primary": "#121212",
"body": "#fff",
"border": "#eaeaea",
"theme_light": "#f6f6f6",
"theme_dark": ""
},
"text_color": {
"default": "#444444",
"dark": "#040404",
"light": "#717171"
}
},
"darkmode": {
"theme_color": {
"primary": "#fff",
"body": "#1c1c1c",
"border": "#ffffff09",
"theme_light": "#0d242e",
"theme_dark": ""
},
"text_color": {
"default": "#B4AFB6",
"dark": "#fff",
"light": "#B4AFB6"
}
}
},
"fonts": {
"font_family": {
"primary": "OpenSans:wght@300;400;500;600;700;800",
"primary_type": "sans-serif"
},
"font_size": {
"base": "15",
"scale": "1.25"
}
}
}