IDEA使用 更换背景颜色(护眼色)设置

1. 设置编辑器护眼色

File-->Setting-->Editor--> Color Scheme --> General --> Default text 
// 设置为 R = 204,G = 232 ,B = 207 , #cce8cf

2.设置工程区和导航栏背景

IDEA使用 更换背景颜色(护眼色)设置_第1张图片
File–>Setting–>Appearance & Behavior–>File Colors,点+号进行设置
IDEA使用 更换背景颜色(护眼色)设置_第2张图片
IDEA使用 更换背景颜色(护眼色)设置_第3张图片

3. 设置项目背景护眼色(插入背景图片)

效果图:
IDEA使用 更换背景颜色(护眼色)设置_第4张图片
在编辑器处按快捷键:ctrl+shift+a,
搜索set background image
IDEA使用 更换背景颜色(护眼色)设置_第5张图片

在File–>Setting–>Appearance & Behavior–>Appearance–>Background Image
IDEA使用 更换背景颜色(护眼色)设置_第6张图片
设置背景图片
IDEA使用 更换背景颜色(护眼色)设置_第7张图片

4.更改主题windows实现

ps:自己未找到更换主题为windows选项,未成功
https://jingyan.baidu.com/article/e2284b2b973d21e2e6118daa.html
https://blog.csdn.net/guo13313/article/details/80001017

5.自定义UI(学习中)

http://www.jetbrains.org/intellij/sdk/docs/reference_guide/ui_themes/themes_intro.html

你可能感兴趣的:(学习)