Updated color
This commit is contained in:
parent
c0387ff638
commit
d3ebeb566e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ export default {
|
||||||
'diffEditor.insertedTextBackground': '#ddfbe6',
|
'diffEditor.insertedTextBackground': '#ddfbe6',
|
||||||
'diffEditor.removedTextBackground': '#f9d7dc',
|
'diffEditor.removedTextBackground': '#f9d7dc',
|
||||||
'editor.selectionBackground': '#aad6f8',
|
'editor.selectionBackground': '#aad6f8',
|
||||||
'editorIndentGuide.activeBackground': '#bababa',
|
'editorIndentGuide.activeBackground': '#cccccc',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue