diff --git a/README.md b/README.md index 970a165..1bd8ab2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..b3c1fe6 Binary files /dev/null and b/logo.png differ diff --git a/package.json b/package.json index 1dad4f9..502dd16 100644 --- a/package.json +++ b/package.json @@ -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" },