Skip to content

Commit 25a9f3f

Browse files
committed
style(theme): update basic style. #30
1 parent 627d3b6 commit 25a9f3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/theme/basic.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export const basicTheme = {
22
'--w-rjv-font-family': 'monospace',
33
'--w-rjv-color': '#b5bd68',
4+
'--w-rjv-key-number': '#002b36',
45
'--w-rjv-key-string': '#b5bd68',
56
'--w-rjv-background-color': '#2E3235',
67
'--w-rjv-line-color': '#292d30',
@@ -14,6 +15,7 @@ export const basicTheme = {
1415
'--w-rjv-curlybraces-color': '#cc99cc',
1516
'--w-rjv-colon-color': '#bababa',
1617
'--w-rjv-brackets-color': '#808080',
18+
'--w-rjv-ellipsis-color': '#cb4b16',
1719
'--w-rjv-quotes-color': 'var(--w-rjv-key-string)',
1820
'--w-rjv-quotes-string-color': 'var(--w-rjv-type-string-color)',
1921

0 commit comments

Comments
 (0)