Init new template and style
This commit is contained in:
42
data/theme.json
Normal file
42
data/theme.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user