Skip to content

Commit

Permalink
cosmetic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Essaid committed Jan 2, 2020
1 parent a340c4e commit f6ceddd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

This is a VS Code theme that tries to be faithful to the syntax coloring from React's website code examples.

![Screenshot React]('screenshot.png')
inspiration came from this StackOverflow [question](https://stackoverflow.com/questions/48365554/vscode-theme-of-react-documentation/59564470#59564470), and our own needs over at [Moon](www.moonhealth.ai) for a readable and nice-looking theme.

## Publishing
Below is an example of React Native code. It also works great with Vue.js, Python (and probably other languages too).

![Screenshot React](screenshot.png)

## Development

### Publishing

```zsh
vsce package
Expand Down
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"displayName": "React Theme",
"description": "A color theme actually faithful to React's website.",
"repository": "https://github.com/oessaid/react-theme-faithful",
"version": "0.0.3",
"icon": "logo.png",
"version": "0.0.4",
"engines": {
"vscode": "^1.41.0"
},
Expand Down

0 comments on commit f6ceddd

Please sign in to comment.