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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
570 B
JavaScript
Raw Normal View History

2020-05-24 23:13:21 +05:30
export default {
base: 'vs',
inherit: false,
rules: [],
colors: {
'editor.foreground': '#2e2e2e',
'editor.selectionBackground': '#aad6f8',
'editor.lineHighlightBackground': '#fffeeb',
'editorCursor.foreground': '#666666',
'editorWhitespace.foreground': '#bbbbbb',
'editorLineNumber.foreground': '#cccccc',
'diffEditor.insertedTextBackground': '#a0f5b420',
'diffEditor.removedTextBackground': '#f9d7dc20',
'editorIndentGuide.activeBackground': '#cccccc',
2022-01-26 12:08:38 +05:30
'editorSuggestWidget.focusHighlightForeground': '#96D8FD',
2020-05-24 23:13:21 +05:30
},
};