skip to Main Content

The default theme in VS Code is dark modern:

VS Code default theme

Example Java:

enter image description here

I like how this shows Java code with the yellow method names and the method parameters their own distinctive color.

But my main IDE is IntelliJ, where I use the dark color scheme.
Example Java:

enter image description here

Does anyone have any suggestions about how I can use (free) plugins to add VS Code’s Java syntax coloring scheme to IntelliJ?

2

Answers


  1. There’s a really nice looking theme plugin you can use for IntelliJ called “nightfall”, and based on your first picture, it will give syntax highlighting of a similar shade / similar hues to that.

    Login or Signup to reply.
  2. You can customize syntax highlighting and enable semantic highlighting.

    Or search and use similar themed extensions (might take many trials)。

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search