Last active
August 25, 2021 13:53
-
-
Save crgarridos/6029a031e6de0895c261de86f22ad6d2 to your computer and use it in GitHub Desktop.
Android Studio - Material colors scheme for logcat, see https://stackoverflow.com/questions/39993867/android-studio-logcat-colors-best-practice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<scheme name="Material Darcula" version="142" parent_scheme="Darcula"> | |
<metaInfo> | |
<property name="created">2018-06-26T11:01:56</property> | |
<property name="ide">AndroidStudio</property> | |
<property name="ideVersion">3.2.0.18</property> | |
<property name="modified">2018-06-26T11:02:01</property> | |
<property name="originalScheme">Material Darcula</property> | |
</metaInfo> | |
<attributes> | |
<option name="LOGCAT_ASSERT_OUTPUT"> | |
<value> | |
<option name="FOREGROUND" value="9c27b0" /> | |
</value> | |
</option> | |
<option name="LOGCAT_DEBUG_OUTPUT"> | |
<value> | |
<option name="FOREGROUND" value="2196f3" /> | |
</value> | |
</option> | |
<option name="LOGCAT_ERROR_OUTPUT"> | |
<value> | |
<option name="FOREGROUND" value="f44336" /> | |
</value> | |
</option> | |
<option name="LOGCAT_INFO_OUTPUT"> | |
<value> | |
<option name="FOREGROUND" value="4caf50" /> | |
</value> | |
</option> | |
<option name="LOGCAT_WARNING_OUTPUT"> | |
<value> | |
<option name="FOREGROUND" value="ffc107" /> | |
</value> | |
</option> | |
</attributes> | |
</scheme> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment