#####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
#####Logcat Colors for IntelliJ Darcula Theme (original post)
Debug : #6897BB
Info : #6A8759
Example:
Log.e(TAG,MESSAGE);
\usepackage{listings} | |
%New colors defined below | |
\definecolor{codegreen}{rgb}{0,0.6,0} | |
\definecolor{codegray}{rgb}{0.5,0.5,0.5} | |
\definecolor{codepurple}{rgb}{0.58,0,0.82} | |
\definecolor{backcolour}{rgb}{0.95,0.95,0.92} | |
\definecolor{gray}{rgb}{0.53,0.53,0.53} | |