Skip to content

Commit

Permalink
Fixes the path to the screenshoots
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-vlc committed Sep 3, 2016
1 parent d83b232 commit 79ce7a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
Spacegray theme adapted for visual studio code.

## Base 16 Eighties
![](screenshots/eighties.png)
<img src="https://raw.githubusercontent.com/ionutvmi/spacegray-vscode/master/screenshots/eighties.png" alt="" />

## Base 16 Mocha
![](screenshots/mocha.png)
<img src="https://raw.githubusercontent.com/ionutvmi/spacegray-vscode/master/screenshots/mocha.png" alt="" />


## Base 16 Ocean Dark
![](screenshots/ocean.png)
<img src="https://raw.githubusercontent.com/ionutvmi/spacegray-vscode/master/screenshots/ocean.png" alt="" />

## Base 16 Ocean Light
![](screenshots/ocean-light.png)
<img src="https://raw.githubusercontent.com/ionutvmi/spacegray-vscode/master/screenshots/ocean-light.png" alt="" />

## How to activate
Open the command palette (Ctrl+Shift+P) and search for `Color Theme`.
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": "spacegray-vscode",
"displayName": "Spacegray VSCode",
"description": "Spacegray theme for visual studio code.",
"version": "1.1.0",
"version": "1.1.1",
"publisher": "ionutvmi",
"icon": "screenshots/eighties.png",
"repository": {
Expand Down

0 comments on commit 79ce7a1

Please sign in to comment.