notes offline folder

This commit is contained in:
Mathieu Jaumotte 2023-11-08 14:31:11 +01:00
parent 5078a0aa9e
commit 2133aabfb9
2 changed files with 42 additions and 0 deletions

View 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": { // mode sombre
"theme_color": { //
"primary": "magenta", // bouton primaire: bg et border
"body": "green", // bg du dropdown
"border": "orange", // border ou ligne (border-darkmode-border)
"theme_light": "cyan", // bg du footer, bg du form select (bg-darkmode-theme-light)
"theme_dark": "yellow" //
},
"text_color": {
"default": "#B4AFB6",
"dark": "#fff",
"light": "#B4AFB6"
}
}
},
"fonts": {
"font_family": {
"primary": "OpenSans:wght@300;400;500;600;700;800", // voir essentials/style.html
"primary_type": "sans-serif"
},
"font_size": {
"base": "15",
"scale": "1.25" // taille du h1 dans le hero (grossit très vite)
}
}
}