Skip to content

Commit

Permalink
Merge pull request #79 from sonph/issue-branch
Browse files Browse the repository at this point in the history
Updated screenshots and versions.
  • Loading branch information
2u4n committed May 6, 2020
2 parents 7b8c3f5 + 00489bf commit 970abdf
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 8 deletions.
10 changes: 10 additions & 0 deletions vscode/onehalf-dark/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Onehalf Dark for VS Code

![screenshot: vscode](https://raw.githubusercontent.com/sonph/onehalf/master/vscode/screenshots/vscode-onehalf-dark.png)
VS Code with Onehalf Dark theme applied.

## Usage
After installing, the theme will be applied automatically. To change between color themes, press `Ctrl+K Ctrl+T` to open up the menu. Click to apply the desired theme.

## Troubleshooting/questions
Check out [the main repo's README](https://github.com/sonph/onehalf/blob/master/README.md) if you have questions or trouble getting it to work.
17 changes: 13 additions & 4 deletions vscode/onehalf-dark/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "onehalf-dark",
"displayName": "onehalf-dark",
"description": "A dark Sublime Text color scheme based on Atom's One. See github.com/sonph/onehalf for installation instructions, a light color scheme, and versions for other editors/terminals such as Vim or iTerm.",
"version": "0.0.1",
"displayName": "Onehalf Dark",
"description": "A dark VS Code color scheme based on Atom's One.",
"version": "0.2.0",
"publisher": "quandinh",
"repository": {
"type": "git",
Expand All @@ -22,5 +22,14 @@
"path": "./themes/onehalf-dark-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#282c34",
"theme": "dark"
},
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/sonph/onehalf/blob/master/vscode/README.md",
"bugs": {
"url": "https://github.com/sonph/onehalf/issues/"
}
}
}
10 changes: 10 additions & 0 deletions vscode/onehalf-light/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Onehalf Light for VS Code

![screenshot: vscode](https://raw.githubusercontent.com/sonph/onehalf/master/vscode/screenshots/vscode-onehalf-light.png)
VS Code with Onehalf Light theme applied.

## Usage
After installing, the theme will be applied automatically. To change between color themes, press `Ctrl+K Ctrl+T` to open up the menu. Click to apply the desired theme.

## Troubleshooting/questions
Check out [the main repo's README](https://github.com/sonph/onehalf/blob/master/README.md) if you have questions or trouble getting it to work.
17 changes: 13 additions & 4 deletions vscode/onehalf-light/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "onehalf-light",
"displayName": "onehalf-light",
"description": "A light Sublime Text color scheme based on Atom's One. See github.com/sonph/onehalf for installation instructions, a dark color scheme, and versions for other editors/terminals such as Vim or iTerm.",
"version": "0.0.1",
"displayName": "Onehalf Light",
"description": "A light VS Code color scheme based on Atom's One.",
"version": "0.8.0",
"publisher": "quandinh",
"repository": {
"type": "git",
Expand All @@ -22,5 +22,14 @@
"path": "./themes/onehalf-light-color-theme.json"
}
]
},
"galleryBanner": {
"color": "#fafafa",
"theme": "light"
},
"license": "SEE LICENSE IN LICENSE.txt",
"homepage": "https://github.com/sonph/onehalf/blob/master/vscode/README.md",
"bugs": {
"url": "https://github.com/sonph/onehalf/issues/"
}
}
}
Binary file modified vscode/screenshots/vscode-onehalf-dark.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vscode/screenshots/vscode-onehalf-light.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vscode/screenshots/vscode.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 970abdf

Please sign in to comment.