Monokai Cotalpa Theme for VS Code

🎨 Yet another Monokai color scheme for VS Code.

Installation
- Open Extensions sidebar panel in VS Code.
View → Extensions
- Search for
Cotalpa - find the one by Ilán Vivanco
- Click Install to install it.
- Click Reload to reload the your editor
- Code > Preferences > Color Theme > Monokai Cotalpa
- 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 or Fira Code.
"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:
"editor.fontLigatures": "'ss01', 'calt'",

You can enable the VS Code native Bracket pair colorization option.
| |