Skip to content

Instantly share code, notes, and snippets.

@marulango
Created October 8, 2015 16:40
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 12 You must be signed in to fork a gist
  • Save marulango/8ced323a2a2f135ff5a2 to your computer and use it in GitHub Desktop.
Save marulango/8ced323a2a2f135ff5a2 to your computer and use it in GitHub Desktop.
Por si a alguien le interesa: Mi configuración de ST3
{
"bold_folder_labels": true,
"color_scheme": "Packages/Base16 Color Schemes/base16-ocean.dark.tmTheme",
"draw_white_space": "all",
"font_face": "Source Code Pro",
"font_size": 14,
"highlight_line": true,
"indent_to_bracket": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"show_transferred_text": true,
"smart_indent": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true
}
@juandc
Copy link

juandc commented Feb 28, 2016

Para html yo utilizo uno que se llama Dracula.
Pero para Python, js, etc. Utilizo Neon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment