/github-sublime-theme

GitHub's Sublime Text themes

Primary LanguageTypeScriptMIT LicenseMIT

GitHub's Sublime Text themes

Project inspired on GitHub VS Code theme.

GitHub Sublime Text theme

Install

Package Control:

  1. Open Command Palette using menu item Tools → Command Palette or CMD/CTRL + SHIFT +P.
  2. Choose Package Control: Install Package.
  3. Type GitHub Theme and press ENTER.

Manually:

  1. Download latest release and unzip. it into your Packages folder.
  2. Go to Sublime Text → Preferences → Browse Packages.
  3. Move folder to inside and rename the folder to GitHub Theme.

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 Dark/Dimmed/Light and press ENTER
  3. Typing UI: Select Color Scheme choose you favorite scheme and press ENTER

Recommended Settings

To enjoy a better experience of using the GitHub Theme in your 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
}