MolecularMan
MolecularMan

Reputation: 257

Intellij IDEA different color schemes for files

How can i choose different color schemes for different file types (for example Java and TypeScript) in Intellij IDEA?

Upvotes: 3

Views: 1394

Answers (2)

Naman
Naman

Reputation: 31888

-> intelliJ Preferences -> Editor 
-> Color & Fonts -> Select the category and update the colors accordingly.

Here is the help documentation around 2017.1 version of intelliJIDEA.

Screenshot sample as below - enter image description here

Upvotes: 1

Bert Verhees
Bert Verhees

Reputation: 1063

It should work over File - Settings - Editor Color & Fonts -> type, but it does not work, possible a bug in IntelliJ IDEA 2017.1.4 for Linux

Upvotes: 0

Related Questions