summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/lib/themes/white.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ide/lib/themes/white.js')
-rw-r--r--app/assets/javascripts/ide/lib/themes/white.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/ide/lib/themes/white.js b/app/assets/javascripts/ide/lib/themes/white.js
index f06458d8a16..69c63c82021 100644
--- a/app/assets/javascripts/ide/lib/themes/white.js
+++ b/app/assets/javascripts/ide/lib/themes/white.js
@@ -142,5 +142,6 @@ export default {
'diffEditor.insertedTextBackground': '#a0f5b420',
'diffEditor.removedTextBackground': '#f9d7dc20',
'editorIndentGuide.activeBackground': '#cccccc',
+ 'editorSuggestWidget.focusHighlightForeground': '#96D8FD',
},
};