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 f2e5c5c commit aa703c6Copy full SHA for aa703c6
themes/vscode/src/index.ts
@@ -8,7 +8,7 @@ export const vscodeDark = createTheme({
8
theme: 'dark',
9
settings: {
10
background: '#1e1e1e',
11
- foreground: '#CECFD0',
+ foreground: '#9cdcfe',
12
caret: '#c6c6c6',
13
selection: '#6199ff2f',
14
selectionMatch: '#72a1ff59',
@@ -18,16 +18,6 @@ export const vscodeDark = createTheme({
18
gutterActiveForeground: '#fff',
19
},
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
{ tag: t.keyword, color: '#569cd6' },
32
{
33
tag: [t.controlKeyword, t.moduleKeyword],
0 commit comments