GitHub Theme for Sublime Text!
Link for Repository
Link for Package Control
Activate the theme
You can active this theme from:
- Command Palette
Tools → Command Palette
orCMD/CTRL
+SHIFT
+P
- Typing
UI: Select Theme
next find forGitHub Theme
and pressENTER
- Same process for scheme go to the Command Palette.
- Typing
UI: Select Color Scheme
choose you favorite scheme and pressENTER
Manually you can go to (Preferences → Settings - User) and paste the following code:
{
"color_scheme": "Packages/GitHub Theme/schemes/GitHub Light.sublime-color-scheme",
"theme": "GitHub-Theme.sublime-theme"
}