@@ -8,7 +8,7 @@ export const vscodeDark = createTheme({
8
8
theme : 'dark' ,
9
9
settings : {
10
10
background : '#1e1e1e' ,
11
- foreground : '#CECFD0 ' ,
11
+ foreground : '#9cdcfe ' ,
12
12
caret : '#c6c6c6' ,
13
13
selection : '#6199ff2f' ,
14
14
selectionMatch : '#72a1ff59' ,
@@ -18,16 +18,6 @@ export const vscodeDark = createTheme({
18
18
gutterActiveForeground : '#fff' ,
19
19
} ,
20
20
styles : [
21
- { tag : [ t . comment , t . quote ] , color : '#707F8D' } ,
22
- { tag : [ t . typeName , t . typeOperator ] , color : '#aa0d91' } ,
23
- { tag : [ t . keyword ] , color : '#569cd6' , fontWeight : 'bold' } ,
24
- { tag : [ t . string , t . meta ] , color : '#D23423' } ,
25
- { tag : [ t . name ] , color : '#032f62' } ,
26
- { tag : [ t . typeName ] , color : '#522BB2' } ,
27
- { tag : [ t . variableName ] , color : '#23575C' } ,
28
- { tag : [ t . definition ( t . variableName ) ] , color : '#327A9E' } ,
29
- { tag : [ t . regexp , t . link ] , color : '#0e0eff' } ,
30
-
31
21
{ tag : t . keyword , color : '#569cd6' } ,
32
22
{
33
23
tag : [ t . controlKeyword , t . moduleKeyword ] ,
0 commit comments