Commit c2248678 authored by Michael Le's avatar Michael Le

Add new color for better whitespace contrast

parent 8457ee85
......@@ -165,5 +165,6 @@ export default {
'editorWhitespace.foreground': '#3B3A32',
'editorIndentGuide.activeBackground': '#9D550FB0',
'editor.selectionHighlightBorder': '#222218',
'editorWhitespace.foreground': '#75715e',
},
};
......@@ -1105,6 +1105,6 @@ export default {
'editor.selectionBackground': '#073642',
'editor.lineHighlightBackground': '#073642',
'editorCursor.foreground': '#819090',
'editorWhitespace.foreground': '#073642',
'editorWhitespace.foreground': '#586e75',
},
};
......@@ -1096,6 +1096,6 @@ export default {
'editor.selectionBackground': '#EEE8D5',
'editor.lineHighlightBackground': '#EEE8D5',
'editorCursor.foreground': '#000000',
'editorWhitespace.foreground': '#EAE3C9',
'editorWhitespace.foreground': '#93a1a1',
},
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment