From 94d0cc8dd9a949c3e57fa3864adb7a5dc0c58213 Mon Sep 17 00:00:00 2001 From: Nathan Graule Date: Mon, 15 May 2017 14:12:18 +0200 Subject: Made editor selection background more visible --- themes/Arc Dark-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Arc Dark-color-theme.json b/themes/Arc Dark-color-theme.json index e23839d..2a694e9 100644 --- a/themes/Arc Dark-color-theme.json +++ b/themes/Arc Dark-color-theme.json @@ -21,7 +21,7 @@ "editor.background": "#2f343f", "editor.foreground": "#CCC", "editor.lineHighlightBackground": "#FFF1", - "editor.selectionBackground": "#88F1", + "editor.selectionBackground": "#88F5", "editor.inactiveSelectionBackground": "#FFF2", "editorLineNumber.foreground": "#FFF4", "editorCursor.foreground": "#5294E2", -- cgit v1.2.3