Skip to content

Commit

Permalink
Merge branch '2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
finico committed Jun 8, 2018
2 parents f81fe75 + 7b33911 commit 7f2434b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions themes/sunrise.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7f2434b

Please sign in to comment.