Android Studio調(diào)整為護(hù)眼色
主題選擇IntelliJ

Paste_Image.png
Editor>Colors&Fonts>General設(shè)置default text的顏色#C7EDCC(護(hù)眼綠)

Paste_Image.png
設(shè)置編碼
在Settings>Editor>File Encodings設(shè)置IDE Encoding、Project Encoding、properties files的編碼,最好都設(shè)置為UTF-8

Paste_Image.png
設(shè)置自動(dòng)導(dǎo)入引用到的類

Paste_Image.png
5、設(shè)置LogCat顏色
最終效果

Paste_Image.png
在Settings>Editor>Colors&Fonts>Android Logcat,配置不同級(jí)別的顏色,取消勾選Use inherited attributes,重新設(shè)置Foreground顏色

Paste_Image.png
上面的配色是:
VERBOSE:BBBBBB
DEBUG:0070BB
INFO:48BB31
WARN:BBBB23
ERROR:FF0006
ASSERT:8F0005
設(shè)置右邊警示線顏色
改為護(hù)眼模式后,右邊的警示線變得看不清楚了
通過Settings>Editor>Colors&Fonts>General下,選擇Editor>Right margin,設(shè)置它的Foreground為更顯眼的顏色。

Paste_Image.png
切換最近使用的文件
如果我們想選擇之前打開的文件要么就是在導(dǎo)航條上切換,要么就是在項(xiàng)目結(jié)構(gòu)中選擇。在導(dǎo)航切換,如果文件少的話還好,如果打開的文件多的話,要找到我們想要的文件就變的麻煩了,在項(xiàng)目結(jié)構(gòu)中選擇也是遇到文件很多選擇麻煩的問題?,F(xiàn)在可以通過ctrl+E來訪問最近瀏覽的文件,方便切換。