Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariorodeghiero/vue-theme-vscode
+545.000 installs ⬇️ Theme for Visual Studio Code inspired by Vue.js, with support for more popular languages, trying to maintain a perfect harmony of colors.
https://github.com/mariorodeghiero/vue-theme-vscode
es6 javascript react reactjs reactjs-components syntax-highlighting theme tsx visual-studio vscode vscode-extension vscode-theme vue vue-theme
Last synced: about 2 hours ago
JSON representation
+545.000 installs ⬇️ Theme for Visual Studio Code inspired by Vue.js, with support for more popular languages, trying to maintain a perfect harmony of colors.
- Host: GitHub
- URL: https://github.com/mariorodeghiero/vue-theme-vscode
- Owner: mariorodeghiero
- License: mit
- Created: 2018-01-19T14:55:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T06:46:53.000Z (about 1 year ago)
- Last Synced: 2024-05-23T08:21:40.213Z (6 months ago)
- Topics: es6, javascript, react, reactjs, reactjs-components, syntax-highlighting, theme, tsx, visual-studio, vscode, vscode-extension, vscode-theme, vue, vue-theme
- Homepage: https://mariorodeghiero.github.io/vue-theme/
- Size: 213 MB
- Stars: 75
- Watchers: 4
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Installs](https://img.shields.io/visual-studio-marketplace/i/mariorodeghiero.vue-theme.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=mariorodeghiero.vue-theme)
[![Version](https://img.shields.io/visual-studio-marketplace/v/mariorodeghiero.vue-theme.svg)](https://marketplace.visualstudio.com/items?itemName=mariorodeghiero.vue-theme)
[![Rating](https://img.shields.io/visual-studio-marketplace/r/mariorodeghiero.vue-theme.svg)](https://marketplace.visualstudio.com/items?itemName=mariorodeghiero.vue-theme)
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://opensource.org/licenses/MIT)## Built With
- [vscode](https://code.visualstudio.com/download) - VS Code editor
- [yo code](https://code.visualstudio.com/docs/extensions/yocode) - Extension Generator
- [vsce](https://code.visualstudio.com/docs/extensions/publish-extension) - Publishing Tool Reference### Installing
1. Open **Extensions** sidebar panel in VS Code: `View → Extensions`
2. Search for `Vue Theme` - by **Mario Rodeghiero**
3. Click **Install** to install it.
4. Click **Reload** to reload the your editor
5. Code > Preferences > Color Theme > **Vue Theme**## Color Palette
Palette | Hex
--- | ---
Background | `#002b36`
Active Border | `#19f9d8`
selectionBackground | `#46494d87`
Foreground | `#e6e6e6`
Comment | `#8a8787`
Cyan | `#09cbdd`
Green | `#19f9d8`
Orange | `#ff5622de`
Pink | `#f48fb1`
Red | `#ee475e`
Yellow | `#ffcc95`## Contributors
Many thanks to all the people who contribute to this project:
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Author
- [Mário Antônio do Amaral Rodeghiero](https://github.com/mariorodeghiero)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
- [**Roberto Achar**](https://github.com/robertoachar) - For some ideas that helped me to develop this theme.