diff options
author | Nathan Graule <solarliner@gmail.com> | 2017-05-15 14:12:18 +0200 |
---|---|---|
committer | Nathan Graule <solarliner@gmail.com> | 2017-05-15 14:12:18 +0200 |
commit | 94d0cc8dd9a949c3e57fa3864adb7a5dc0c58213 (patch) | |
tree | 416544efd7ce44f97313e58223ce0de19bcdf102 | |
parent | a760aa23571a164f2ddb970463759964d013cdcd (diff) |
Made editor selection background more visible
-rw-r--r-- | themes/Arc Dark-color-theme.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |