AndroidStudio -修改LogCat的颜色和字体大小


一、颜色效果图

AndroidStudio logcat颜色设置

1.1 设置方法

File->Settings 或Ctrl + Alt +S 找到 Editor -> Colors &Fonts -> Android Logcat 或在上面的搜索框中输入Logcat。选中Verbose、Info、Debug等选项,然后在后面将Use Inberited attributes 去掉勾选 再将 Foreground 前的复选框选上,就可以双击后面的框框去选择颜色了 Apply–>OK

AndroidStudio logcat颜色设置

1.2 对应色值

Log级别   色值

VERBOSE  BBBBBB
DEBUG    0070BB
INFO     48BB31
WARN   BBBB23
ERROR   FF6B68
ASSERT  8F0005

AndroidStudio logcat颜色设置


二、logcat字体大小设置

File ->Settings ->Editor ->Colors&fonts ->Console Font 进入控制台字体设置

AndroidStudio logcat颜色设置

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2021-08-30
  • 2021-07-02
  • 2021-07-20
  • 2021-12-03
猜你喜欢
  • 2021-09-15
  • 2021-10-08
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
相关资源
相似解决方案