Last active
October 8, 2018 16:07
-
-
Save waf/89ead773952ed346de56a04291469eff to your computer and use it in GitHub Desktop.
Dracula ConEmu Theme - matches the colors of http://github.com/waf/dracula-cmd/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Quick instructions below, see full, detailed instructions here: | |
https://github.com/joonro/ConEmu-Color-Themes/blob/master/README.org#how-to-install | |
To install this ConEmu theme, add it to C:\Users\USER\AppData\Roaming\ConEmu.xml: | |
... | |
<key name="Colors" modified="2018-10-08 22:42:53" build="180503"> | |
<value name="Count" type="long" data="1"/> | |
... paste the xml tag here and increment the above count... | |
</key> | |
... | |
If you do not have a "Colors" tag, in ConEmu go to Settings -> Feature -> Colors | |
enter a Scheme name and click save. The "Colors" tag will be generated and you | |
can then insert this tag into it and increment the count | |
--> | |
<key name="Palette2" modified="2018-10-08 22:49:13" build="180503"> | |
<value name="Name" type="string" data="Dracula"/> | |
<value name="ExtendColors" type="hex" data="00"/> | |
<value name="ExtendColorIdx" type="hex" data="0e"/> | |
<value name="TextColorIdx" type="hex" data="10"/> | |
<value name="BackColorIdx" type="hex" data="10"/> | |
<value name="PopTextColorIdx" type="hex" data="10"/> | |
<value name="PopBackColorIdx" type="hex" data="10"/> | |
<value name="ColorTable00" type="dword" data="00362a28"/> | |
<value name="ColorTable01" type="dword" data="00cc6374"/> | |
<value name="ColorTable02" type="dword" data="003dde66"/> | |
<value name="ColorTable03" type="dword" data="00a47262"/> | |
<value name="ColorTable04" type="dword" data="005555ff"/> | |
<value name="ColorTable05" type="dword" data="00f993dd"/> | |
<value name="ColorTable06" type="dword" data="006cb8ff"/> | |
<value name="ColorTable07" type="dword" data="00f2f8f8"/> | |
<value name="ColorTable08" type="dword" data="00969a9a"/> | |
<value name="ColorTable09" type="dword" data="00f993bd"/> | |
<value name="ColorTable10" type="dword" data="007bfa50"/> | |
<value name="ColorTable11" type="dword" data="00fde98b"/> | |
<value name="ColorTable12" type="dword" data="005555ff"/> | |
<value name="ColorTable13" type="dword" data="00c679ff"/> | |
<value name="ColorTable14" type="dword" data="008cfcfc"/> | |
<value name="ColorTable15" type="dword" data="00ffffff"/> | |
<value name="ColorTable16" type="dword" data="00000000"/> | |
<value name="ColorTable17" type="dword" data="00800000"/> | |
<value name="ColorTable18" type="dword" data="00008000"/> | |
<value name="ColorTable19" type="dword" data="00808000"/> | |
<value name="ColorTable20" type="dword" data="00000080"/> | |
<value name="ColorTable21" type="dword" data="00800080"/> | |
<value name="ColorTable22" type="dword" data="00008080"/> | |
<value name="ColorTable23" type="dword" data="00c0c0c0"/> | |
<value name="ColorTable24" type="dword" data="00808080"/> | |
<value name="ColorTable25" type="dword" data="00ff0000"/> | |
<value name="ColorTable26" type="dword" data="0000ff00"/> | |
<value name="ColorTable27" type="dword" data="00ffff00"/> | |
<value name="ColorTable28" type="dword" data="000000ff"/> | |
<value name="ColorTable29" type="dword" data="00ff00ff"/> | |
<value name="ColorTable30" type="dword" data="0000ffff"/> | |
<value name="ColorTable31" type="dword" data="00ffffff"/> | |
</key> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment