简体   繁体   中英

Can not change the color of the font intellij

Im trying to change the color of the font in IntelliJ but I can't seem to find how go into setting -> appearance -> theme and it changes the look of IntelliJ and some of the font changes like the color of text Strings and keywords like import but not the color of methods and variables a more

They just stay all the same color until is somehow use it for example if I declare the variable B like this

int B;

The color does not change.

But if I do

int B = 1; it does change to the color is supposed to be

See the picture I added:

在此处输入图像描述

I also tried settings -> editor -> color scheme

Use color settings under the Settings (Preferences on macOS) | Editor | Color Scheme . For example, Color Scheme | Java | Methods | Method call .

See Configuring colors and fonts .

You cannot color individual methods and variables in Intellij.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM