Upload of projects and themes
This commit is contained in:
4
gateway_frontend/themes/dark-warm/config.json
Normal file
4
gateway_frontend/themes/dark-warm/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"entrypoint": "index.css",
|
||||
"isPrivate": false
|
||||
}
|
||||
8
gateway_frontend/themes/dark-warm/index.css
Normal file
8
gateway_frontend/themes/dark-warm/index.css
Normal file
@@ -0,0 +1,8 @@
|
||||
@import "./variables.css";
|
||||
@import "../light/fonts.css";
|
||||
@import "../dark/globals.css";
|
||||
@import "../light/app/index.css";
|
||||
@import "../light/common/index.css";
|
||||
@import "../light/designer/index.css";
|
||||
@import "../light/palette/index.css";
|
||||
@import "../dark/palette/index.css";
|
||||
19
gateway_frontend/themes/dark-warm/resource.json
Normal file
19
gateway_frontend/themes/dark-warm/resource.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"description": "The dark-warm theme for Perspective.",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json",
|
||||
"index.css",
|
||||
"variables.css"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "theme-manager",
|
||||
"timestamp": "2026-01-30T16:03:44Z"
|
||||
},
|
||||
"lastModificationSignature": "5a20c06320f60efac182e6f5570e1c170db939eba57b8fed865f563ea822f5e8"
|
||||
}
|
||||
}
|
||||
15
gateway_frontend/themes/dark-warm/variables.css
Normal file
15
gateway_frontend/themes/dark-warm/variables.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@import "../dark/variables.css";
|
||||
|
||||
:root {
|
||||
/* Neutrals */
|
||||
--neutral-10: #171414; /* warm-100 */
|
||||
--neutral-20: #272525; /* warm-90 */
|
||||
--neutral-30: #3C3838; /* warm-80 */
|
||||
--neutral-40: #565151; /* warm-70 */
|
||||
--neutral-50: #736F6F; /* warm-60 */
|
||||
--neutral-60: #8F8B8B; /* warm-50 */
|
||||
--neutral-70: #ADA8A8; /* warm-40 */
|
||||
--neutral-80: #CAC5C4; /* warm-30 */
|
||||
--neutral-90: #E5E0DF; /* warm-20 */
|
||||
--neutral-100: #F7F3F2; /* warm-10 */
|
||||
}
|
||||
Reference in New Issue
Block a user