generated from nhcarrigan/template
chore: backup configs
This commit is contained in:
@ -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"
|
||||
}
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user