15 lines
393 B
JavaScript
15 lines
393 B
JavaScript
export default {
|
|
themeName: 'gitlab',
|
|
monacoTheme: {
|
|
base: 'vs',
|
|
inherit: true,
|
|
rules: [],
|
|
colors: {
|
|
'editorLineNumber.foreground': '#CCCCCC',
|
|
'diffEditor.insertedTextBackground': '#ddfbe6',
|
|
'diffEditor.removedTextBackground': '#f9d7dc',
|
|
'editor.selectionBackground': '#aad6f8',
|
|
'editorIndentGuide.activeBackground': '#cccccc',
|
|
},
|
|
},
|
|
};
|