Skip to content

Releases: dcasella/monokai-plusplus

2.0.4

29 Jun 08:36
e33ca6b
Compare
Choose a tag to compare

2.0.2

28 Jun 18:51
8311fa4
Compare
Choose a tag to compare

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

28 Jun 18:05
c68e9c3
Compare
Choose a tag to compare
  • Revert VS Code workbench colors by default.
  • Introduce a new "sub-theme" called Monokai++ Unified which includes the workbench colors.

2.0

27 Jun 13:21
939993f
Compare
Choose a tag to compare
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"
}

1.11.0

27 Jun 13:01
0ae88cb
Compare
Choose a tag to compare

Enable VS Code semantic highlighting.

1.10.0

04 Feb 17:55
763faf8
Compare
Choose a tag to compare

Add strikethrough support.

1.9.1

12 Mar 13:53
e97c957
Compare
Choose a tag to compare

Improve VS Code Python support:

  • Function calls are now back being colored;
  • Magic variables (__stuff__) is now purple-ish.

1.9.0

27 Feb 23:11
v1.9.0
ed416e8
Compare
Choose a tag to compare

Improve Shell support. Basically it's a full rework.

1.8.1

27 Feb 23:11
v1.8.1
4c54cd2
Compare
Choose a tag to compare

Improve Javascript support.
Recolor HTML attributes.

1.8.0

27 Feb 23:11
v1.8.0
0c6ea54
Compare
Choose a tag to compare

Improve Javascript support.
Refactor meta.function-call.* scopes to entity.function; this has been tested in some languages, but it still might cause trouble on others.