https://github.com/ilanvivanco/monokai-cotalpa
Monokai Theme variation for VSCode
https://github.com/ilanvivanco/monokai-cotalpa
monokai monokai-theme theme vscode
Last synced: 3 months ago
JSON representation
Monokai Theme variation for VSCode
- Host: GitHub
- URL: https://github.com/ilanvivanco/monokai-cotalpa
- Owner: IlanVivanco
- License: mit
- Created: 2019-09-15T22:56:51.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T18:10:20.000Z (over 2 years ago)
- Last Synced: 2025-03-04T01:33:36.315Z (over 1 year ago)
- Topics: monokai, monokai-theme, theme, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ilanvivanco.cotalpa
- Size: 1.79 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Monokai Cotalpa Theme for VS Code
[](https://marketplace.visualstudio.com/items?itemName=ilanvivanco.cotalpa) [](https://marketplace.visualstudio.com/items?itemName=ilanvivanco.cotalpa)
🎨 Yet another Monokai color scheme for VS Code.

# Installation
1. Open **Extensions** sidebar panel in VS Code. `View → Extensions`
2. Search for `Cotalpa` - find the one by **Ilán Vivanco**
3. Click **Install** to install it.
4. Click **Reload** to reload the your editor
5. Code > Preferences > Color Theme > **Monokai Cotalpa**
6. Enjoy
## If you don't like something
First, this theme is new so if something is funky, please open an issue.
If you would like to change something, you can either open a PR and see if I'd like it added, or override the colors in your own settings.json file.
https://code.visualstudio.com/docs/getstarted/theme-color-reference
## Color reference
| Color | HEX | HSL |
| :------------ | :--------------------------------------------------------------------: | :------------------: |
| **Red** |  `#fc988d` | _hsl(6, 95%, 77%)_ |
| **Orange** |  `#fcbb86` | _hsl(27, 95%, 76%)_ |
| **Yellow** |  `#fcdc7d` | _hsl(45, 95%, 74%)_ |
| **Green** |  `#99d874` | _hsl(98, 56%, 65%)_ |
| **Teal** |  `#63ddb6` | _hsl(161, 64%, 63%_) |
| **Cyan** |  `#66d6fb` | _hsl(195, 95%, 69%_) |
| **Blue** |  `#74b8fc` | _hsl(210, 96%, 72%_) |
| **Purple** |  `#b2aafa` | _hsl(246, 89%, 82%_) |
| **Magenta** |  `#e27fb1` | _hsl(330, 63%, 69%_) |
| | | |
| **Black** |  `#060809` | _hsl(200, 20%, 3%)_ |
| **Dark gray** |  `#273136` | _hsl(200, 16%, 18%_) |
| **Gray** |  `#8e9a9e` | _hsl(195, 8%, 59%)_ |
| **White** |  `#f7f8f9` | _hsl(210, 14%, 97%_) |
## Font style
I recommend using a monospaced font containing ligatures like [Cascadia Code](https://github.com/microsoft/cascadia-code) or [Fira Code](https://github.com/tonsky/FiraCode).
```json
"editor.fontFamily": "'Cascadia Code', 'Fira Code', Consolas, monospace",
```
Also, if you want to enable the Cursive form of the italic just remember to also add this:
```json
"editor.fontLigatures": "'ss01', 'calt'",
```

## Extras
You can enable the VS Code native [Bracket pair colorization](https://code.visualstudio.com/blogs/2021/09/29/bracket-pair-colorization) option.