Created
December 16, 2011 10:07
-
-
Save japaz/1485455 to your computer and use it in GitHub Desktop.
Solarized colors for Console2
This file contains 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
<!-- Solarized colors configuration for console2 --> | |
<!-- http://ethanschoonover.com/solarized --> | |
<!-- http://sourceforge.net/projects/console/ --> | |
<!-- Replace this colors in console.xml configuration file --> | |
<colors> | |
<color id="0" r="7" g="54" b="66"/> | |
<color id="1" r="38" g="139" b="210"/> | |
<color id="2" r="133" g="153" b="0"/> | |
<color id="3" r="42" g="161" b="152"/> | |
<color id="4" r="220" g="50" b="47"/> | |
<color id="5" r="211" g="54" b="130"/> | |
<color id="6" r="181" g="137" b="0"/> | |
<color id="7" r="238" g="232" b="213"/> | |
<color id="8" r="0" g="43" b="54"/> | |
<color id="9" r="131" g="148" b="150"/> | |
<color id="10" r="88" g="110" b="117"/> | |
<color id="11" r="147" g="161" b="161"/> | |
<color id="12" r="203" g="75" b="22"/> | |
<color id="13" r="108" g="113" b="196"/> | |
<color id="14" r="101" g="123" b="131"/> | |
<color id="15" r="253" g="246" b="227"/> | |
</colors> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment