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