chore: backup configs

This commit is contained in:
2025-07-08 16:22:41 -07:00
parent 57070cb14a
commit 96e38a8c02
17 changed files with 195 additions and 72 deletions

View File

@ -8,7 +8,22 @@
"minimum_discourse_version": null,
"maximum_discourse_version": null,
"assets": {},
"color_schemes": {},
"color_schemes": {
"Sakura Dreams Dark": {
"primary": "fff5f8",
"secondary": "2a0a18",
"tertiary": "ff85a1",
"quaternary": "c75b7c",
"header_background": "2a0a18",
"header_primary": "ffb7c5",
"highlight": "ffb7c5",
"danger": "ff5c5c",
"success": "ff9ecf",
"love": "ff6eb5",
"selected": "ffd6e0",
"hover": "ffecf2"
}
},
"modifiers": {},
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
}

View File

@ -16,5 +16,13 @@ body::before {
}
body {
background-color: #7a2048dd;
background-color: #2a0a18dd;
}
html {
cursor: url('https://cdn.nhcarrigan.com/cursors/cursor.cur'), auto;
}
a, button {
cursor: url('https://cdn.nhcarrigan.com/cursors/pointer.cur'), pointer;
}