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:
commit
c17e9a6360
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ export default {
|
||||||
'diffEditor.insertedTextBackground': '#ddfbe6',
|
'diffEditor.insertedTextBackground': '#ddfbe6',
|
||||||
'diffEditor.removedTextBackground': '#f9d7dc',
|
'diffEditor.removedTextBackground': '#f9d7dc',
|
||||||
'editor.selectionBackground': '#aad6f8',
|
'editor.selectionBackground': '#aad6f8',
|
||||||
|
'editorIndentGuide.activeBackground': '#cccccc',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue