GitHub Theme
GitHub's Sublime Text themes
Details
Installs
- Total 57K
- Win 28K
- Mac 15K
- Linux 13K
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 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 3 | 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 | 13 | 10 | 5 | 11 | 8 | 3 | 5 | 7 | 14 | 11 | 10 | 13 | 11 | 6 | 9 | 11 | 14 | 12 | 17 | 3 |
Mac | 1 | 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 | 5 | 2 | 5 | 8 | 5 | 4 | 4 | 5 | 8 | 7 | 10 | 8 | 2 | 3 | 7 | 9 | 3 | 5 | 5 | 1 |
Linux | 5 | 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 | 5 | 6 | 6 | 2 | 4 | 6 | 2 | 6 | 7 | 4 | 6 | 5 | 1 | 5 | 5 | 7 | 6 | 5 | 5 | 3 |
Readme
- Source
- raw.githubusercontent.com
GitHub's Sublime Text themes
Project inspired on GitHub VS Code theme.
Install
Package Control:
- Open
Command Palette
using menu itemTools → Command Palette
orCMD/CTRL
+SHIFT
+P
. - Choose
Package Control: Install Package
. - Type
GitHub Theme
and 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 Palette
orCMD/CTRL
+SHIFT
+P
- 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
🆕
- Finally press
ENTER
:
You can activate available schemes from:
- Command Palette
Tools → Command Palette
orCMD/CTRL
+SHIFT
+P
- 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
🆕
- 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
}