Skip to content

Instantly share code, notes, and snippets.

@liunian
Last active August 15, 2018 07:39
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 liunian/d543ce7c1f01038091d31d5ac7c89067 to your computer and use it in GitHub Desktop.
Save liunian/d543ce7c1f01038091d31d5ac7c89067 to your computer and use it in GitHub Desktop.
SublimtText settings
{
"caret_extra_bottom": 2,
"caret_extra_toop": 3,
"caret_extra_width": 3,
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"font_size": 15,
"highlight_line": true,
"ignored_packages": [
"Vintage"
],
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"theme": "Cobalt2.sublime-theme",
"highlight_line": true,
"indent_guide_options": [
"draw_normal",
"draw_active"
],
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"wide_caret": true,
"caret_extra_top": 2,
"caret_style": "phase",
"bold_folder_labels": true
}
{
"caret_extra_bottom": 3,
"caret_extra_toop": 3,
"caret_extra_width": 3,
"color_scheme": "Packages/Theme - Phoenix/Color Scheme/Phoenix Dark Orange.tmTheme",
"font_size": 15,
"highlight_liine": true,
"ignored_packages":
[
"Theme - Cobalt2",
"Vintage"
],
"overlay_scroll_bars": "enabled",
"phoenix_color_expanded_folder": true,
"phoenix_color_orange": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_eighties": true,
"phoenix_highlight_current_tab": true,
"phoenix_sidebar_tree_large": true,
"phoenix_solid_current_tab": true,
"show_encoding": true,
"theme": "Phoenix Dark.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment