Sublimescheme

SublimeScheme allows you to easily create a Sublime text Color Scheme with a minimum of six lines of code.

Installation

   pip install sublimescheme

or otherwise download the zipped file or executable from the Python Packaging index

Modules

Generate

Contains a class Make that takes two arguments (Theme name) and (Author's name)

Make has six methods which are:

Scopes

The Scopes module has 162 methods for showing several programming language scopes. The most important of all is the scopes method which lists all the 161 programming language supported. You can also view all the scopes directly on Github. You can then call your desired programming language name to see all the syntax highlight scopes it supports.

Using locally

If you just want to use it locally, copy your generated .tmTheme into the sublime text packages

`Packages` --> `Color Scheme - Default`.

You will then be able to use it by going to:

`Preferences` --> `Color Scheme - Default` --> `Themename`

Acknowledgements

I was inspired to write this package after creating my own Sublime text color scheme called Wildlife. It was a really tedious and energy drenching job but thank God this is now available for anyone and makes things easier to use.

All glory belongs to God for helping me in completing this. Without him, this couldn’t have been written by me.

Contact

If further information or if help is needed, feel free to contact me on my email at taiwo.kareem36@gmail.com



Table of contents