* Added [**color palettes**](https://github.com/hSaria/ChromaTerm#palette) that allow you to create the colors in advance and reference them by name later. This should help you create a consistent coloring scheme. And if you ever grow tired your current palette, change it; any rules that reference palette colors will be updated. There are lots of websites that help you *generate color palettes*, if you're looking for inspiration.
* Updated the default rules to make use of color palettes and [verbose regex](https://docs.python.org/3/library/re.html#re.VERBOSE) for long rules.
* Updated the colors of [`contrib/rules`](https://github.com/hSaria/ChromaTerm/tree/master/contrib/rules) to better fit the colors of the default rules.
* Improved responsiveness and highlighting accuracy when ChromaTerm spawns the program, like `ct ssh host`.
* Minor cleanup and optimization (about 10% better performance).
> To regenerate the default rules, rename your config file (if you don't have any custom rules, you can just delete it), then run ChromaTerm. This process is manual to ensure that you are aware of any changes to your config file.
> Upgrade with `pip3 install -U chromaterm`