Skip to content

Instantly share code, notes, and snippets.

@ravidsrk
Forked from marcjubero/coloredLogcat.md
Created February 8, 2016 15:55
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ravidsrk/afe4c9d7593745eaf193 to your computer and use it in GitHub Desktop.
Save ravidsrk/afe4c9d7593745eaf193 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
@adolgiy
Copy link

adolgiy commented Oct 6, 2020

Preferences > Editor > Color Scheme > Android Logcat in AS 4.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment