diff --git a/CHANGELOG.md b/CHANGELOG.md index 252433e..c132e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.2.0 +- Support for unused variables color +- Change active line number color + ### 2.1.0 - Change colors for warnings and the diffEditor diff --git a/package.json b/package.json index d2f6920..e049a77 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-theme-sunrise", "displayName": "Sunrise", "description": "Sunrise Light color theme for Visual Studio Code", - "version": "2.1.0", + "version": "2.2.0", "publisher": "finico", "license": "MIT", "engines": { diff --git a/themes/sunrise.json b/themes/sunrise.json index 042f842..e53cb35 100644 --- a/themes/sunrise.json +++ b/themes/sunrise.json @@ -15,7 +15,9 @@ "editorCursor.foreground": "#bf360c", "editorIndentGuide.background": "#82828255", "editorLineNumber.foreground": "#82828288", + "editorLineNumber.activeForeground": "#828282", "editorRuler.foreground": "#82828255", + "editorUnnecessary.foreground": "#b1b1b1", "editorWhitespace.foreground": "#82828255", "editorWarning.foreground": "#c99e00", "editorMarkerNavigationWarning.background": "#c99e00",