Clean and minimalist monokai-inspired dark theme for Visual Studio Code. Remove the unnecessary borders and enhance the syntax highlighting colors.
- Open the Extensions sidebar on Visual Studio Code.
- Search for Monokai Midnight theme.
- Click Install to start the installation process.
- Restart the extension if necessary.
- Manage > Themes > Color Theme > Monokai Midnight
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 16,
"editor.lineHeight": 25,
"editor.fontWeight": "400",
"editor.letterSpacing": 0.5,
"editor.guides.bracketPairs": "active",
"editor.bracketPairColorization.enabled": true
}Monokai Midnight theme is currently under development and improvement. If you find any problem or have a future request, please open an issue here. Thanks for the contributions and have a nice day.
This repository is licensed under the terms of the MIT License. You can use, modify, and distribute this project under the license.


