- Install ''Package Control'': Press and paste: import urllib2,os; pf='Package Control.sublime-package'; ipp=sublime.installed_packages_path(); os.makedirs(ipp) if not os.path.exists(ipp) else None; urllib2.install_opener(urllib2.build_opener(urllib2.ProxyHandler())); open(os.path.join(ipp,pf),'wb').write(urllib2.urlopen('http://sublime.wbond.net/'+pf.replace(' ','%20')).read()); print 'Please restart Sublime Text to finish installation' and restart Sublime. INFO: http://wbond.net/sublime_packages/package_control/installation - Install ''Soda'' theme: - Press , select ''Package Control: Install Package'' and install ''Theme - Soda''. - Open your User Settings Preferences file ''Sublime Text 2'' -> ''Preferences'' -> ''Settings - User'' - Add (or update) your theme entry to be ''"theme": "Soda Light.sublime-theme"'' or ''"theme": "Soda Dark.sublime-theme"'': { "theme": "Soda Dark.sublime-theme" } ==== Final config ==== { "auto_complete_commit_on_tab": true, "bold_folder_labels": true, "caret_style": "phase", "color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme", "ensure_newline_at_eof_on_save": true, "file_exclude_patterns": [ ".tags*" ], "font_face": "Inconsolata Bold", "font_size": 14, "highlight_line": true, "highlight_modified_tabs": true, "ignored_packages": [ "Vintage" ], "indent_guide_options": ["draw_active"], "rulers": [80], "scroll_past_end": true, "theme": "Soda Dark.sublime-theme", "trim_trailing_white_space_on_save": true, "word_wrap": false }