Skip to content

Instantly share code, notes, and snippets.

@rciovati
Created February 12, 2022 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rciovati/a1b5cbdd5ccfc9c11e662f9b26247fec to your computer and use it in GitHub Desktop.
Save rciovati/a1b5cbdd5ccfc9c11e662f9b26247fec to your computer and use it in GitHub Desktop.
AS/Intellij logcat colors
<scheme name="Darcula" version="142" parent_scheme="Darcula">
<metaInfo>
<property name="created">2022-02-02T19:31:50</property>
<property name="ide">Idea</property>
<property name="ideVersion">2021.3.1.0.0</property>
<property name="modified">2022-02-02T19:31:58</property>
<property name="originalScheme">_@user_Darcula</property>
</metaInfo>
<attributes>
<option name="LOGCAT_ASSERT_OUTPUT">
<value>
<option name="FOREGROUND" value="9876aa" />
</value>
</option>
<option name="LOGCAT_DEBUG_OUTPUT">
<value>
<option name="FOREGROUND" value="6897bb" />
</value>
</option>
<option name="LOGCAT_ERROR_OUTPUT">
<value>
<option name="FOREGROUND" value="ff6b68" />
</value>
</option>
<option name="LOGCAT_INFO_OUTPUT">
<value>
<option name="FOREGROUND" value="6a8759" />
</value>
</option>
<option name="LOGCAT_WARNING_OUTPUT">
<value>
<option name="FOREGROUND" value="bbb529" />
</value>
</option>
</attributes>
</scheme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment