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
}
@cruzrovira
Copy link

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
}

@AlexNaupay
Copy link

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",

@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