Skip to content

Instantly share code, notes, and snippets.

@sourcerebels
Created December 9, 2017 20:26
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 sourcerebels/67de63094d145a5635d95f0b7c74ef50 to your computer and use it in GitHub Desktop.
Save sourcerebels/67de63094d145a5635d95f0b7c74ef50 to your computer and use it in GitHub Desktop.
  • Predawn theme
  • Bracket highlighter
  • Dockerfile syntax highlighting
{
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"font_size": 14,
"highlight_line": true,
"font_options": [
"gray_antialias"
],
"ignored_packages":
[
"Vintage"
],
"draw_indent_guides": false,
"line_padding_bottom": 3,
"line_paddint_top": 3,
"match_brackets": false,
"match_brackets_angle": false,
"match_brackets_braces": false,
"match_brackets_content": false,
"match_brackets_square": false,
"match_tags": false,
"predawn_sidebar_folder_gray": true,
"predawn_sidebar_large": true,
"predawn_tabs_active_underline": true,
"predawn_tabs_large": true,
"theme": "predawn-DEV.sublime-theme",
"overlay_scroll_bars": "enabled"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment