We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627d3b6 commit 25a9f3fCopy full SHA for 25a9f3f
core/src/theme/basic.tsx
@@ -1,6 +1,7 @@
1
export const basicTheme = {
2
'--w-rjv-font-family': 'monospace',
3
'--w-rjv-color': '#b5bd68',
4
+ '--w-rjv-key-number': '#002b36',
5
'--w-rjv-key-string': '#b5bd68',
6
'--w-rjv-background-color': '#2E3235',
7
'--w-rjv-line-color': '#292d30',
@@ -14,6 +15,7 @@ export const basicTheme = {
14
15
'--w-rjv-curlybraces-color': '#cc99cc',
16
'--w-rjv-colon-color': '#bababa',
17
'--w-rjv-brackets-color': '#808080',
18
+ '--w-rjv-ellipsis-color': '#cb4b16',
19
'--w-rjv-quotes-color': 'var(--w-rjv-key-string)',
20
'--w-rjv-quotes-string-color': 'var(--w-rjv-type-string-color)',
21
0 commit comments