ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Github Color Theme

Similar syntax highlighting to GitHub

Details

  • 2017.05.15.05.44.28
  • github.​com
  • github.​com
  • 7 years ago
  • 55 minutes ago
  • 10 years ago

Installs

  • Total 52K
  • Win 25K
  • Mac 16K
  • Linux 11K
Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 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
Windows 2 4 4 3 6 2 3 3 4 4 3 7 3 2 4 6 5 6 2 3 3 5 5 7 2 7 4 3 1 8 5 8 5 3 6 10 7 10 7 7 4 4 6 4 4 9
Mac 1 0 1 2 0 2 1 1 0 5 3 3 1 1 1 3 4 0 5 1 2 2 2 3 0 1 2 3 1 2 4 3 1 0 0 4 4 0 4 1 0 1 3 1 11 2
Linux 0 0 2 1 3 1 0 0 1 0 1 3 0 1 1 1 2 1 1 3 0 1 1 1 2 1 1 1 0 1 0 1 0 2 4 5 2 2 0 0 2 1 1 1 2 1

Readme

Source
raw.​githubusercontent.​com

GitHub Sublime Theme

GithHub 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.