Skip to content

Commit

Permalink
Color and Theme Updates:
Browse files Browse the repository at this point in the history
- adds one dark rain coat bright
- updates nofolderbackground color
  • Loading branch information
Ed Heltzel committed Oct 3, 2017
1 parent a7279a6 commit 3a19053
Show file tree
Hide file tree
Showing 4 changed files with 1,307 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.2.28 | 10-03-2017
Color Scheme Updates:
- Adds a Bright version of One Dark Rain Coat

Theme Updates:
- updated `"statusBar.noFolderBackground": "#473C9B"`

## 0.2.27 | 10-03-2017
Fixed an issue with CSS/PostCSS/SCSS/Sass/LESS class syntax color was thrown off with nesting

Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"theme": "dark"
},
"keywords": [
"bable",
"javascript",
"es6",
"sublime",
"one dark",
Expand All @@ -35,10 +35,15 @@
"label": "One Dark Rain Coat",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkRainCoat.json"
},
{
"label": "One Dark Rain Coat Bright",
"uiTheme": "vs-dark",
"path": "./themes/OneDarkRainCoat-Bright.json"
}
]
},
"extensionDependencies": [
"joshpeng.sublime-babel-vscode"
]
}
}
Loading

0 comments on commit 3a19053

Please sign in to comment.