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.
- Host: GitHub
- URL: https://github.com/unknwon/sublime-sourcegraph-theme
- Owner: unknwon
- License: mit
- Created: 2016-08-12T18:09:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T19:08:55.000Z (almost 10 years ago)
- Last Synced: 2026-02-14T05:16:27.814Z (6 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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
...
```