Skip to content

Commit 20b3978

Browse files
committedNov 17, 2022
style(vscode): modify vscode theme backgournd color. #409
1 parent 09521dd commit 20b3978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎themes/vscode/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import { createTheme } from '@uiw/codemirror-themes';
77
export const vscodeDark = createTheme({
88
theme: 'dark',
99
settings: {
10-
background: '#000000',
10+
background: '#1e1e1e',
1111
foreground: '#CECFD0',
1212
caret: '#c6c6c6',
1313
selection: '#6199ff2f',
1414
selectionMatch: '#72a1ff59',
1515
lineHighlight: '#ffffff0f',
16-
gutterBackground: '#000000',
16+
gutterBackground: '#1e1e1e',
1717
gutterForeground: '#838383',
1818
gutterActiveForeground: '#fff',
1919
},

0 commit comments

Comments
 (0)
Please sign in to comment.