Created
February 12, 2022 13:32
-
-
Save rciovati/a1b5cbdd5ccfc9c11e662f9b26247fec to your computer and use it in GitHub Desktop.
AS/Intellij logcat colors
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="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