Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauroreisvieira/github-sublime-theme
GitHub's Sublime Text themes
https://github.com/mauroreisvieira/github-sublime-theme
dark light sublime-text theme
Last synced: 5 days ago
JSON representation
GitHub's Sublime Text themes
- Host: GitHub
- URL: https://github.com/mauroreisvieira/github-sublime-theme
- Owner: mauroreisvieira
- License: mit
- Created: 2020-05-28T11:28:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T21:00:13.000Z (over 1 year ago)
- Last Synced: 2024-08-01T19:48:37.246Z (3 months ago)
- Topics: dark, light, sublime-text, theme
- Language: TypeScript
- Homepage:
- Size: 5.18 MB
- Stars: 165
- Watchers: 7
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# GitHub's Sublime Text themes
**Project inspired on [GitHub VS Code theme](https://github.com/primer/github-vscode-theme).**
![GitHub Sublime Text theme](./assets/screen.png)
## 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 the latest release and unzip.
2. Go to `Sublime Text → Preferences → Browse Packages`.
3. Move folder inside and rename the folder to `GitHub Theme`.## Activate the Theme
**You can activate available themes from:**
1. Command Palette `Tools → Command Palette` or `CMD/CTRL` + `SHIFT` + `P`
2. Typing `UI: Select Theme` next find for your favorite theme:
- `GitHub Adaptive` 🆕
- `GitHub Dark`
- `GitHub Dimmed`
- `GitHub Light`
3. Finally press `ENTER`:**You can activate available schemes from:**
1. Command Palette `Tools → Command Palette` or `CMD/CTRL` + `SHIFT` + `P`
2. Typing `UI: Select Color Scheme` choose you favorite scheme:
- `GitHub Dark`
- `GitHub Dimmed`
- `GitHub Light`
3. 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.
```json
{
"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
}
```