debian-mirror-gitlab/app/assets/javascripts/ide/lib/themes/white.js
2020-03-13 15:44:24 +05:30

12 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',
},
};