Moving old to subdirectory

This commit is contained in:
2026-04-14 21:39:34 +02:00
parent 407b9946f8
commit cda7ffd226
199 changed files with 0 additions and 229 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"main": [
{
"name": "mastodon",
"icon": "fab fa-mastodon",
"link": "https://mastodon.libre-entreprise.com/@Chill"
},
{
"name": "gitlab",
"icon": "fab fa-gitlab",
"link": "https://gitlab.com/Chill-Projet/chill-bundles"
}
]
}
+42
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": {
"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"
}
}
}