Welcome to mirror list, hosted at ThFree Co, Russian Federation.

none.js « themes « lib « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e722c4ff88e0fe28ee1a3cd5a12eb76b24a96fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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',
  },
};