notes offline folder
This commit is contained in:
parent
5078a0aa9e
commit
2133aabfb9
42
content/notes.off/theme.txt
Normal file
42
content/notes.off/theme.txt
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": { // 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)
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user