Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.29 KB

GitHub Sublime Theme ("Classic" Theme)

GitHub Sublime theme forked from https://github.com/AlexanderEkdahl/github-sublime-theme. This fork retains the "classic" GitHub color scheme (see screenshot), which I personally find to be easier on the eyes than the current color scheme.

GithHub Sublime Theme

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/mgspross/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.