laurentdb / Colorsublime-Themes

Colorsublime themes collection

Home Page:http://colorsublime.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colorsublime Themes

Colorsublime Logo

Build Status

This repo hosts all the themes you can try and download on http://colorsublime.com/

If you want to submit new Sublime Text themes please fork this repo and send us a pull request including them inside the themes folder remembering to update also the themes.json file.

Please make sure to update correctly the themes.json file

{
	"Title": "Title to display on the page",
	"FileName": "Name_of_your_theme.tmTheme",
	"Author": "Your Name and Surname",
	"Description": "A short description"
}

New themes are welcome!

Run the tests

Before running the tests install the npm dependencies

$ npm install

Your theme could be correctly imported only if it passes all the tests. Run the tests using the following command:

$ npm run test

Credits

Themes creators

About

Colorsublime themes collection

http://colorsublime.com/

License:MIT License


Languages

Language:JavaScript 100.0%