Giter Club home page Giter Club logo

conemu-color-themes's Introduction

Color Schemes for ConEmu

Color Schemes List

How to Install

  • Currently you have to manually add color schemes and modify the ConEmu.xml file.
    1. Open ConEmu.xml. Usually it is at ~\AppData\Roaming, where ~ is your home directory (C:\Users\UserName).
    2. Paste the color scheme at the end of palette settings part. It starts with the following:
      <key name="Colors" modified="2015-03-19 13:53:09" build="150310">
      	<value name="Count" type="dword" data="00000001"/>
      	<key name="Palette1" modified="2015-03-19 13:53:09" build="150310">
              
    3. If you do not have any custom color scheme, the xml key is not there. In ConEmu, go to Settings -> Feature -> Colors and generate a custom color theme by click on Save button and specify any name. Then Colors key will be automatically generated in your ConEmu.xml. You can overwrite it when you add new themes.
    4. Update the palette number (key name PaletteX) accordingly. For example, if you have 1 custom color palette already, it should be Pallet2 for the new one:
      <key name="Palette2" modified="2015-03-19 13:53:09" build="150310">
              
    5. Make sure to increase the value for key name Count under key Colors as well. It should equal to the total number of pallets you have:
      <value name="Count" type="dword" data="00000002"/>
              
    6. For example, the Colors part of your modified ConEmu.xml should look like this:
      <key name="Colors" modified="2015-03-19 13:53:09" build="150310">
      	<value name="Count" type="dword" data="00000002"/>
      	<key name="Palette1" modified="2015-03-19 13:53:09" build="150310">
      		<value name="Name" type="string" data="EXISTING COLOR"/>
      		<value name="ExtendColors" type="hex" data="00"/>
      		...
      		<value name="ColorTable31" type="dword" data="00e3f6fd"/>
      	</key>
      	<key name="Palette2" modified="2015-03-19 13:53:09" build="150310">
      		<value name="Name" type="string" data="NAME OF THE COLOR YOU ADDED"/>
      		<value name="ExtendColors" type="hex" data="01"/>
      		...
      		<value name="ColorTable31" type="dword" data="00e7fdfd"/>
      	</key>
      </key>      
              

Template

The following is the template for color schemes with the default colors that you can use. (It is also in Default.xml)

<key name="Palette1" modified="2015-04-05 12:51:32" build="150305">
	<value name="Name" type="string" data="Default"/>
	<value name="ExtendColors" type="hex" data="00"/>
	<value name="ExtendColorIdx" type="hex" data="10"/>
	<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="00000000"/>  <!-- Black -->
	<value name="ColorTable01" type="dword" data="00000080"/>  <!-- DarkBlue (Comments) -->
	<value name="ColorTable02" type="dword" data="00008000"/>  <!-- DarkGreen (Git Diff) -->
	<value name="ColorTable03" type="dword" data="00008080"/>  <!-- DarkCyan (String) -->
	<value name="ColorTable04" type="dword" data="00800000"/>  <!-- DarkRed (Git Diff) -->
	<value name="ColorTable05" type="dword" data="00800080"/>  <!-- DarkMagenta -->
	<value name="ColorTable06" type="dword" data="00808000"/>  <!-- DarkYellow -->
	<value name="ColorTable07" type="dword" data="00c0c0c0"/>  <!-- Gray (Default Text) -->
	<value name="ColorTable08" type="dword" data="00808080"/>  <!-- DarkGray (Parameters) -->
	<value name="ColorTable09" type="dword" data="000000ff"/>  <!-- Blue -->
	<value name="ColorTable10" type="dword" data="0000ff00"/>  <!-- Green -->
	<value name="ColorTable11" type="dword" data="0000ffff"/>  <!-- Cyan -->
	<value name="ColorTable12" type="dword" data="00ff0000"/>  <!-- Red -->
	<value name="ColorTable13" type="dword" data="00ff00ff"/>  <!-- Magenta -->
	<value name="ColorTable14" type="dword" data="00ffff00"/>  <!-- Yellow -->
	<value name="ColorTable15" type="dword" data="00ffffff"/>  <!-- White (Number, Diff Text) -->
	<value name="ColorTable16" type="dword" data="00000000"/>
	<value name="ColorTable17" type="dword" data="00000080"/>
	<value name="ColorTable18" type="dword" data="00008000"/>
	<value name="ColorTable19" type="dword" data="00008080"/>
	<value name="ColorTable20" type="dword" data="00800000"/>
	<value name="ColorTable21" type="dword" data="00800080"/>
	<value name="ColorTable22" type="dword" data="00808000"/>
	<value name="ColorTable23" type="dword" data="00c0c0c0"/>
	<value name="ColorTable24" type="dword" data="00808080"/>
	<value name="ColorTable25" type="dword" data="000000ff"/>
	<value name="ColorTable26" type="dword" data="0000ff00"/>
	<value name="ColorTable27" type="dword" data="0000ffff"/>
	<value name="ColorTable28" type="dword" data="00ff0000"/>
	<value name="ColorTable29" type="dword" data="00ff00ff"/>
	<value name="ColorTable30" type="dword" data="00ffff00"/>
	<value name="ColorTable31" type="dword" data="00ffffff"/>
</key>

conemu-color-themes's People

Contributors

joonro avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.