Skip to content

Latest commit

 

History

History
executable file
·
95 lines (82 loc) · 3.06 KB

README.md

File metadata and controls

executable file
·
95 lines (82 loc) · 3.06 KB

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