# sublime-sourcegraph-theme **Repository Path**: mirrors_unknwon/sublime-sourcegraph-theme ## Basic Information - **Project Name**: sublime-sourcegraph-theme - **Description**: Sourcegraph Color Scheme for SublimeText 3. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ... ```