https://github.com/toshimaru/hybrid-next-plus
VSCode Hybrid Next Plus Theme.
https://github.com/toshimaru/hybrid-next-plus
vscode vscode-theme
Last synced: 6 months ago
JSON representation
VSCode Hybrid Next Plus Theme.
- Host: GitHub
- URL: https://github.com/toshimaru/hybrid-next-plus
- Owner: toshimaru
- License: mit
- Created: 2018-07-22T16:40:27.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:47:40.000Z (over 3 years ago)
- Last Synced: 2024-04-14T18:22:23.480Z (about 2 years ago)
- Topics: vscode, vscode-theme
- Homepage: https://marketplace.visualstudio.com/items?itemName=toshimaru.hybrid-next-plus
- Size: 2.98 MB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Hybrid Next Plus
Hybrid Next Plus Theme for VS Code.

## Sidebar & Command Palette

## Colors
| color | hex color code |
| --- | --- |
| black (background) |  `#232c31` |
| white (foreground) |  `#c5c8c6` |
| cyan |  `#4796c2` |
| blue |  `#81a2be` |
| purple |  `#b294bb`|
| orange |  `#de935f` |
| yellow |  `#f0c674` |
| green |  `#b5bd68` |
| red |  `#cc6666` |
## Inspired Themes
### UI Theme
- [Atom One Dark](https://atom.io/themes/one-dark-ui)
### Syntax Theme
- [vim-hybrid](https://github.com/w0ng/vim-hybrid)
- [atom-hybrid-next](https://github.com/kaicataldo/hybrid-next-syntax)
- [vscode-hybrid-next](https://github.com/wyze/vscode-hybrid-next/)
- [Base16 Tomorrow](https://github.com/o4x/base16-tomorrow-vscode)
## Reference
- [Theme Color | Visual Studio Code Extension API](https://code.visualstudio.com/api/references/theme-color)
- [Visual Studio Code Themes](https://code.visualstudio.com/docs/getstarted/themes)
- [How to Create a Custom VS Code Theme (2020) - YouTube](https://www.youtube.com/watch?v=QCqWzb-9Sy8)