Skip to content

IlanVivanco/monokai-cotalpa

Repository files navigation

Monokai Cotalpa Theme for VS Code

Version Downloads

🎨 Yet another Monokai color scheme for VS Code.

Preview

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 #fc988d hsl(6, 95%, 77%)
Orange #fcbb86 #fcbb86 hsl(27, 95%, 76%)
Yellow #fcdc7d #fcdc7d hsl(45, 95%, 74%)
Green #99d874 #99d874 hsl(98, 56%, 65%)
Teal #2cca98 #63ddb6 hsl(161, 64%, 63%)
Cyan #66d6fb #66d6fb hsl(195, 95%, 69%)
Blue #74b8fc #74b8fc hsl(210, 96%, 72%)
Purple #b2aafa #b2aafa hsl(246, 89%, 82%)
Magenta #e27fb1 #e27fb1 hsl(330, 63%, 69%)
Black #060809 #060809 hsl(200, 20%, 3%)
Dark gray #273136 #273136 hsl(200, 16%, 18%)
Gray #8e9a9e #8e9a9e hsl(195, 8%, 59%)
White #fffff #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'",

Italic style

Extras

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