-
Notifications
You must be signed in to change notification settings - Fork 10
/
monokai.xml
36 lines (36 loc) · 1.52 KB
/
monokai.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
<!-- Monokai Color Theme for ConsoleZ -->
<?xml version="1.0"?>
<settings>
<console>
<colors>
<color id="0" r="39" g="40" b="34"/> <!-- Black -->
<color id="1" r="118" g="233" b="255"/> <!-- DarkBlue -->
<color id="2" r="166" g="226" b="46"/> <!-- DarkGreen (Git Diff) -->
<color id="3" r="230" g="218" b="116"/> <!-- DarkCyan (String) -->
<color id="4" r="249" g="38" b="114"/> <!-- DarkRed (Git Diff) -->
<color id="5" r="174" g="129" b="255"/> <!-- DarkMagenta -->
<color id="6" r="253" g="151" b="31"/> <!-- DarkYellow -->
<color id="7" r="225" g="225" b="218"/> <!-- Gray (Default Text) -->
<color id="8" r="117" g="113" b="94"/> <!-- DarkGray (Parameter) -->
<color id="9" r="174" g="129" b="255"/> <!-- Blue -->
<color id="10" r="166" g="226" b="46"/> <!-- Green -->
<color id="11" r="102" g="217" b="239"/> <!-- Cyan -->
<color id="12" r="249" g="38" b="114"/> <!-- Red -->
<color id="13" r="250" g="69" b="148"/> <!-- Magenta -->
<color id="14" r="255" g="244" b="141"/> <!-- Yellow -->
<color id="15" r="255" g="255" b="255"/> <!-- 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="73" g="72" b="62"/>
<background type="0" r="39" g="40" b="34">
<image file="" relative="0" extend="0" position="0">
<tint opacity="0" r="0" g="0" b="0"/>
</image>
</background>
</tab>
</tabs>
</settings>