Commit cfc48e75 authored by Michael Le's avatar Michael Le Committed by Nicolò Maria Mezzopera

Add improve contrast for Monokai theme suggest highlight

parent 876e9ff6
...@@ -13,5 +13,6 @@ export default { ...@@ -13,5 +13,6 @@ export default {
'diffEditor.insertedTextBackground': '#a0f5b420', 'diffEditor.insertedTextBackground': '#a0f5b420',
'diffEditor.removedTextBackground': '#f9d7dc20', 'diffEditor.removedTextBackground': '#f9d7dc20',
'editorIndentGuide.activeBackground': '#cccccc', 'editorIndentGuide.activeBackground': '#cccccc',
'editorSuggestWidget.focusHighlightForeground': '#96D8FD',
}, },
}; };
...@@ -142,5 +142,6 @@ export default { ...@@ -142,5 +142,6 @@ export default {
'diffEditor.insertedTextBackground': '#a0f5b420', 'diffEditor.insertedTextBackground': '#a0f5b420',
'diffEditor.removedTextBackground': '#f9d7dc20', 'diffEditor.removedTextBackground': '#f9d7dc20',
'editorIndentGuide.activeBackground': '#cccccc', '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