IDEA 字体大小、颜色修改

Idea 用的事 2018.3 的版本,整体的配色方案用的是 Sublime Text 2 的配色方案

修改鼠标所在行的背景颜色

File → Settings → Editor → Color Scheme → General → Editor → Caret row → Background(3C3F41)

 

修改常量的颜色(C48CFF)

 

File → Settings → Editor → Color Scheme → Java → Class Fields → Constant (static final field) → Foreground(C48CFF)

 

修改方法参数前面的提示

File → Settings → Editor → Color Scheme → Language Defaults → Inline parameter hints → Default → Foreground(000000)、Background(FFFFFF)

 

 

 

 

 

 

你可能感兴趣的:(IDEA)