Github Color Theme
Similar syntax highlighting to GitHub
Details
Installs
- Total 54K
- Win 26K
- Mac 16K
- Linux 11K
Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 4 | 2 | 2 | 4 | 0 | 4 | 3 | 1 | 2 | 2 | 2 | 2 | 0 | 2 | 5 | 1 | 5 | 1 | 5 | 7 | 1 | 2 | 1 | 4 | 4 | 1 | 2 | 4 | 3 | 4 | 2 | 4 | 5 | 4 | 5 | 2 | 3 | 5 | 1 | 3 | 3 | 3 | 6 | 3 | 3 |
Mac | 0 | 2 | 0 | 0 | 1 | 3 | 1 | 1 | 0 | 0 | 1 | 3 | 2 | 3 | 1 | 0 | 1 | 0 | 3 | 2 | 1 | 2 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 2 | 2 | 0 | 2 | 2 | 1 | 1 | 2 | 2 | 1 | 1 | 2 | 7 | 0 | 2 | 0 | 0 |
Linux | 2 | 2 | 0 | 2 | 1 | 0 | 1 | 1 | 1 | 0 | 0 | 4 | 0 | 2 | 0 | 1 | 1 | 0 | 2 | 2 | 1 | 2 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 1 | 4 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 2 | 1 | 4 | 0 | 1 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
GitHub Sublime Theme
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 GitHub Color theme
. Click enter and the theme should
be installed.
Using Git
Locate your Sublime Text 2 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/AlexanderEkdahl/github-sublime-theme.git
Download Manually
- Download the files using the GitHub .zip download option
- Unzip the files
- Copy the folder to your Sublime Text 2
Packages
directory
Activating the color theme
Preferences -> Color Scheme -> GitHub
.
Bonus Options
If you want even more GitHub likeness you can add the following to your user settings
{
"font_size": 12.2,
"font_face": "Courier",
"font_options": ["subpixel_antialias"],
"line_padding_bottom": 1,
"line_padding_top": 1
}
Contributing
All contributions are welcome. Ruby, Haskell and HTML highlighting are almost identical to the GitHub highlighting.