Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderdiaz/yell-vscode-theme
A VS Code theme for dark lovers with accesible colors. ✨
https://github.com/coderdiaz/yell-vscode-theme
dark-syntax-theme dark-theme dark-vscode-theme editor-theme theme vscode vscode-theme
Last synced: 20 days ago
JSON representation
A VS Code theme for dark lovers with accesible colors. ✨
- Host: GitHub
- URL: https://github.com/coderdiaz/yell-vscode-theme
- Owner: coderdiaz
- License: mit
- Created: 2019-08-25T04:36:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T04:59:34.000Z (over 5 years ago)
- Last Synced: 2024-11-09T18:49:19.632Z (3 months ago)
- Topics: dark-syntax-theme, dark-theme, dark-vscode-theme, editor-theme, theme, vscode, vscode-theme
- Size: 1.84 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [Yell Theme ✨](https://github.com/coderdiaz/yell-vscode-theme) · [![Version](https://vsmarketplacebadge.apphb.com/version/coderdiaz.yell.svg)](https://marketplace.visualstudio.com/items?itemName=coderdiaz.yell) [![Downloads](https://img.shields.io/vscode-marketplace/r/coderdiaz.yell.svg)](https://marketplace.visualstudio.com/items?itemName=coderdiaz.yell)
A Visual Studio Code theme for dark lovers with accesible colors ✨About this theme, thanks to Sarah Drasner (@sdras) for the tips and recommendations. This theme was created with help Sarah's article in CSS Tricks: https://css-tricks.com/creating-a-vs-code-theme/.
Preview
![Preview](preview.png)
Languages
HTML
![Preview HTML](previews/html.png)
Vue
![Preview Vue](previews/vue.png)
JavaScript
![Preview JS](previews/js.png)
Python
![Preview Python](previews/python.png)
React
![Preview React](previews/react.png)
## Installation
1. Install [Visual Studio Code](https://code.visualstudio.com/).
2. Launch Visual Studio Code.
3. Choose **Extensions** from menu.
4. Search for `yell`.
5. Click **Install** to install it.
6. Click **Reload** to reload the Code editor.
7. From the menu bar click: Code > Preferences > Color Themes > **Yell**.## Preferences shown in the preview
The font in the preview image is Perplexed Font derivative of IBM Plex Mono, [available here](https://github.com/phoikoi/perplexed). Editor settings to activate font ligatures:
```
"editor.fontFamily": "Perplexed",
"editor.fontLigatures": true,
```## Misc
This is my first theme, so if you something amiss, please feel free to file and issue! I'm sure there are things I missed.Any relevant changes for each version are documented in the changelog. Please update and check the changelog before filing any issues, as they may have already been taken care of.
This theme was inspired from my favorite color palette used in my personal [portfolio](https://coderdiaz.me).