Tri Nguyen
Tri Nguyen

Reputation: 93

WebStorm - revert syntax highlighting colour to an older version

I had been using WebStorm 2018.2 for years and have recently updated to 2020.2.

How can I change the colour scheme back to 2018.2. For instance, console / process was white, now purple, require was yellow, now white.

Update

enter image description here

enter image description here

Here you can see the difference of require statement, how can I change it back to yellow?

Upvotes: 1

Views: 130

Answers (1)

Oksana
Oksana

Reputation: 857

It can be changed in File | Settings | Editor | Color Scheme | JavaScript > Global function.

Upvotes: 3

Related Questions