GitHub Theme
GitHub's Sublime Text themes
Details
Installs
- Total 57K
- Win 28K
- Mac 15K
- Linux 13K
| Oct 28 | Oct 27 | Oct 26 | Oct 25 | 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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 10 | 10 | 9 | 5 | 7 | 3 | 6 | 5 | 7 | 5 | 4 | 17 | 9 | 11 | 13 | 11 | 6 | 8 | 13 | 3 | 10 | 4 | 4 | 3 | 7 | 7 | 8 | 13 | 12 | 9 | 9 | 7 | 4 | 6 | 14 | 5 | 6 | 7 | 6 | 11 | 15 | 6 | 5 | 7 | 7 | 14 |
| Mac | 4 | 9 | 1 | 1 | 2 | 7 | 7 | 2 | 3 | 6 | 4 | 5 | 2 | 7 | 5 | 6 | 3 | 3 | 5 | 8 | 2 | 7 | 4 | 5 | 4 | 5 | 6 | 5 | 3 | 4 | 6 | 5 | 7 | 5 | 10 | 6 | 5 | 2 | 7 | 6 | 4 | 8 | 13 | 4 | 5 | 6 |
| Linux | 6 | 3 | 3 | 4 | 3 | 4 | 6 | 5 | 6 | 5 | 8 | 4 | 5 | 6 | 4 | 5 | 4 | 2 | 4 | 5 | 13 | 5 | 8 | 7 | 7 | 4 | 5 | 7 | 5 | 6 | 2 | 2 | 5 | 6 | 4 | 5 | 2 | 5 | 8 | 6 | 6 | 9 | 3 | 5 | 3 | 11 |
Readme
- Source
- raw.githubusercontent.com
GitHub's Sublime Text themes
Project inspired on GitHub VS Code theme.

Install
Package Control:
- Open
Command Paletteusing menu itemTools → Command PaletteorCMD/CTRL+SHIFT+P. - Choose
Package Control: Install Package. - Type
GitHub Themeand pressENTER.
Manually:
- Download the latest release and unzip.
- Go to
Sublime Text → Preferences → Browse Packages. - Move folder inside and rename the folder to
GitHub Theme.
Activate the Theme
You can activate available themes from:
- Command Palette
Tools → Command PaletteorCMD/CTRL+SHIFT+P - Typing
UI: Select Themenext find for your favorite theme:GitHub AdaptiveGitHub DarkGitHub DimmedGitHub LightGitHub Dark High Colorblind🆕GitHub Dark High Contrast🆕GitHub Light High Colorblind🆕GitHub Light High Contrast🆕
- Finally press
ENTER:
You can activate available schemes from:
- Command Palette
Tools → Command PaletteorCMD/CTRL+SHIFT+P - Typing
UI: Select Color Schemechoose you favorite scheme:GitHub DarkGitHub DimmedGitHub LightGitHub Dark High Colorblind🆕GitHub Dark High Contrast🆕GitHub Light High Colorblind🆕GitHub Light High Contrast🆕
- Finally press
ENTER:
Additionally, there are also two older schemes.
GitHub Light LegacyGitHub 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
}