Reputation: 93
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
Here you can see the difference of require
statement, how can I change it back to yellow?
Upvotes: 1
Views: 130
Reputation: 857
It can be changed in File | Settings | Editor | Color Scheme | JavaScript > Global function
.
Upvotes: 3