Skip to content

Commit cd6d226

Browse files
authored
Add ConEmu theme
1 parent 9eeba0c commit cd6d226

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

theme/ConEmu-Dracula-Theme.xml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!--
2+
Dracula Theme for ConEmu, matching the CMD/PowerShell version exactly.
3+
Installation Instructions:
4+
1. Find your ConEmu.xml file, usually in C:\Users\USERNAME\AppData\Roaming\ConEmu.xml
5+
2. Open it, and find the <key name="Colors" ...> tag. Merge the below tag into it.
6+
3. If you don't have a <key name="Colors" ...> tag, insert the below tag anywhere under the <key name=".Vanilla"...> tag
7+
-->
8+
<key name="Colors" modified="2019-08-22 22:12:02" build="180503">
9+
<value name="Count" type="long" data="1"/>
10+
<key name="Palette1" modified="2019-08-22 22:12:02" build="180503">
11+
<value name="Name" type="string" data="Dracula"/>
12+
<value name="TextColorIdx" type="hex" data="10"/>
13+
<value name="BackColorIdx" type="hex" data="10"/>
14+
<value name="PopTextColorIdx" type="hex" data="10"/>
15+
<value name="PopBackColorIdx" type="hex" data="10"/>
16+
<value name="ColorTable00" type="dword" data="00362a28"/>
17+
<value name="ColorTable01" type="dword" data="00cc6374"/>
18+
<value name="ColorTable02" type="dword" data="003dde66"/>
19+
<value name="ColorTable03" type="dword" data="00a47262"/>
20+
<value name="ColorTable04" type="dword" data="005555ff"/>
21+
<value name="ColorTable05" type="dword" data="00f993dd"/>
22+
<value name="ColorTable06" type="dword" data="006cb8ff"/>
23+
<value name="ColorTable07" type="dword" data="00f2f8f8"/>
24+
<value name="ColorTable08" type="dword" data="00969a9a"/>
25+
<value name="ColorTable09" type="dword" data="00f993bd"/>
26+
<value name="ColorTable10" type="dword" data="007bfa50"/>
27+
<value name="ColorTable11" type="dword" data="00fde98b"/>
28+
<value name="ColorTable12" type="dword" data="005555ff"/>
29+
<value name="ColorTable13" type="dword" data="00c679ff"/>
30+
<value name="ColorTable14" type="dword" data="008cfcfc"/>
31+
<value name="ColorTable15" type="dword" data="00ffffff"/>
32+
</key>
33+
</key>

0 commit comments

Comments
 (0)