Color scheme

Answered

I am using tider dark theme, but I'd like to have different colors on entity types.

How can I achieve this?

 

Thanks.

 

Jhonny

0
8 comments

Hi Jhonny! Try File | Settings | Editor | Color Scheme | Language Defaults | Markup | Entity.

0

sorry, I am still a bit lost.

If I have something like 

void SomeMethod(MyType myType);

 

How do I change the color of MyType in that sentence?

 

0

You can change File | Settings | Editor | Color Scheme | Language Defaults | Keyword. But please note that "Keyword" relates to all keywords in your code, not only type name.

0

 

Looking the GetSomeClass method I'd like to change the SomeClass type color. 

0

Could you please tell me, how big is your file? 

Is your code looking like this in any file or only in this one? 

Please, try to press Ctrl+Alt+Shits+8 in the editor and check colours again. 

0

I made a new project with only that content that I posted here as an example.

I tried the keys that you gave me, nothing happens.

Jhonny

0

Jhonny, 

could you please check if Code Inspection is enabled? 

0

this has fixed my problem, thank you.

 

Jhonny

0

Please sign in to leave a comment.