-
Notifications
You must be signed in to change notification settings - Fork 10
/
github.xml
36 lines (36 loc) · 1.58 KB
/
github.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!-- Default Color Theme for ConsoleZ -->
<?xml version="1.0"?>
<settings>
<console>
<colors>
<color id="0" r="67" g="67" b="67"/> <!-- Black -->
<color id="1" r="95" g="175" b="239"/> <!-- DarkBlue -->
<color id="2" r="0" g="153" b="38"/> <!-- DarkGreen (Git Diff) -->
<color id="3" r="221" g="17" b="68"/> <!-- DarkCyan (String) -->
<color id="4" r="208" g="32" b="0"/> <!-- DarkRed (Git Diff) -->
<color id="5" r="68" g="85" b="136"/> <!-- DarkMagenta -->
<color id="6" r="212" g="73" b="80"/> <!-- DarkYellow -->
<color id="7" r="0" g="0" b="0"/> <!-- Gray (Default Text) -->
<color id="8" r="67" g="67" b="67"/> <!-- DarkGray (Parameter) -->
<color id="9" r="0" g="134" b="179"/> <!-- Blue -->
<color id="10" r="0" g="128" b="128"/> <!-- Green -->
<color id="11" r="0" g="153" b="153"/> <!-- Cyan -->
<color id="12" r="249" g="50" b="50"/> <!-- Red -->
<color id="13" r="221" g="17" b="68"/> <!-- Magenta -->
<color id="14" r="221" g="183" b="0"/> <!-- Yellow -->
<color id="15" r="0" g="153" b="153"/> <!-- White (Number, Diff Text) -->
</colors>
</console>
<!-- Following tab-specific settings will not be imported automatically.
You need to manually add these to console.xml -->
<tabs>
<tab>
<cursor style="0" r="0" g="0" b="0"/>
<background type="0" r="248" g="248" b="248">
<image file="" relative="0" extend="0" position="0">
<tint opacity="0" r="0" g="0" b="0"/>
</image>
</background>
</tab>
</tabs>
</settings>