We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 09521dd commit 20b3978Copy full SHA for 20b3978
themes/vscode/src/index.ts
@@ -7,13 +7,13 @@ import { createTheme } from '@uiw/codemirror-themes';
7
export const vscodeDark = createTheme({
8
theme: 'dark',
9
settings: {
10
- background: '#000000',
+ background: '#1e1e1e',
11
foreground: '#CECFD0',
12
caret: '#c6c6c6',
13
selection: '#6199ff2f',
14
selectionMatch: '#72a1ff59',
15
lineHighlight: '#ffffff0f',
16
- gutterBackground: '#000000',
+ gutterBackground: '#1e1e1e',
17
gutterForeground: '#838383',
18
gutterActiveForeground: '#fff',
19
},
0 commit comments