Skip to content

Instantly share code, notes, and snippets.

@samarpanda
Last active August 29, 2015 14:22
Show Gist options
  • Save samarpanda/dfb13466703174c8e4fd to your computer and use it in GitHub Desktop.
Save samarpanda/dfb13466703174c8e4fd to your computer and use it in GitHub Desktop.

User/Preferences.sublime-settings [New]

{
	"caret_extra_bottom": 3,
	"caret_extra_top": 3,
	"caret_extra_width": 2,
	"color_scheme": "Packages/User/SublimeLinter/Seti (SL).tmTheme",
	"font_size": 13,
	"highlight_line": true,
	"overlay_scroll_bars": "enabled",
	"theme": "Seti.sublime-theme"
}

User/Preferences.sublime-settings [Previous]

{
	"color_scheme": "Packages/User/Monokai (SL).tmTheme",
	"font_size": 13,
	"ignored_packages":
	[
		"Vintage"
	]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment