Last active
December 11, 2015 18:39
-
-
Save harit-sunrun/4643268 to your computer and use it in GitHub Desktop.
Make you Sublime look beautiful
This file contains hidden or 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
Show hidden characters
Install this theme http://buymeasoda.github.com/soda-theme/ | |
and http://www.levien.com/type/myfonts/Inconsolata.otf font | |
then make changes in your Sublime Text -> Preferences -> Settings - User as following | |
{ | |
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme", | |
"font_face": "Inconsolata-dz", | |
"font_size": 12.0, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"theme": "Soda Light.sublime-theme" | |
} | |
save and done! | |
Image : http://i.imgur.com/P4pM01h.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment