export default { themeName: 'gitlab', monacoTheme: { base: 'vs', inherit: true, rules: [], colors: { 'editorLineNumber.foreground': '#CCCCCC', 'diffEditor.insertedTextBackground': '#ddfbe6', 'diffEditor.removedTextBackground': '#f9d7dc', 'editor.selectionBackground': '#aad6f8', }, }, };