Skip to content

Instantly share code, notes, and snippets.

@nibocn
Last active April 9, 2019 06:08
Show Gist options
  • Save nibocn/3cfc8006c9611b3b17f1 to your computer and use it in GitHub Desktop.
Save nibocn/3cfc8006c9611b3b17f1 to your computer and use it in GitHub Desktop.

路径: File-->Settings-->Editor-->Colors&Fonts-->Android Logcat

https://stackoverflow.com/questions/39993867/android-studio-logcat-colors-best-practice/39993868

Assert: 9C27B0, Debug: 2196F3, Error: F44336, Info: 4CAF50, Warning: FFC107, Trace: 808080

  • 如果样式没有另存为需要先Save As...才能进行编辑。并取消Use inherited attributes选项
  • Darcula: Debug: 6897BB, Info: 6A8759, Warn: BBB529, Error: FF6B68, Assert: 9876AA
  • Holo: Debug: 33B5E5, Info: 99CC00, Warn: FFBB33, Error: FF4444, Assert: AA66CC
  • Holo: Debug: 0099CC, Info: 669900, Warn: FF8800, Error: CC0000, Assert: 9933CC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment