Created
October 8, 2015 16:40
-
-
Save marulango/8ced323a2a2f135ff5a2 to your computer and use it in GitHub Desktop.
Por si a alguien le interesa: Mi configuración de ST3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
Muchas gracias! :)
comparto el mio :) espero les agrade .
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"draw_minimap_border": true,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"spacegray_sidebar_font_normal": true,
"spacegray_sidebar_tree_normal": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_large": true,
"tab_completion": false,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": true
}
Ok, ese tema se ve muy bien. Yo tengo Theme-Spaceblack es más oscuro y también se ve muy bien.
- Intalar Theme-Spaceblack
- Luego en su archivo de prederencias añadir:
- "theme": "Spaceblack.sublime-theme",
- "color_scheme": "Packages/Theme - Spaceblack/Color Schemes/Spaceblack.tmTheme",
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
Hola! Lo encuentras en Menú Preferencias -> Settings - User
Lo que tienes que hacer es copiar esta información json en el archivo que te abre sublime, y lo guardas.
:)