@astryxdesign/theme-gothic 0.5.2-canary.c9c8564 → 0.5.2-canary.d55751f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/source.js +1 -1
- package/dist/source.mjs +1 -1
- package/package.json +3 -3
- package/src/gothicTheme.ts +1 -1
package/dist/source.js
CHANGED
package/dist/source.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-gothic",
|
|
3
|
-
"version": "0.5.2-canary.
|
|
3
|
+
"version": "0.5.2-canary.d55751f",
|
|
4
4
|
"displayName": "Gothic Theme",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Deep blue-grays and a signature display serif. Dramatic and editorial, for surfaces that want to be remembered.",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"lucide-react": "^1.18.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@astryxdesign/core": "0.5.2-canary.
|
|
52
|
+
"@astryxdesign/core": "0.5.2-canary.d55751f",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.5.2-canary.
|
|
56
|
+
"@astryxdesign/cli": "0.5.2-canary.d55751f"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|
package/src/gothicTheme.ts
CHANGED
|
@@ -24,7 +24,7 @@ import {gothicIconRegistry} from './icons';
|
|
|
24
24
|
* Single values (no tuples) since this is a dark-only theme.
|
|
25
25
|
*/
|
|
26
26
|
const gothicSyntax = defineSyntaxTheme({
|
|
27
|
-
name: '
|
|
27
|
+
name: 'astryx-gothic',
|
|
28
28
|
tokens: {
|
|
29
29
|
keyword: '#c39adb', // Cathedral plum
|
|
30
30
|
string: '#a3c987', // Forest moss
|