Skip to content

A theme based on Monokai Vibrant with lighter background and modified colours.

License

Notifications You must be signed in to change notification settings

BrockMatthews/monokai-smooth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MONOKAI SMOOTH

A theme based on Monokai Vibrant with lighter background and modified colours.

Disable Italics

If you are not using a font that does not support italics, you can add this to your settings.json to disabled them.

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "name": "Monokai Vibrant - No Italics",
      "scope": [
        "comment",
        "string.comment",
        "variable.language",
        "keyword",
        "storage",
        "variable.parameter"
      ],
      "settings": {
        "fontStyle": ""
      }
    }
  ]
}

About

A theme based on Monokai Vibrant with lighter background and modified colours.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published