SyntaxHighlighter Reloaded Color Scheme
SyntaxHighlighter Theme for Sublime Text Editor
Details
Installs
- Total 27K
- Win 20K
- Mac 4K
- Linux 3K
Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 1 | 3 | 1 | 0 | 2 | 3 | 0 | 2 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 1 | 4 | 0 | 2 | 2 | 0 | 0 | 0 | 2 | 1 | 2 | 1 | 2 | 1 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 3 | 1 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SyntaxHighlighter Reloaded
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.
Installation
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.
Using Git
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 Manually
- Download the latest release using the GitHub .zip download option
- Unzip the files
- Copy the folder to your Sublime Text
Packages
directory
Activating the color theme
Preferences -> Color Scheme -> SyntaxHighlighter Reloaded Color Scheme
.
Contributing
All contributions are welcome. The current theme is almost identical to the original package with minimal changes and adaptations to Sumblime Text highlighting rules.