generated from nhcarrigan/template
feat: back up our stuff
This commit is contained in:
29
themes/sakura-dreams/about.json
Normal file
29
themes/sakura-dreams/about.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "Sakura Dreams",
|
||||
"component": false,
|
||||
"license_url": null,
|
||||
"about_url": null,
|
||||
"authors": null,
|
||||
"theme_version": null,
|
||||
"minimum_discourse_version": null,
|
||||
"maximum_discourse_version": null,
|
||||
"assets": {},
|
||||
"color_schemes": {
|
||||
"Sakura Dreams": {
|
||||
"primary": "7a2048",
|
||||
"secondary": "fff5f8",
|
||||
"tertiary": "c75b7c",
|
||||
"quaternary": "ff85a1",
|
||||
"header_background": "ffb7c5",
|
||||
"header_primary": "7a2048",
|
||||
"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"
|
||||
}
|
20
themes/sakura-dreams/common/common.scss
Normal file
20
themes/sakura-dreams/common/common.scss
Normal file
@ -0,0 +1,20 @@
|
||||
body::before {
|
||||
background: url(https://cdn.nhcarrigan.com/background.png);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
content: "";
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
opacity: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #ffefefdd;
|
||||
}
|
Reference in New Issue
Block a user