An open API service indexing awesome lists of open source software.

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

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

![Theme screenshot](https://raw.githubusercontent.com/gbbr/sublime-github-theme-go/master/screenshot.png)

### 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)