Monokai Dark
A modern dark version of Monokai theme.
ScreenShots
Recommended for best experience
"editor.fontFamily": "Jetbrains Mono, Fira Code, Cascadia Code, Operator mono, monospace"
"editor.fontLigatures": true,
"editor.smoothScrolling": true,
"workbench.list.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"window.menuBarVisibility": "compact",
"editor.minimap.maxColumn": 100,
"editor.letterSpacing": 0.5,
"editor.semanticHighlighting.enabled": false, // if you are using python set it to true
"editor.renderWhitespace": "none",
"workbench.sideBar.location": "right", // optional
If you wanna add italic variation to the fonts. recommended for the fonts which has cursive italic style :-
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"keyword",
"storage.type.js",
"storage.type.ts",
"comment.line.double-slash",
"constant.language.boolean",
"variable.language.this",
"entity.other.attribute-name"
],
"settings": {
"fontStyle": "italic"
}
}
]
}
If you have liked that theme, feel free to give me a positive review. It put's a smile on my face.
If you are interested to contribute checkout my Github repo.
:)