Skip to content

Instantly share code, notes, and snippets.

@ryanlabouve
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save ryanlabouve/8826524 to your computer and use it in GitHub Desktop.

Select an option

Save ryanlabouve/8826524 to your computer and use it in GitHub Desktop.
Sublime Settings
// Install Package: Theme - Spacegray
// Install Package: Base16 Color Scheme
// Install Package: Theme - Flatland https://github.com/thinkpixellab/flatland
// Install Package: Block Cursor Everywhere
// Install Package: Emmet
// Install Package: Sass
// Install Package: Sublime ERB
// Install Package: ERB Snippets
// Install Package: Autofilename
// Install Package: Gutter Color
// Chang Default Sublime Icon
// http://cl.ly/Lp3Q
// Good Resources for additional customization information:
// http://net.tutsplus.com/tutorials/python-tutorials/how-to-create-a-sublime-text-2-plugin/
// http://webdesign.tutsplus.com/articles/simple-visual-enhancements-for-better-coding-in-sublime-text--webdesign-18052
// http://blog.alexmaccaw.com/sublime-text
// http://vincentp.me/blog/sublime-text-setup/
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"flatland_square_tabs": true,
"font_face": "Inconsolata",
"font_size": 19.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 0.8,
"line_padding_top": 0.8,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment