Skip to content

Instantly share code, notes, and snippets.

@vinaysshenoy
Forked from ravidsrk/coloredLogcat.md
Created July 1, 2019 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinaysshenoy/d7cec4834323ce09044da5d9049ac7ef to your computer and use it in GitHub Desktop.
Save vinaysshenoy/d7cec4834323ce09044da5d9049ac7ef to your computer and use it in GitHub Desktop.
Colored Logcat - Android Studio

#####Logcat Colors for IntelliJ Darcula Theme (original post)

  • Preferences -> Editor -> Android Logcat
  • "Save As" scheme
  • Uncheck "Use inherited attributes" option
  • Edit foreground color with the following
Debug   : #6897BB 
Info    : #6A8759 
Warn    : #BBB529 
Error   : #FF6B68 
Assert  : #9876AA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment