Updated (color of indent guide in Web IDE

Closes #48931
This commit is contained in:
Phil Hughes 2018-07-06 11:56:27 +01:00
parent 68d138e85e
commit c0387ff638
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

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