Skip to content

Instantly share code, notes, and snippets.

@crgarridos
Last active August 25, 2021 13:53
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crgarridos/6029a031e6de0895c261de86f22ad6d2 to your computer and use it in GitHub Desktop.
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
<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