debian-mirror-gitlab/app/assets/javascripts/ide/lib/themes/gl_theme.js
2018-05-09 12:01:36 +05:30

14 lines
338 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',
},
},
};