Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 774 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 774 Bytes

Contributions

Contributions are welcome but should conform to the rules listed below.

Adding Themes

Adding a new theme is a simple matter of putting a kitty style config in themes/ and running make. Please avoid adding themes by editing the script by hand. For consistency all themes should be kebab-cased and follow similar conventions to the ones already found in themes/.

E.G

curl -o themes/solarized-darcula 'https://raw.githubusercontent.com/dexpota/kitty-themes/master/themes/Solarized_Darcula.conf'
make

If the theme you wish to add does not exist for kitty please create the corresponding config file in themes/. The format is straightforward and self documenting. Note that all parameters are mandatory and extraneous ones will be ignored.