Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalize GitHub properly #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Or install this theme from the extension panel (search for "github theme").
You can find this theme in the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=thomaspink.theme-github).

## Info
This theme has been optimized for JavaScript, TypeScript, CSS, SASS(SCSS), HTML and Shell. Other languages are not tested and may differ from the github code styles. Please file an issue or submit a PR in this case.
This theme has been optimized for JavaScript, TypeScript, CSS, SASS(SCSS), HTML and Shell. Other languages are not tested and may differ from the GitHub code styles. Please file an issue or submit a PR in this case.

To get the full GitHub experience set the following settings in VSCode:
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme-github",
"displayName": "Github Theme",
"displayName": "GitHub Theme",
"description": "GitHub Theme for Visual Studio Code",
"icon": "icon.png",
"version": "1.0.1",
Expand All @@ -15,10 +15,10 @@
"contributes": {
"themes": [
{
"label": "Github",
"label": "GitHub",
"uiTheme": "vs",
"path": "./themes/github.json"
}
]
}
}
}