Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 892 Bytes

File metadata and controls

44 lines (36 loc) · 892 Bytes

#SublimText-Settings

My personal Sublim Text settings

##Preferences.sublime-settings

{
	"color_scheme": "Packages/Predawn/predawn.tmTheme",
	"copy_with_empty_selection": false,
	"enable_tab_scrolling": false,
	"font_size": 8,
	"ignored_packages":
	[
		"Vintage"
	],
	"sidebar_xsmall": true,
	"tabs_medium": true,
	"theme": "predawn.sublime-theme",
	"word_wrap": true
}

FOR ALL DEV BUILDS 3062+ (Sublim Text 3) use,

"theme": "predawn-DEV.sublime-theme"

##Preferences.color-Highligther-user-settings

{
	"ha_style": "none",
	"ha_icons": true
}

##Pakages