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

Git​Hub Theme

by mauroreisvieira ST3 Trending

GitHub's Sublime Text themes

Details

  • 3.0.6
    1.8.2
  • github.​com
  • github.​com
  • 1 month ago
  • 1 hour ago
  • 5 years ago

Installs

  • Total 56K
  • Win 28K
  • Mac 15K
  • Linux 13K
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 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1
Windows 7 7 14 13 10 5 11 8 3 5 7 14 11 10 13 11 6 9 11 14 12 17 3 8 10 13 24 18 11 14 3 7 9 16 12 10 6 4 14 18 12 10 10 12 7 14
Mac 4 5 6 5 2 5 8 5 4 4 5 8 7 10 8 2 3 7 9 3 5 5 1 3 2 15 9 7 11 7 11 7 6 11 11 9 2 4 5 7 7 9 6 4 6 3
Linux 5 3 11 5 6 6 2 4 6 2 6 7 4 6 5 1 5 5 7 6 5 5 3 6 6 12 3 7 4 5 8 6 8 6 4 9 6 6 6 4 11 5 6 6 4 2

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
    • GitHub Dark High Colorblind 🆕
    • GitHub Dark High Contrast 🆕
    • GitHub Light High Colorblind 🆕
    • GitHub Light High Contrast 🆕
  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
    • GitHub Dark High Colorblind 🆕
    • GitHub Dark High Contrast 🆕
    • GitHub Light High Colorblind 🆕
    • GitHub Light High Contrast 🆕
  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
}