debian-mirror-gitlab/app/assets/javascripts/ide/lib/themes/gl_theme.js

16 lines
393 B
JavaScript
Raw Normal View History

2018-05-09 12:01:36 +05:30
export default {
themeName: 'gitlab',
monacoTheme: {
base: 'vs',
inherit: true,
rules: [],
colors: {
'editorLineNumber.foreground': '#CCCCCC',
'diffEditor.insertedTextBackground': '#ddfbe6',
'diffEditor.removedTextBackground': '#f9d7dc',
'editor.selectionBackground': '#aad6f8',
2018-11-18 11:00:15 +05:30
'editorIndentGuide.activeBackground': '#cccccc',
2018-05-09 12:01:36 +05:30
},
},
};