Skip to content

Instantly share code, notes, and snippets.

@niltsiar
Forked from marcjubero/coloredLogcat.md
Created August 9, 2018 16:56
Show Gist options
  • Save niltsiar/327b022b12cd7eca173895bb7c29a370 to your computer and use it in GitHub Desktop.
Save niltsiar/327b022b12cd7eca173895bb7c29a370 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