13 lines
332 B
JavaScript
13 lines
332 B
JavaScript
|
export default {
|
||
|
base: 'vs',
|
||
|
inherit: true,
|
||
|
rules: [],
|
||
|
colors: {
|
||
|
'editorLineNumber.foreground': '#CCCCCC',
|
||
|
'diffEditor.insertedTextBackground': '#A0F5B420',
|
||
|
'diffEditor.removedTextBackground': '#f9d7dc20',
|
||
|
'editor.selectionBackground': '#aad6f8',
|
||
|
'editorIndentGuide.activeBackground': '#cccccc',
|
||
|
},
|
||
|
};
|