Skip to content

Commit

Permalink
Add Console2/ConsoleZ themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Briles committed Mar 18, 2016
1 parent 635aaea commit f096561
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions console2/gruvbox-dark.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<settings>
<console>
<colors>
<color id="0" r="40" g="40" b="40"/>
<color id="1" r="69" g="133" b="136"/>
<color id="2" r="152" g="151" b="26"/>
<color id="3" r="104" g="157" b="106"/>
<color id="4" r="204" g="36" b="29"/>
<color id="5" r="177" g="98" b="134"/>
<color id="6" r="215" g="153" b="33"/>
<color id="7" r="168" g="153" b="132"/>
<color id="8" r="146" g="131" b="116"/>
<color id="9" r="131" g="165" b="152"/>
<color id="10" r="184" g="187" b="38"/>
<color id="11" r="142" g="192" b="124"/>
<color id="12" r="251" g="73" b="52"/>
<color id="13" r="211" g="134" b="155"/>
<color id="14" r="250" g="189" b="47"/>
<color id="15" r="235" g="219" b="178"/>
</colors>
</console>
</settings>
23 changes: 23 additions & 0 deletions console2/gruvbox-light.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<settings>
<console>
<colors>
<color id="0" r="251" g="241" b="199"/>
<color id="1" r="69" g="133" b="136"/>
<color id="2" r="152" g="151" b="26"/>
<color id="3" r="104" g="157" b="106"/>
<color id="4" r="204" g="36" b="29"/>
<color id="5" r="177" g="98" b="134"/>
<color id="6" r="215" g="153" b="33"/>
<color id="7" r="124" g="111" b="100"/>
<color id="8" r="146" g="131" b="116"/>
<color id="9" r="7" g="102" b="120"/>
<color id="10" r="121" g="116" b="14"/>
<color id="11" r="66" g="123" b="88"/>
<color id="12" r="157" g="0" b="6"/>
<color id="13" r="143" g="63" b="113"/>
<color id="14" r="181" g="118" b="20"/>
<color id="15" r="60" g="56" b="54"/>
</colors>
</console>
</settings>

0 comments on commit f096561

Please sign in to comment.