-
Notifications
You must be signed in to change notification settings - Fork 10
/
template.xml
36 lines (36 loc) · 1.54 KB
/
template.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="0" g="0" b="0"/> <!-- Black -->
<color id="1" r="0" g="0" b="0"/> <!-- DarkBlue -->
<color id="2" r="0" g="0" b="0"/> <!-- DarkGreen (Git Diff) -->
<color id="3" r="0" g="0" b="0"/> <!-- DarkCyan (String) -->
<color id="4" r="0" g="0" b="0"/> <!-- DarkRed (Git Diff) -->
<color id="5" r="0" g="0" b="0"/> <!-- DarkMagenta -->
<color id="6" r="0" g="0" b="0"/> <!-- DarkYellow -->
<color id="7" r="0" g="0" b="0"/> <!-- Gray (Default Text) -->
<color id="8" r="0" g="0" b="0"/> <!-- DarkGray (Operator, Parameter, Selection) -->
<color id="9" r="0" g="0" b="0"/> <!-- Blue -->
<color id="10" r="0" g="0" b="0"/> <!-- Green -->
<color id="11" r="0" g="0" b="0"/> <!-- Cyan -->
<color id="12" r="0" g="0" b="0"/> <!-- Red -->
<color id="13" r="0" g="0" b="0"/> <!-- Magenta -->
<color id="14" r="0" g="0" b="0"/> <!-- Yellow -->
<color id="15" r="0" g="0" b="0"/> <!-- 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="0" g="0" b="0">
<image file="" relative="0" extend="0" position="0">
<tint opacity="0" r="0" g="0" b="0"/>
</image>
</background>
</tab>
</tabs>
</settings>