Skip to content

Instantly share code, notes, and snippets.

@marksy
Last active July 4, 2018 03:37
Show Gist options
  • Save marksy/a3b6a535769d6fa3379641a08967b6f8 to your computer and use it in GitHub Desktop.
Save marksy/a3b6a535769d6fa3379641a08967b6f8 to your computer and use it in GitHub Desktop.
SyncSettings for Sublime
{
"search_colors_in":
{
"all_content":
{
"color_highlighters":
{
"color_scheme":
{
"enabled": true,
"highlight_style": "filled"
},
"gutter_icons":
{
"enabled": true,
"icon_style": "circle"
},
"phantoms":
{
"enabled": true,
"length": 2,
"style": "inline"
}
},
"enabled": true
},
"hover":
{
"color_highlighters":
{
"color_scheme":
{
"enabled": false,
"highlight_style": "filled"
},
"gutter_icons":
{
"enabled": false,
"icon_style": "circle"
},
"phantoms":
{
"enabled": false,
"length": 2,
"style": "right"
}
},
"enabled": false
},
"selection":
{
"color_highlighters":
{
"color_scheme":
{
"enabled": false,
"highlight_style": "filled"
},
"gutter_icons":
{
"enabled": false,
"icon_style": "circle"
},
"phantoms":
{
"enabled": false,
"length": 2,
"style": "right"
}
},
"enabled": false
}
}
}
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"A File Icon",
"Boxy Theme",
"Boxy Theme Addon - Font Face",
"Boxy Theme Addon - Widget Font Size",
"Emmet",
"HTML-CSS-JS Prettify",
"One Dark Material - Theme",
"Package Control",
"SCSS",
"SublimeGit",
"Sync Settings",
"Vue Syntax Highlight"
]
}
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Nova.tmTheme",
"fade_fold_buttons": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "Default.sublime-theme",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment