Merge branch 'ide-indent-guide' into 'master'

Updated color of indent guide in Web IDE

Closes #48931

See merge request gitlab-org/gitlab-ce!20425
This commit is contained in:
Filipa Lacerda 2018-07-09 09:39:31 +00:00
commit c17e9a6360
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export default {
'diffEditor.insertedTextBackground': '#ddfbe6',
'diffEditor.removedTextBackground': '#f9d7dc',
'editor.selectionBackground': '#aad6f8',
'editorIndentGuide.activeBackground': '#cccccc',
},
},
};