Skip to content

Instantly share code, notes, and snippets.

@lmintmate
Last active September 25, 2019 14:00
Show Gist options
  • Save lmintmate/8bf0b6d381411cab8bd333e8d67d3bd1 to your computer and use it in GitHub Desktop.
Save lmintmate/8bf0b6d381411cab8bd333e8d67d3bd1 to your computer and use it in GitHub Desktop.
[DEPRECATED - MOVED TO REPO] Blue Mood theme for Conemu / Cmder
<value name="ColorTable00" type="dword" data="008b4e10"/>
<value name="ColorTable01" type="dword" data="008b0000"/>
<value name="ColorTable02" type="dword" data="0000ff7f"/>
<value name="ColorTable03" type="dword" data="00cdcd00"/>
<value name="ColorTable04" type="dword" data="004763ff"/>
<value name="ColorTable05" type="dword" data="004763ff"/>
<value name="ColorTable06" type="dword" data="0000d7ff"/>
<value name="ColorTable07" type="dword" data="00f5f5f5"/>
<value name="ColorTable08" type="dword" data="00945c23"/>
<value name="ColorTable09" type="dword" data="00b8b8b8"/>
<value name="ColorTable10" type="dword" data="0000ff7f"/>
<value name="ColorTable11" type="dword" data="00ffff00"/>
<value name="ColorTable12" type="dword" data="004763ff"/>
<value name="ColorTable13" type="dword" data="00b3def5"/>
<value name="ColorTable14" type="dword" data="0000ffff"/>
<value name="ColorTable15" type="dword" data="00f5f5f5"/>
<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"/>
@lmintmate
Copy link
Author

lmintmate commented Apr 23, 2019

Blue Mood theme for Conemu/Cmder

A port of emacs Blue Mood theme's colors for Conemu/cmder.

Activation

You have to manually modify the ConEmu config file.

  • Open ConEmu.xml file. It is in the installation directory of ConEmu or the user directory like C:\Users\UserName.
  • Find the palette definition. It is an xml tag that starts with the following code:
<key name="Palette1" modified="2016-02-21 19:15:02" build="160218">
<value name="Name" type="string" data="ThemeName"/>
<value name="ExtendColors" type="hex" data="00"/>
...
<value name="ColorTable00" type="dword" data="00000000"/>
<value name="ColorTable01" type="dword" data="00800000"/>
...
  • If you don't find the xml above, you may not have any custom color scheme. So open ConEmu Settings dialog (Win+Alt+P), and go to Features -> Colors -> Schemes, enter a name and click Save, then the palette definition will be generated. Close ConEmu.
  • Replace the color table in the palette tag with the blue-mood color table (see blue-mood.xml, there are 32 color values), save the ConEmu.xml.
  • Reopen ConEmu.
  • Note that ConEmu's color scheme may not change in the later version, because the <Current color scheme> is used by ConEmu instead of blue-mood, you need to go to Features -> Colors -> Schemes and switch to blue-mood.

Credits

This theme was generated by using the theme generating script gen-theme.py provided by dracula's conemu theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment