@uiw/codemirror-theme-sublime 4.19.0 → 4.19.2
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/cjs/index.js +9 -3
- package/cjs/index.js.map +4 -4
- package/esm/index.js +9 -3
- package/esm/index.js.map +4 -4
- package/package.json +2 -2
- package/src/index.ts +3 -1
package/cjs/index.js
CHANGED
|
@@ -48,9 +48,6 @@ function sublimeInit(options) {
|
|
|
48
48
|
},
|
|
49
49
|
// { tag: t.moduleKeyword, color: 'red' },
|
|
50
50
|
{
|
|
51
|
-
tag: [_highlight.tags.propertyName, _highlight.tags.typeName],
|
|
52
|
-
color: '#629ccd'
|
|
53
|
-
}, {
|
|
54
51
|
tag: [_highlight.tags.tagName, _highlight.tags.modifier],
|
|
55
52
|
color: '#E35F63'
|
|
56
53
|
}, {
|
|
@@ -59,6 +56,15 @@ function sublimeInit(options) {
|
|
|
59
56
|
}, {
|
|
60
57
|
tag: [_highlight.tags.atom, _highlight.tags.bool, _highlight.tags.special(_highlight.tags.variableName)],
|
|
61
58
|
color: '#E35F63'
|
|
59
|
+
}, {
|
|
60
|
+
tag: _highlight.tags.variableName,
|
|
61
|
+
color: '#539ac4'
|
|
62
|
+
}, {
|
|
63
|
+
tag: [_highlight.tags.propertyName, _highlight.tags.typeName],
|
|
64
|
+
color: '#629ccd'
|
|
65
|
+
}, {
|
|
66
|
+
tag: _highlight.tags.propertyName,
|
|
67
|
+
color: '#36b7b5'
|
|
62
68
|
}].concat((0, _toConsumableArray2["default"])(styles))
|
|
63
69
|
});
|
|
64
70
|
}
|
package/cjs/index.js.map
CHANGED
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
"regexp",
|
|
28
28
|
"attributeValue",
|
|
29
29
|
"operator",
|
|
30
|
-
"propertyName",
|
|
31
|
-
"typeName",
|
|
32
30
|
"tagName",
|
|
33
31
|
"modifier",
|
|
34
32
|
"number",
|
|
@@ -37,13 +35,15 @@
|
|
|
37
35
|
"atom",
|
|
38
36
|
"bool",
|
|
39
37
|
"special",
|
|
38
|
+
"propertyName",
|
|
39
|
+
"typeName",
|
|
40
40
|
"sublime"
|
|
41
41
|
],
|
|
42
42
|
"sources": [
|
|
43
43
|
"../src/index.ts"
|
|
44
44
|
],
|
|
45
45
|
"sourcesContent": [
|
|
46
|
-
"import { tags as t } from '@lezer/highlight';\nimport { createTheme, CreateThemeOptions } from '@uiw/codemirror-themes';\n\nexport function sublimeInit(options?: CreateThemeOptions) {\n const { theme = 'dark', settings = {}, styles = [] } = options || {};\n return createTheme({\n theme: theme,\n settings: {\n background: '#303841',\n foreground: '#FFFFFF',\n caret: '#FBAC52',\n selection: '#4C5964',\n selectionMatch: '#3A546E',\n gutterBackground: '#303841',\n gutterForeground: '#FFFFFF70',\n lineHighlight: '#00000059',\n ...settings,\n },\n styles: [\n { tag: [t.meta, t.comment], color: '#A2A9B5' },\n { tag: [t.attributeName, t.keyword], color: '#B78FBA' },\n { tag: t.function(t.variableName), color: '#5AB0B0' },\n { tag: [t.string, t.regexp, t.attributeValue], color: '#99C592' },\n { tag: t.operator, color: '#f47954' },\n // { tag: t.moduleKeyword, color: 'red' },\n { tag: [t.
|
|
46
|
+
"import { tags as t } from '@lezer/highlight';\nimport { createTheme, CreateThemeOptions } from '@uiw/codemirror-themes';\n\nexport function sublimeInit(options?: CreateThemeOptions) {\n const { theme = 'dark', settings = {}, styles = [] } = options || {};\n return createTheme({\n theme: theme,\n settings: {\n background: '#303841',\n foreground: '#FFFFFF',\n caret: '#FBAC52',\n selection: '#4C5964',\n selectionMatch: '#3A546E',\n gutterBackground: '#303841',\n gutterForeground: '#FFFFFF70',\n lineHighlight: '#00000059',\n ...settings,\n },\n styles: [\n { tag: [t.meta, t.comment], color: '#A2A9B5' },\n { tag: [t.attributeName, t.keyword], color: '#B78FBA' },\n { tag: t.function(t.variableName), color: '#5AB0B0' },\n { tag: [t.string, t.regexp, t.attributeValue], color: '#99C592' },\n { tag: t.operator, color: '#f47954' },\n // { tag: t.moduleKeyword, color: 'red' },\n { tag: [t.tagName, t.modifier], color: '#E35F63' },\n { tag: [t.number, t.definition(t.tagName), t.className, t.definition(t.variableName)], color: '#fbac52' },\n { tag: [t.atom, t.bool, t.special(t.variableName)], color: '#E35F63' },\n { tag: t.variableName, color: '#539ac4' },\n { tag: [t.propertyName, t.typeName], color: '#629ccd' },\n { tag: t.propertyName, color: '#36b7b5' },\n ...styles,\n ],\n });\n}\n\nexport const sublime = sublimeInit();\n"
|
|
47
47
|
],
|
|
48
|
-
"mappings": ";;;;;;;;;;AAAA;AACA;AAEO,SAASA,WAAW,CAACC,OAA4B,EAAE;EACxD,WAAuDA,OAAO,IAAI,CAAC,CAAC;IAAA,kBAA5DC,KAAK;IAALA,KAAK,2BAAG,MAAM;IAAA,qBAAEC,QAAQ;IAARA,QAAQ,8BAAG,CAAC,CAAC;IAAA,mBAAEC,MAAM;IAANA,MAAM,4BAAG,EAAE;EAClD,OAAO,IAAAC,6BAAW,EAAC;IACjBH,KAAK,EAAEA,KAAK;IACZC,QAAQ;MACNG,UAAU,EAAE,SAAS;MACrBC,UAAU,EAAE,SAAS;MACrBC,KAAK,EAAE,SAAS;MAChBC,SAAS,EAAE,SAAS;MACpBC,cAAc,EAAE,SAAS;MACzBC,gBAAgB,EAAE,SAAS;MAC3BC,gBAAgB,EAAE,WAAW;MAC7BC,aAAa,EAAE;IAAW,GACvBV,QAAQ,CACZ;IACDC,MAAM,GACJ;MAAEU,GAAG,EAAE,CAACC,eAAC,CAACC,IAAI,EAAED,eAAC,CAACE,OAAO,CAAC;MAAEC,KAAK,EAAE;IAAU,CAAC,EAC9C;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACI,aAAa,EAAEJ,eAAC,CAACK,OAAO,CAAC;MAAEF,KAAK,EAAE;IAAU,CAAC,EACvD;MAAEJ,GAAG,EAAEC,eAAC,YAAS,CAACA,eAAC,CAACM,YAAY,CAAC;MAAEH,KAAK,EAAE;IAAU,CAAC,EACrD;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACO,MAAM,EAAEP,eAAC,CAACQ,MAAM,EAAER,eAAC,CAACS,cAAc,CAAC;MAAEN,KAAK,EAAE;IAAU,CAAC,EACjE;MAAEJ,GAAG,EAAEC,eAAC,CAACU,QAAQ;MAAEP,KAAK,EAAE;IAAU,CAAC;IACrC;IACA;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACW,
|
|
48
|
+
"mappings": ";;;;;;;;;;AAAA;AACA;AAEO,SAASA,WAAW,CAACC,OAA4B,EAAE;EACxD,WAAuDA,OAAO,IAAI,CAAC,CAAC;IAAA,kBAA5DC,KAAK;IAALA,KAAK,2BAAG,MAAM;IAAA,qBAAEC,QAAQ;IAARA,QAAQ,8BAAG,CAAC,CAAC;IAAA,mBAAEC,MAAM;IAANA,MAAM,4BAAG,EAAE;EAClD,OAAO,IAAAC,6BAAW,EAAC;IACjBH,KAAK,EAAEA,KAAK;IACZC,QAAQ;MACNG,UAAU,EAAE,SAAS;MACrBC,UAAU,EAAE,SAAS;MACrBC,KAAK,EAAE,SAAS;MAChBC,SAAS,EAAE,SAAS;MACpBC,cAAc,EAAE,SAAS;MACzBC,gBAAgB,EAAE,SAAS;MAC3BC,gBAAgB,EAAE,WAAW;MAC7BC,aAAa,EAAE;IAAW,GACvBV,QAAQ,CACZ;IACDC,MAAM,GACJ;MAAEU,GAAG,EAAE,CAACC,eAAC,CAACC,IAAI,EAAED,eAAC,CAACE,OAAO,CAAC;MAAEC,KAAK,EAAE;IAAU,CAAC,EAC9C;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACI,aAAa,EAAEJ,eAAC,CAACK,OAAO,CAAC;MAAEF,KAAK,EAAE;IAAU,CAAC,EACvD;MAAEJ,GAAG,EAAEC,eAAC,YAAS,CAACA,eAAC,CAACM,YAAY,CAAC;MAAEH,KAAK,EAAE;IAAU,CAAC,EACrD;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACO,MAAM,EAAEP,eAAC,CAACQ,MAAM,EAAER,eAAC,CAACS,cAAc,CAAC;MAAEN,KAAK,EAAE;IAAU,CAAC,EACjE;MAAEJ,GAAG,EAAEC,eAAC,CAACU,QAAQ;MAAEP,KAAK,EAAE;IAAU,CAAC;IACrC;IACA;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACW,OAAO,EAAEX,eAAC,CAACY,QAAQ,CAAC;MAAET,KAAK,EAAE;IAAU,CAAC,EAClD;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACa,MAAM,EAAEb,eAAC,CAACc,UAAU,CAACd,eAAC,CAACW,OAAO,CAAC,EAAEX,eAAC,CAACe,SAAS,EAAEf,eAAC,CAACc,UAAU,CAACd,eAAC,CAACM,YAAY,CAAC,CAAC;MAAEH,KAAK,EAAE;IAAU,CAAC,EACzG;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACgB,IAAI,EAAEhB,eAAC,CAACiB,IAAI,EAAEjB,eAAC,CAACkB,OAAO,CAAClB,eAAC,CAACM,YAAY,CAAC,CAAC;MAAEH,KAAK,EAAE;IAAU,CAAC,EACtE;MAAEJ,GAAG,EAAEC,eAAC,CAACM,YAAY;MAAEH,KAAK,EAAE;IAAU,CAAC,EACzC;MAAEJ,GAAG,EAAE,CAACC,eAAC,CAACmB,YAAY,EAAEnB,eAAC,CAACoB,QAAQ,CAAC;MAAEjB,KAAK,EAAE;IAAU,CAAC,EACvD;MAAEJ,GAAG,EAAEC,eAAC,CAACmB,YAAY;MAAEhB,KAAK,EAAE;IAAU,CAAC,6CACtCd,MAAM;EAEb,CAAC,CAAC;AACJ;AAEO,IAAMgC,OAAO,GAAGpC,WAAW,EAAE;AAAC"
|
|
49
49
|
}
|
package/esm/index.js
CHANGED
|
@@ -37,9 +37,6 @@ export function sublimeInit(options) {
|
|
|
37
37
|
},
|
|
38
38
|
// { tag: t.moduleKeyword, color: 'red' },
|
|
39
39
|
{
|
|
40
|
-
tag: [t.propertyName, t.typeName],
|
|
41
|
-
color: '#629ccd'
|
|
42
|
-
}, {
|
|
43
40
|
tag: [t.tagName, t.modifier],
|
|
44
41
|
color: '#E35F63'
|
|
45
42
|
}, {
|
|
@@ -48,6 +45,15 @@ export function sublimeInit(options) {
|
|
|
48
45
|
}, {
|
|
49
46
|
tag: [t.atom, t.bool, t.special(t.variableName)],
|
|
50
47
|
color: '#E35F63'
|
|
48
|
+
}, {
|
|
49
|
+
tag: t.variableName,
|
|
50
|
+
color: '#539ac4'
|
|
51
|
+
}, {
|
|
52
|
+
tag: [t.propertyName, t.typeName],
|
|
53
|
+
color: '#629ccd'
|
|
54
|
+
}, {
|
|
55
|
+
tag: t.propertyName,
|
|
56
|
+
color: '#36b7b5'
|
|
51
57
|
}, ...styles]
|
|
52
58
|
});
|
|
53
59
|
}
|
package/esm/index.js.map
CHANGED
|
@@ -29,8 +29,6 @@
|
|
|
29
29
|
"regexp",
|
|
30
30
|
"attributeValue",
|
|
31
31
|
"operator",
|
|
32
|
-
"propertyName",
|
|
33
|
-
"typeName",
|
|
34
32
|
"tagName",
|
|
35
33
|
"modifier",
|
|
36
34
|
"number",
|
|
@@ -39,13 +37,15 @@
|
|
|
39
37
|
"atom",
|
|
40
38
|
"bool",
|
|
41
39
|
"special",
|
|
40
|
+
"propertyName",
|
|
41
|
+
"typeName",
|
|
42
42
|
"sublime"
|
|
43
43
|
],
|
|
44
44
|
"sources": [
|
|
45
45
|
"../src/index.ts"
|
|
46
46
|
],
|
|
47
47
|
"sourcesContent": [
|
|
48
|
-
"import { tags as t } from '@lezer/highlight';\nimport { createTheme, CreateThemeOptions } from '@uiw/codemirror-themes';\n\nexport function sublimeInit(options?: CreateThemeOptions) {\n const { theme = 'dark', settings = {}, styles = [] } = options || {};\n return createTheme({\n theme: theme,\n settings: {\n background: '#303841',\n foreground: '#FFFFFF',\n caret: '#FBAC52',\n selection: '#4C5964',\n selectionMatch: '#3A546E',\n gutterBackground: '#303841',\n gutterForeground: '#FFFFFF70',\n lineHighlight: '#00000059',\n ...settings,\n },\n styles: [\n { tag: [t.meta, t.comment], color: '#A2A9B5' },\n { tag: [t.attributeName, t.keyword], color: '#B78FBA' },\n { tag: t.function(t.variableName), color: '#5AB0B0' },\n { tag: [t.string, t.regexp, t.attributeValue], color: '#99C592' },\n { tag: t.operator, color: '#f47954' },\n // { tag: t.moduleKeyword, color: 'red' },\n { tag: [t.
|
|
48
|
+
"import { tags as t } from '@lezer/highlight';\nimport { createTheme, CreateThemeOptions } from '@uiw/codemirror-themes';\n\nexport function sublimeInit(options?: CreateThemeOptions) {\n const { theme = 'dark', settings = {}, styles = [] } = options || {};\n return createTheme({\n theme: theme,\n settings: {\n background: '#303841',\n foreground: '#FFFFFF',\n caret: '#FBAC52',\n selection: '#4C5964',\n selectionMatch: '#3A546E',\n gutterBackground: '#303841',\n gutterForeground: '#FFFFFF70',\n lineHighlight: '#00000059',\n ...settings,\n },\n styles: [\n { tag: [t.meta, t.comment], color: '#A2A9B5' },\n { tag: [t.attributeName, t.keyword], color: '#B78FBA' },\n { tag: t.function(t.variableName), color: '#5AB0B0' },\n { tag: [t.string, t.regexp, t.attributeValue], color: '#99C592' },\n { tag: t.operator, color: '#f47954' },\n // { tag: t.moduleKeyword, color: 'red' },\n { tag: [t.tagName, t.modifier], color: '#E35F63' },\n { tag: [t.number, t.definition(t.tagName), t.className, t.definition(t.variableName)], color: '#fbac52' },\n { tag: [t.atom, t.bool, t.special(t.variableName)], color: '#E35F63' },\n { tag: t.variableName, color: '#539ac4' },\n { tag: [t.propertyName, t.typeName], color: '#629ccd' },\n { tag: t.propertyName, color: '#36b7b5' },\n ...styles,\n ],\n });\n}\n\nexport const sublime = sublimeInit();\n"
|
|
49
49
|
],
|
|
50
|
-
"mappings": ";AAAA,SAASA,IAAI,IAAIC,CAAC,QAAQ,kBAAkB;AAC5C,SAASC,WAAW,QAA4B,wBAAwB;AAExE,OAAO,SAASC,WAAW,CAACC,OAA4B,EAAE;EACxD,IAAM;IAAEC,KAAK,GAAG,MAAM;IAAEC,QAAQ,GAAG,CAAC,CAAC;IAAEC,MAAM,GAAG;EAAG,CAAC,GAAGH,OAAO,IAAI,CAAC,CAAC;EACpE,OAAOF,WAAW,CAAC;IACjBG,KAAK,EAAEA,KAAK;IACZC,QAAQ;MACNE,UAAU,EAAE,SAAS;MACrBC,UAAU,EAAE,SAAS;MACrBC,KAAK,EAAE,SAAS;MAChBC,SAAS,EAAE,SAAS;MACpBC,cAAc,EAAE,SAAS;MACzBC,gBAAgB,EAAE,SAAS;MAC3BC,gBAAgB,EAAE,WAAW;MAC7BC,aAAa,EAAE;IAAW,GACvBT,QAAQ,CACZ;IACDC,MAAM,EAAE,CACN;MAAES,GAAG,EAAE,CAACf,CAAC,CAACgB,IAAI,EAAEhB,CAAC,CAACiB,OAAO,CAAC;MAAEC,KAAK,EAAE;IAAU,CAAC,EAC9C;MAAEH,GAAG,EAAE,CAACf,CAAC,CAACmB,aAAa,EAAEnB,CAAC,CAACoB,OAAO,CAAC;MAAEF,KAAK,EAAE;IAAU,CAAC,EACvD;MAAEH,GAAG,EAAEf,CAAC,CAACqB,QAAQ,CAACrB,CAAC,CAACsB,YAAY,CAAC;MAAEJ,KAAK,EAAE;IAAU,CAAC,EACrD;MAAEH,GAAG,EAAE,CAACf,CAAC,CAACuB,MAAM,EAAEvB,CAAC,CAACwB,MAAM,EAAExB,CAAC,CAACyB,cAAc,CAAC;MAAEP,KAAK,EAAE;IAAU,CAAC,EACjE;MAAEH,GAAG,EAAEf,CAAC,CAAC0B,QAAQ;MAAER,KAAK,EAAE;IAAU,CAAC;IACrC;IACA;MAAEH,GAAG,EAAE,CAACf,CAAC,CAAC2B,
|
|
50
|
+
"mappings": ";AAAA,SAASA,IAAI,IAAIC,CAAC,QAAQ,kBAAkB;AAC5C,SAASC,WAAW,QAA4B,wBAAwB;AAExE,OAAO,SAASC,WAAW,CAACC,OAA4B,EAAE;EACxD,IAAM;IAAEC,KAAK,GAAG,MAAM;IAAEC,QAAQ,GAAG,CAAC,CAAC;IAAEC,MAAM,GAAG;EAAG,CAAC,GAAGH,OAAO,IAAI,CAAC,CAAC;EACpE,OAAOF,WAAW,CAAC;IACjBG,KAAK,EAAEA,KAAK;IACZC,QAAQ;MACNE,UAAU,EAAE,SAAS;MACrBC,UAAU,EAAE,SAAS;MACrBC,KAAK,EAAE,SAAS;MAChBC,SAAS,EAAE,SAAS;MACpBC,cAAc,EAAE,SAAS;MACzBC,gBAAgB,EAAE,SAAS;MAC3BC,gBAAgB,EAAE,WAAW;MAC7BC,aAAa,EAAE;IAAW,GACvBT,QAAQ,CACZ;IACDC,MAAM,EAAE,CACN;MAAES,GAAG,EAAE,CAACf,CAAC,CAACgB,IAAI,EAAEhB,CAAC,CAACiB,OAAO,CAAC;MAAEC,KAAK,EAAE;IAAU,CAAC,EAC9C;MAAEH,GAAG,EAAE,CAACf,CAAC,CAACmB,aAAa,EAAEnB,CAAC,CAACoB,OAAO,CAAC;MAAEF,KAAK,EAAE;IAAU,CAAC,EACvD;MAAEH,GAAG,EAAEf,CAAC,CAACqB,QAAQ,CAACrB,CAAC,CAACsB,YAAY,CAAC;MAAEJ,KAAK,EAAE;IAAU,CAAC,EACrD;MAAEH,GAAG,EAAE,CAACf,CAAC,CAACuB,MAAM,EAAEvB,CAAC,CAACwB,MAAM,EAAExB,CAAC,CAACyB,cAAc,CAAC;MAAEP,KAAK,EAAE;IAAU,CAAC,EACjE;MAAEH,GAAG,EAAEf,CAAC,CAAC0B,QAAQ;MAAER,KAAK,EAAE;IAAU,CAAC;IACrC;IACA;MAAEH,GAAG,EAAE,CAACf,CAAC,CAAC2B,OAAO,EAAE3B,CAAC,CAAC4B,QAAQ,CAAC;MAAEV,KAAK,EAAE;IAAU,CAAC,EAClD;MAAEH,GAAG,EAAE,CAACf,CAAC,CAAC6B,MAAM,EAAE7B,CAAC,CAAC8B,UAAU,CAAC9B,CAAC,CAAC2B,OAAO,CAAC,EAAE3B,CAAC,CAAC+B,SAAS,EAAE/B,CAAC,CAAC8B,UAAU,CAAC9B,CAAC,CAACsB,YAAY,CAAC,CAAC;MAAEJ,KAAK,EAAE;IAAU,CAAC,EACzG;MAAEH,GAAG,EAAE,CAACf,CAAC,CAACgC,IAAI,EAAEhC,CAAC,CAACiC,IAAI,EAAEjC,CAAC,CAACkC,OAAO,CAAClC,CAAC,CAACsB,YAAY,CAAC,CAAC;MAAEJ,KAAK,EAAE;IAAU,CAAC,EACtE;MAAEH,GAAG,EAAEf,CAAC,CAACsB,YAAY;MAAEJ,KAAK,EAAE;IAAU,CAAC,EACzC;MAAEH,GAAG,EAAE,CAACf,CAAC,CAACmC,YAAY,EAAEnC,CAAC,CAACoC,QAAQ,CAAC;MAAElB,KAAK,EAAE;IAAU,CAAC,EACvD;MAAEH,GAAG,EAAEf,CAAC,CAACmC,YAAY;MAAEjB,KAAK,EAAE;IAAU,CAAC,EACzC,GAAGZ,MAAM;EAEb,CAAC,CAAC;AACJ;AAEA,OAAO,IAAM+B,OAAO,GAAGnC,WAAW,EAAE"
|
|
51
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uiw/codemirror-theme-sublime",
|
|
3
|
-
"version": "4.19.
|
|
3
|
+
"version": "4.19.2",
|
|
4
4
|
"description": "Theme sublime for CodeMirror.",
|
|
5
5
|
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/sublime",
|
|
6
6
|
"author": "kenny wong <wowohoo@qq.com>",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"cjs"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@uiw/codemirror-themes": "4.19.
|
|
24
|
+
"@uiw/codemirror-themes": "4.19.2"
|
|
25
25
|
},
|
|
26
26
|
"keywords": [
|
|
27
27
|
"codemirror",
|
package/src/index.ts
CHANGED
|
@@ -23,10 +23,12 @@ export function sublimeInit(options?: CreateThemeOptions) {
|
|
|
23
23
|
{ tag: [t.string, t.regexp, t.attributeValue], color: '#99C592' },
|
|
24
24
|
{ tag: t.operator, color: '#f47954' },
|
|
25
25
|
// { tag: t.moduleKeyword, color: 'red' },
|
|
26
|
-
{ tag: [t.propertyName, t.typeName], color: '#629ccd' },
|
|
27
26
|
{ tag: [t.tagName, t.modifier], color: '#E35F63' },
|
|
28
27
|
{ tag: [t.number, t.definition(t.tagName), t.className, t.definition(t.variableName)], color: '#fbac52' },
|
|
29
28
|
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: '#E35F63' },
|
|
29
|
+
{ tag: t.variableName, color: '#539ac4' },
|
|
30
|
+
{ tag: [t.propertyName, t.typeName], color: '#629ccd' },
|
|
31
|
+
{ tag: t.propertyName, color: '#36b7b5' },
|
|
30
32
|
...styles,
|
|
31
33
|
],
|
|
32
34
|
});
|