Themes backup
This commit is contained in:
0
Gateways/FE/themes/config.json → Gateways/FE/themes/dark-cool/config.json
Executable file → Normal file
0
Gateways/FE/themes/config.json → Gateways/FE/themes/dark-cool/config.json
Executable file → Normal file
8
Gateways/FE/themes/dark-cool/index.css
Normal file
8
Gateways/FE/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
Gateways/FE/themes/dark-cool/resource.json
Normal file
19
Gateways/FE/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-04-08T17:23:46Z"
|
||||
},
|
||||
"lastModificationSignature": "56dff7037e70453b5cd9dc1ca7495ff23642f09fe139588d03da953287427d2e"
|
||||
}
|
||||
}
|
||||
15
Gateways/FE/themes/dark-cool/variables.css
Normal file
15
Gateways/FE/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 */
|
||||
}
|
||||
4
Gateways/FE/themes/dark-warm/config.json
Normal file
4
Gateways/FE/themes/dark-warm/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"entrypoint": "index.css",
|
||||
"isPrivate": false
|
||||
}
|
||||
8
Gateways/FE/themes/dark-warm/index.css
Normal file
8
Gateways/FE/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
Gateways/FE/themes/dark-warm/resource.json
Normal file
19
Gateways/FE/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-04-08T17:23:46Z"
|
||||
},
|
||||
"lastModificationSignature": "fad5bdeb53eff028a449b0f516a33c274689b992c64a1fbc717a76229cc7d300"
|
||||
}
|
||||
}
|
||||
15
Gateways/FE/themes/dark-warm/variables.css
Normal file
15
Gateways/FE/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 */
|
||||
}
|
||||
4
Gateways/FE/themes/light-cool/config.json
Normal file
4
Gateways/FE/themes/light-cool/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"entrypoint": "index.css",
|
||||
"isPrivate": false
|
||||
}
|
||||
7
Gateways/FE/themes/light-cool/index.css
Normal file
7
Gateways/FE/themes/light-cool/index.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "./variables.css";
|
||||
@import "../light/fonts.css";
|
||||
@import "../light/globals.css";
|
||||
@import "../light/app/index.css";
|
||||
@import "../light/common/index.css";
|
||||
@import "../light/designer/index.css";
|
||||
@import "../light/palette/index.css";
|
||||
19
Gateways/FE/themes/light-cool/resource.json
Normal file
19
Gateways/FE/themes/light-cool/resource.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"description": "The light-cool theme for Perspective.",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json",
|
||||
"index.css",
|
||||
"variables.css"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "theme-manager",
|
||||
"timestamp": "2026-04-08T17:23:46Z"
|
||||
},
|
||||
"lastModificationSignature": "b2c6d60708e57b3e801e16b0ec5ac48c4d2b73ddffa7c70b2028489bcc54b88a"
|
||||
}
|
||||
}
|
||||
15
Gateways/FE/themes/light-cool/variables.css
Normal file
15
Gateways/FE/themes/light-cool/variables.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@import "../light/variables.css";
|
||||
|
||||
:root {
|
||||
/* Neutrals */
|
||||
--neutral-10: #F2F4F8; /* cool-10 */
|
||||
--neutral-20: #DDE1E6; /* cool-20 */
|
||||
--neutral-30: #C1C7CD; /* cool-30 */
|
||||
--neutral-40: #A2A9B0; /* cool-40 */
|
||||
--neutral-50: #878D96; /* cool-50 */
|
||||
--neutral-60: #697077; /* cool-60 */
|
||||
--neutral-70: #4D5358; /* cool-70 */
|
||||
--neutral-80: #343A3F; /* cool-80 */
|
||||
--neutral-90: #21272A; /* cool-90 */
|
||||
--neutral-100: #121619; /* cool-100 */
|
||||
}
|
||||
4
Gateways/FE/themes/light-warm/config.json
Normal file
4
Gateways/FE/themes/light-warm/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"entrypoint": "index.css",
|
||||
"isPrivate": false
|
||||
}
|
||||
7
Gateways/FE/themes/light-warm/index.css
Normal file
7
Gateways/FE/themes/light-warm/index.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "./variables.css";
|
||||
@import "../light/fonts.css";
|
||||
@import "../light/globals.css";
|
||||
@import "../light/app/index.css";
|
||||
@import "../light/common/index.css";
|
||||
@import "../light/designer/index.css";
|
||||
@import "../light/palette/index.css";
|
||||
19
Gateways/FE/themes/light-warm/resource.json
Normal file
19
Gateways/FE/themes/light-warm/resource.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"description": "The light-warm theme for Perspective.",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"config.json",
|
||||
"index.css",
|
||||
"variables.css"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "theme-manager",
|
||||
"timestamp": "2026-04-08T17:23:46Z"
|
||||
},
|
||||
"lastModificationSignature": "76520bc3e69c3fa47a1e4cb8d1635c26d38187c43f19d7254548fb5b85a35c0c"
|
||||
}
|
||||
}
|
||||
16
Gateways/FE/themes/light-warm/variables.css
Normal file
16
Gateways/FE/themes/light-warm/variables.css
Normal file
@@ -0,0 +1,16 @@
|
||||
@import "../light/variables.css";
|
||||
|
||||
:root {
|
||||
/* Neutrals */
|
||||
--neutral-10: #F7F3F2; /* warm-10 */
|
||||
--neutral-20: #E5E0DF; /* warm-20 */
|
||||
--neutral-30: #CAC5C4; /* warm-30 */
|
||||
--neutral-40: #ADA8A8; /* warm-40 */
|
||||
--neutral-50: #8F8B8B; /* warm-50 */
|
||||
--neutral-60: #736F6F; /* warm-60 */
|
||||
--neutral-70: #565151; /* warm-70 */
|
||||
--neutral-80: #3C3838; /* warm-80 */
|
||||
--neutral-90: #272525; /* warm-90 */
|
||||
--neutral-100: #171414; /* warm-100 */
|
||||
|
||||
}
|
||||
4
Gateways/FE/themes/stream-light/config.json
Executable file
4
Gateways/FE/themes/stream-light/config.json
Executable file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"entrypoint": "index.css",
|
||||
"isPrivate": false
|
||||
}
|
||||
Reference in New Issue
Block a user