Commit 6491ae14 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch 'mle/343659-editors-autocomplete' into 'master'

Add improve contrast for Monokai theme suggest highlight

See merge request gitlab-org/gitlab!75401
parents 47c121a5 cfc48e75
......@@ -13,5 +13,6 @@ export default {
'diffEditor.insertedTextBackground': '#a0f5b420',
'diffEditor.removedTextBackground': '#f9d7dc20',
'editorIndentGuide.activeBackground': '#cccccc',
'editorSuggestWidget.focusHighlightForeground': '#96D8FD',
},
};
......@@ -142,5 +142,6 @@ export default {
'diffEditor.insertedTextBackground': '#a0f5b420',
'diffEditor.removedTextBackground': '#f9d7dc20',
'editorIndentGuide.activeBackground': '#cccccc',
'editorSuggestWidget.focusHighlightForeground': '#96D8FD',
},
};
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