This is the default syntax highlighting theme from SyntaxHighlighter package by Alex Gorbatchev adapted to be used in Sublime Text editor mainly for PHP, HTML, JavaScript, XML and other languages syntax highlighting.
Using Package Control
Open Tools -> Command Palette...
. Search for Package Control: Install Package
and click enter. Wait for
the available packages to show up and then search for SyntaxHighlighter Reloaded Color Scheme
. Click enter and the theme should be installed.
Locate your Sublime Text Packages
directory by using the menu item Preferences -> Browse Packages...
.
While inside the Packages
directory, clone the theme repository using the command below:
git clone https://github.com/unitmatrix/sublime-syntaxhighlighter.git
- Download the latest release using the GitHub .zip download option
- Unzip the files
- Copy the folder to your Sublime Text
Packages
directory
Preferences -> Color Scheme -> SyntaxHighlighter Reloaded Color Scheme
.
All contributions are welcome. The current theme is almost identical to the original package with minimal changes and adaptations to Sumblime Text highlighting rules.