diff --git a/package.json b/package.json index 91b5648..e6645a8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cerulean", "displayName": "Cerulean", "description": "a blue color theme", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "publisher": "OwenWilliams", "engines": { diff --git a/themes/Cerulean-color-theme.json b/themes/Cerulean-color-theme.json index cf27c11..040030e 100644 --- a/themes/Cerulean-color-theme.json +++ b/themes/Cerulean-color-theme.json @@ -14,6 +14,8 @@ "editorGroupHeader.tabsBackground": "#101720", "editorWidget.background": "#101820", "editorOverviewRuler.findMatchForeground": "#297db4aa", + "editor.selectionBackground": "#315b86be", + "editor.selectionHighlightBackground": "#5a626b93", "editor.findMatchBackground": "#297db4", "editor.findMatchHighlightBackground": "#737a7f", "gitDecoration.modifiedResourceForeground": "#4EB071",