Skip to content

markfknight/monokai-operator

Repository files navigation

Monokai Operator Theme

Build Status

Monokai VS Code Themes designed for use with the Operator Mono font or other fonts with monospaced cursive italics.

Once the theme is installed, there are three flavours:

  • Monokai Operator
    • Italicised code keywords, attributes and comments

Monokai Operator

  • Monokai Operator Code
    • Default VS Code Monokai theme with italicised attributes and comments

Monokai Operator Code

  • Monokai Operator Mono
    • Non-italic code keywords with italicised attributes and comments

Monokai Operator Mono

The theme is best used with a cursive italic font such as the Operator Mono or Dank Mono fonts. Install the font then add the following to your user settings to set the font (replace font name as appropriate).

    "editor.fontFamily": "Operator Mono",

or

    "editor.fontFamily": "Dank Mono",

If you wish to use Dank Monos' ligatures, add the following to your user settings.

    "editor.fontLigatures": true,