https://github.com/gbbr/sublime-github-theme-go
GitHub Theme for Sublime Text 2
https://github.com/gbbr/sublime-github-theme-go
Last synced: about 2 months ago
JSON representation
GitHub Theme for Sublime Text 2
- Host: GitHub
- URL: https://github.com/gbbr/sublime-github-theme-go
- Owner: gbbr
- Created: 2014-08-16T22:20:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T23:56:38.000Z (over 10 years ago)
- Last Synced: 2025-01-28T01:15:24.719Z (4 months ago)
- Size: 270 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Github Theme for Sublime Text 2
===============================It's mainly focused on making Go(lang) source files look like on Git. Will amend to support JS as well.
### Screenshot

### Installation
`cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/github-sublime-theme-master/ && git clone https://github.com/gbbr/sublime-github-theme-go.git`### Extras
This will make your IDE look exactly like GitHub (if you're a weirdo like that).
You might also want to do the following in your settings (Cmd+,):```json
{
"font_face": "Consolas",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"line_padding_bottom": 1.5,
"line_padding_top": 1.5
}
```Regards to original theme @ [Alexander Ekdahl](https://github.com/AlexanderEkdahl/github-sublime-theme)