2020-05-05 08:09:31 -04:00
|
|
|
export default {
|
|
|
|
base: 'vs',
|
|
|
|
inherit: false,
|
|
|
|
rules: [],
|
|
|
|
colors: {
|
|
|
|
'editor.foreground': '#2e2e2e',
|
|
|
|
'editor.selectionBackground': '#aad6f8',
|
|
|
|
'editor.lineHighlightBackground': '#fffeeb',
|
|
|
|
'editorCursor.foreground': '#666666',
|
|
|
|
'editorWhitespace.foreground': '#bbbbbb',
|
|
|
|
|
|
|
|
'editorLineNumber.foreground': '#cccccc',
|
|
|
|
'diffEditor.insertedTextBackground': '#a0f5b420',
|
|
|
|
'diffEditor.removedTextBackground': '#f9d7dc20',
|
|
|
|
'editorIndentGuide.activeBackground': '#cccccc',
|
2021-12-01 07:16:08 -05:00
|
|
|
'editorSuggestWidget.focusHighlightForeground': '#96D8FD',
|
2020-05-05 08:09:31 -04:00
|
|
|
},
|
|
|
|
};
|