Releases: dcasella/monokai-plusplus
Releases · dcasella/monokai-plusplus
2.0.4
2.0.2
Make parameter variables "colorless" (white) in VS Code.
Motivation: Enabling VS Code semantic highlighting colored function parameters and their references in orange, which makes sense, but creates confusion between other "orange-colored" text and is way less readable.
2.0.1
2.0
Add VS Code workbench colors.
This is the color setup I've been using for the past years. It's tailored to my personal preference, so if it doesn't suit your tastes you can just override each color value under the workbench.colorCustomizations
setting.
For example to get a pitch black Editor background:
"workbench.colorCustomizations": {
"editor.background": "#000000"
}