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

Github Color Theme

by AlexanderEkdahl ALL Trending

Similar syntax highlighting to GitHub

Details

  • 2017.05.15.05.44.28
  • github.​com
  • github.​com
  • 6 years ago
  • 2 hours ago
  • 10 years ago

Installs

  • Total 50K
  • Win 24K
  • Mac 15K
  • Linux 10K
Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7
Windows 9 9 11 10 6 10 8 9 7 6 5 5 6 7 9 9 8 4 4 8 8 7 7 13 8 6 4 7 9 7 9 8 8 9 8 5 6 8 8 3 7 8 6 6 9 9
Mac 4 0 7 1 4 1 5 6 2 2 5 1 8 0 1 4 4 0 2 2 1 1 0 6 3 3 0 2 3 2 2 3 2 1 6 5 0 5 2 3 3 2 1 2 2 5
Linux 0 1 2 0 2 2 1 1 1 1 3 3 1 5 3 1 2 1 2 2 1 1 3 0 1 1 2 1 0 1 0 1 2 3 1 4 0 0 0 4 1 4 3 1 2 0

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.