Sublime Forum

GitHub Sublime Text Theme

#1

GitHub Theme for Sublime Text! :tada:

:point_right: Link for Repository
:point_right: Link for Package Control

Activate the theme

You can active this theme from:

  1. Command Palette Tools → Command Palette or CMD/CTRL + SHIFT + P
  2. Typing UI: Select Theme next find for GitHub Theme and press ENTER
  3. Same process for scheme go to the Command Palette.
  4. Typing UI: Select Color Scheme choose you favorite scheme and press ENTER

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"
}
2 Likes