Skip to content

Commit

Permalink
name change to 1Dark RainCaot
Browse files Browse the repository at this point in the history
  • Loading branch information
edheltzel committed Jan 25, 2019
1 parent 2bcda57 commit 19aedbd
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 95 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.8.0 | 01-25-2019
Read me updates and name change to 1Dark RainCoat

## 0.7.0 | 01-24-2019
Icon Update

Expand Down
83 changes: 0 additions & 83 deletions images/porposed__icon.svg

This file was deleted.

Binary file removed images/proposed__icon.png
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ginfuru-onedark-raincoat-theme",
"displayName": "One Dark Rain Coat",
"displayName": "1Dark RainCoat",
"description": "A modified version of the One Dark + (Sublime Babel) color scheme, plus a custom Workbench theme",
"version": "0.7.0",
"publisher": "ginfuru",
Expand All @@ -23,33 +23,33 @@
"atom"
],
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/ginfuru/vscode-onedark-raincoat",
"homepage": "https://github.com/ginfuru/vscode-1dark-raincoat",
"repository": {
"type": "git",
"url": "https://github.com/ginfuru/vscode-onedark-raincoat.git"
"url": "https://github.com/ginfuru/vscode-1dark-raincoat.git"
},
"bugs": "https://github.com/ginfuru/vscode-onedark-raincoat/issues",
"bugs": "https://github.com/ginfuru/vscode-1dark-raincoat/issues",
"contributes": {
"themes": [
{
"label": "One Dark Rain Coat",
"label": "1Dark RainCoat",
"uiTheme": "vs-dark",
"path": "./themes/ODRC.json"
"path": "./themes/1DRC.json"
},
{
"label": "One Dark Rain Coat Bright",
"label": "1Dark RainCoat Bright",
"uiTheme": "vs-dark",
"path": "./themes/ODRC-Bright.json"
"path": "./themes/1DRC-Bright.json"
},
{
"label": "One Dark Rain Coat Italic",
"label": "1Dark RainCoat Italic",
"uiTheme": "vs-dark",
"path": "./themes/ODRC-Italic.json"
"path": "./themes/1DRC-Italic.json"
},
{
"label": "One Dark Rain Coat Bright Italic",
"label": "1Dark RainCoat Bright Italic",
"uiTheme": "vs-dark",
"path": "./themes/ODRC-Bright-Italic.json"
"path": "./themes/1DRC-Bright-Italic.json"
}
]
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 19aedbd

Please sign in to comment.