Android Studio修改Log信息颜色

在Android Studio中使用快捷键Ctrl+Alt+S打开Settings面板,搜索logcat,点击Android Logcat项,如图

选择Save As ,设置一个自己的风格的名称。

取消右侧Use Inherited attributes的选择,即可在上方设置自己想要的颜色。

小编还是很喜欢Eclipse中Log日志的色值,Copy如下:

类型色值

Assert     #8F0005

Debug     #0070BB

Error        #FF0006

Info         #48BB31

Verbose   #BBBBBB

Warning   #BBBB23

效果如下:

链接:https://www.jianshu.com/p/4541bf0aa68f

你可能感兴趣的:(Android Studio修改Log信息颜色)