We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4aa9b commit fd7f7ccCopy full SHA for fd7f7cc
core/src/theme/basic.test.ts
@@ -5,6 +5,7 @@ it('basicTheme test case', () => {
5
expect(Object.keys(basicTheme)).toMatchObject([
6
'--w-rjv-font-family',
7
'--w-rjv-color',
8
+ '--w-rjv-key-number',
9
'--w-rjv-key-string',
10
'--w-rjv-background-color',
11
'--w-rjv-line-color',
@@ -17,6 +18,7 @@ it('basicTheme test case', () => {
17
18
'--w-rjv-curlybraces-color',
19
'--w-rjv-colon-color',
20
'--w-rjv-brackets-color',
21
+ '--w-rjv-ellipsis-color',
22
'--w-rjv-quotes-color',
23
'--w-rjv-quotes-string-color',
24
'--w-rjv-type-string-color',
0 commit comments