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
  • 5 minutes ago
  • 5 years ago

Installs

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

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
}