Trevor
Trevor

Reputation: 2457

Intellij input own color for certain words and/or symbols

I've just installed Intellij and am using the Scala Plugin.

I downloaded a Monokai color format but I can't seem to change certain words/symbols to a certain color.

I've found where you can change colors by their type but that's all.

example = is red while += and ++= are blue

I would like key words to be red but I'd also like other words like class object var val def to be blue.

Is it possible to change the color of words by their text in Intellij?

Upvotes: 0

Views: 406

Answers (1)

y.bedrov
y.bedrov

Reputation: 6014

No, it's not possible to change the color of certain keywords, other than by writing a plugin: https://youtrack.jetbrains.com/issue/IDEABKL-7247

Upvotes: 1

Related Questions