Commit 5050994b authored by Illya Klymov's avatar Illya Klymov

Merge branch 'mle/345045-whitespace-contrast' into 'master'

Add new color for better whitespace contrast in WebIDE

See merge request gitlab-org/gitlab!75403
parents fb316e7c 369fe8c9
......@@ -162,8 +162,8 @@ export default {
'editor.selectionBackground': '#49483E',
'editor.lineHighlightBackground': '#3E3D32',
'editorCursor.foreground': '#F8F8F0',
'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