GitHub Theme
GitHub's Sublime Text themes
Details
Installs
- Total 36K
- Win 18K
- Mac 10K
- Linux 8K
May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 15 | 9 | 15 | 11 | 10 | 24 | 13 | 14 | 21 | 12 | 17 | 13 | 17 | 15 | 16 | 15 | 20 | 10 | 8 | 15 | 12 | 11 | 17 | 16 | 12 | 15 | 24 | 17 | 14 | 10 | 10 | 7 | 22 | 13 | 22 | 18 | 17 | 14 | 20 | 15 | 21 | 17 | 12 | 21 | 16 | 23 |
Mac | 6 | 10 | 7 | 2 | 8 | 10 | 18 | 10 | 10 | 13 | 4 | 5 | 6 | 7 | 13 | 13 | 11 | 1 | 7 | 14 | 5 | 6 | 7 | 12 | 6 | 5 | 14 | 8 | 7 | 7 | 9 | 6 | 7 | 12 | 10 | 10 | 15 | 9 | 8 | 9 | 9 | 7 | 16 | 16 | 9 | 6 |
Linux | 6 | 7 | 10 | 3 | 3 | 6 | 11 | 9 | 11 | 7 | 7 | 3 | 7 | 5 | 11 | 5 | 7 | 4 | 4 | 8 | 4 | 6 | 10 | 8 | 6 | 10 | 7 | 10 | 5 | 4 | 3 | 9 | 2 | 9 | 7 | 7 | 9 | 8 | 9 | 8 | 5 | 4 | 3 | 9 | 10 | 2 |
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
}