Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
finico committed Apr 3, 2018
2 parents 123278d + 82bec57 commit f81fe75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.1.0
- Change colors for warnings and the diffEditor

### 2.0.1
- Changed color for [new, cast, sizeof, etc]
- Changed color for Python `self` variable
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.0.1",
"version": "2.1.0",
"publisher": "finico",
"license": "MIT",
"engines": {
Expand Down
5 changes: 5 additions & 0 deletions themes/sunrise.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"editorLineNumber.foreground": "#82828288",
"editorRuler.foreground": "#82828255",
"editorWhitespace.foreground": "#82828255",
"editorWarning.foreground": "#c99e00",
"editorMarkerNavigationWarning.background": "#c99e00",
"editorOverviewRuler.warningForeground": "#c99e00",
"diffEditor.removedTextBackground": "#c4626c22",
"diffEditor.insertedTextBackground": "#59886722",
"peekView.border": "#828282",
"peekViewResult.matchHighlightBackground": "#b4eacf88",
"peekViewEditor.background": "#fefef5",
Expand Down

0 comments on commit f81fe75

Please sign in to comment.