GitHub Theme
GitHub's Sublime Text themes
Details
Installs
- Total 49K
- Win 25K
- Mac 13K
- Linux 11K
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 | 1 | 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 | 14 | 12 | 19 | 11 | 12 | 12 | 12 | 12 | 6 | 12 | 19 | 15 | 24 | 12 | 9 | 9 |
Mac | 1 | 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 | 5 | 7 | 9 | 7 | 9 | 7 | 5 | 4 | 5 | 3 | 5 | 6 | 8 | 10 | 9 | 6 |
Linux | 0 | 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 | 3 | 9 | 11 | 9 | 8 | 6 | 8 | 5 | 8 | 6 | 2 | 9 | 10 | 5 | 6 | 12 |
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
- 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
- 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
}