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

https://github.com/unknwon/sublime-sourcegraph-theme

Sourcegraph Color Scheme for SublimeText 3.
https://github.com/unknwon/sublime-sourcegraph-theme

Last synced: 5 months ago
JSON representation

Sourcegraph Color Scheme for SublimeText 3.

Awesome Lists containing this project

README

          

# Sourcegraph Theme For Sublime Text 3

This color scheme is mostly based on https://sourcegraph.com with minor modifications, and works best with `Boxy Yesterday` theme and coding in Go.

![](https://cloud.githubusercontent.com/assets/2946214/17632785/0b44066a-607f-11e6-8a77-e42a652db037.png)

Custom options to adjust `Boxy Yesterday` theme:

```json
...
"theme": "Boxy Yesterday.sublime-theme",
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"soda_folder_icons": true,
"theme_accent_blue": true,
"theme_bar": true,
"theme_find_panel_close_hidden": true,
"theme_quick_panel_size_xs": true,
"theme_sidebar_size_sm": true,
"theme_size_md": true,
"theme_tab_selected_filled": true,
"theme_tab_selected_label_bold": true,
"theme_tab_separator": true,
"theme_tab_size_lg": true
...
```