Upload of projects and themes
This commit is contained in:
4
gateway_frontend/themes/dark-cool/config.json
Normal file
4
gateway_frontend/themes/dark-cool/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"entrypoint": "index.css",
|
||||
"isPrivate": false
|
||||
}
|
||||
8
gateway_frontend/themes/dark-cool/index.css
Normal file
8
gateway_frontend/themes/dark-cool/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-cool/resource.json
Normal file
19
gateway_frontend/themes/dark-cool/resource.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"description": "The dark-cool 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": "849ea26bcc911c8b5a556655230ad735f5c936196f5dbcde739aadb5bfb8b878"
|
||||
}
|
||||
}
|
||||
15
gateway_frontend/themes/dark-cool/variables.css
Normal file
15
gateway_frontend/themes/dark-cool/variables.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@import "../dark/variables.css";
|
||||
|
||||
:root {
|
||||
/* Neutrals */
|
||||
--neutral-10: #121619; /* cool-100 */
|
||||
--neutral-20: #21272A; /* cool-90 */
|
||||
--neutral-30: #343A3F; /* cool-80 */
|
||||
--neutral-40: #4D5358; /* cool-70 */
|
||||
--neutral-50: #697077; /* cool-60 */
|
||||
--neutral-60: #878D96; /* cool-50 */
|
||||
--neutral-70: #A2A9B0; /* cool-40 */
|
||||
--neutral-80: #C1C7CD; /* cool-30 */
|
||||
--neutral-90: #DDE1E6; /* cool-20 */
|
||||
--neutral-100: #F2F4F8; /* cool-10 */
|
||||
}
|
||||
Reference in New Issue
Block a user