Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Better Sublime with better User Preferences.

Sublime is a highly customizable text editor and with custom settings, you can make it totally yours. Here are my preferences as a developer that makes my Sublime my own.

{
	"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
	"font_face": "DejaVu Sans Mono",
	"font_size": 11.0,
	"ignored_packages":
	[
	"Vintage"
	],
	"theme": "Nil.sublime-theme",
	"font_options": ["subpixel_antialias"],
	"line_padding_bottom": 2,
	"line_padding_top": 2,
	"indent_to_bracket": true,
	"draw_minimap_border": true,
	"highlight_line": true
}

The font family is Dejavu Sans which can be downloaded from here.

The Color scheme used is one of the Tomorrow Color Schemes for Sublime Package. You can find it in Package Control.

The Theme that I am using is Nil Theme. The theme can also be installed via Package Control.

For more customization, you can always refer to the Default Sublime Settings and make the necessary changes in your User Preferences.




This post first appeared on ARHAM – A Little Bit Of Everything…, please read the originial post: here

Share the post

Better Sublime with better User Preferences.

×

Subscribe to Arham – A Little Bit Of Everything…

Get updates delivered right to your inbox!

Thank you for your subscription

×