Skip to content

Instantly share code, notes, and snippets.

@hoangddt
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hoangddt/375217af6bee1edbc7f1 to your computer and use it in GitHub Desktop.
Save hoangddt/375217af6bee1edbc7f1 to your computer and use it in GitHub Desktop.
UI setting for use Seti_UI
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
{
"theme": "Seti.sublime-theme",
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"caret_extra_width": 2, // to have a wider/thicker caret
"caret_extra_bottom": 3, // to make the caret = to the line height (the theme currently support 0,3,5)
"caret_extra_top": 3,
"overlay_scroll_bars": "enabled", // to show scrollbars only when scrolling
"highlight_line": true, // to highlight the current line
"ignored_packages":
[
"Vintage"
],
"theme": "Seti.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment