From 7e03c9d106ebee683e280252a50d9fd7b6a8e68e Mon Sep 17 00:00:00 2001 From: isidor Date: Thu, 18 May 2017 11:16:39 +0200 Subject: [PATCH] hc theme - improve colors (inspired by high contrast ms word) --- extensions/theme-defaults/themes/hc_black.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/theme-defaults/themes/hc_black.json b/extensions/theme-defaults/themes/hc_black.json index 401ed6a0ab6..0db3c99f1fc 100644 --- a/extensions/theme-defaults/themes/hc_black.json +++ b/extensions/theme-defaults/themes/hc_black.json @@ -2,6 +2,11 @@ "$schema": "vscode://schemas/color-theme", "name": "Dark High Contrast", "include": "./hc_black_defaults.json", + "colors": { + "selection.background": "#008000", + "statusBar.background": "#008000", + "editor.selectionBackground": "#FFFFFF" + }, "tokenColors": [ { "name": "Function declarations", -- GitLab