intellij idea怎么设置背景颜色
发布网友
发布时间:2022-04-22 10:14
我来回答
共2个回答
热心网友
时间:2023-01-23 17:13
java使用的最多的ide就是Eclipse和Myeclipse,操作界面默认颜色为白色。对于长期使用电脑编程的人来说,白色很刺激眼睛,所以经常会改变workspace的背景色,使眼睛舒服一些。设置方法如下:
1、打开window->Preference,弹出Preference面板。
2、展开General标签,选中Editors选项,展开。
3、选中 Test Editors,右边出现Test Editors面板。 面板中有这样一个选项:Appearance color options; 其中是各种板块颜色的设置,其中有一项是background color,根据自己的喜好选择颜色。
4、 选中background color,勾掉System Default,点击'color',弹出颜色选择面板,选择喜好的颜色,单击确定。
5、返回Test Editors,单击Apply即可。展开Test Editors,还有其他选项,比如对错误提示的颜色样式,感兴趣也可更改一下。
热心网友
时间:2023-01-23 18:31
File->Settings->Editor->Color & Fonts->General->Default text
Choose RGB 186 227 190
then
Click the "Apply" button.