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

13 lines
332 B
JavaScript
Raw Normal View History

2020-03-13 15:44:24 +05:30
export default {
base: 'vs',
inherit: true,
rules: [],
colors: {
'editorLineNumber.foreground': '#CCCCCC',
'diffEditor.insertedTextBackground': '#A0F5B420',
'diffEditor.removedTextBackground': '#f9d7dc20',
'editor.selectionBackground': '#aad6f8',
'editorIndentGuide.activeBackground': '#cccccc',
},
};