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

Git​Hub Theme

GitHub's Sublime Text themes

Details

  • 2.7.0
    1.8.2
  • github.​com
  • github.​com
  • 1 year ago
  • 4 minutes ago
  • 4 years ago

Installs

  • Total 49K
  • Win 25K
  • Mac 13K
  • Linux 11K
Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 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
Windows 12 12 21 16 9 9 11 18 14 20 16 10 14 16 14 23 13 15 12 14 10 24 14 17 15 15 7 7 15 17 17 13 12 15 13 16 9 19 13 12 15 9 6 8 14 13
Mac 5 5 12 10 3 4 9 10 7 8 4 10 6 6 4 10 12 10 2 7 9 6 4 5 6 10 6 6 3 5 5 9 5 10 10 6 7 11 7 7 6 12 14 6 8 8
Linux 2 5 7 5 7 6 7 11 7 7 9 16 7 7 10 5 4 7 7 3 10 11 9 7 6 8 5 10 11 5 5 9 5 7 11 5 3 9 8 3 6 7 5 6 4 7

Readme

Source
raw.​githubusercontent.​com

GitHub's Sublime Text themes

Project inspired on GitHub VS Code theme.

GitHub Sublime Text theme

Install

Package Control:

  1. Open Command Palette using menu item Tools → Command Palette or CMD/CTRL + SHIFT +P.
  2. Choose Package Control: Install Package.
  3. Type GitHub Theme and press ENTER.

Manually:

  1. Download the latest release and unzip.
  2. Go to Sublime Text → Preferences → Browse Packages.
  3. Move folder inside and rename the folder to GitHub Theme.

Activate the Theme

You can activate available themes from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P
  2. Typing UI: Select Theme next find for your favorite theme:
    • GitHub Adaptive 🆕
    • GitHub Dark
    • GitHub Dimmed
    • GitHub Light
  3. Finally press ENTER:

You can activate available schemes from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P
  2. Typing UI: Select Color Scheme choose you favorite scheme:
    • GitHub Dark
    • GitHub Dimmed
    • GitHub Light
  3. Finally press ENTER:

Additionally, there are also two older schemes.

  • GitHub Light Legacy
  • GitHub Dark Legacy

Note: They might not get updated frequently and are kept for legacy reasons.

Recommended Settings

To enjoy a better experience using this theme in Sublime Text, please check the following settings.

{
    "font_face": "Fira Code",
    "highlight_line": true,
    "margin": 20,
    "line_padding_bottom": 7,
    "line_padding_top": 7,
    "caret_extra_bottom": 12,
    "caret_extra_top": 12,
    "hide_tab_scrolling_buttons": true
}