/Sublime-Configuration

Current configuration of Sublime Text packages and themes.

Sublime-Configuration

Current configuration of Sublime Text packages and themes.


Installs/References


Language Support

HTML

CSS

JavaScript


Code Styling/Helpers


Documentation Support


Linters


Version Control


Look & Feel

Themes

Color Schemes

Other


Preferences.sublime-settings for Seti UI Theme with Glacier Color Scheme

{
	"Seti_SB_bright": true,
	"Seti_SB_med": true,
	"Seti_bold_heading": true,
	"Seti_bold_slctdfile_labels": true,
	"Seti_bold_slctdtab_labels": true,
	"Seti_heading_font_12": true,
	"Seti_orange_label": true,
	"Seti_pad_3": true,
	"Seti_panel_nrml": true,
	"Seti_sb_small_padding": true,
	"Seti_sb_tree_tiny": true,
	"Seti_show_group_arrows": true,
	"Seti_sidebar_font_Hack": true,
	"Seti_sidebar_font_size_12": true,
	"caret_extra_bottom": 3,
	"caret_extra_top": 3,
	"caret_extra_width": 2,
	"font_face": "Consolas",
	"font_size": 10,
	"color_scheme": "Packages/Theme - Glacier/glacier.tmTheme",
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"spell_check": true,
	"theme": "Seti_orig.sublime-theme"
}

Preferences.sublime-settings for Oceanic Next Theme

{
	"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme",
	"font_face": "Consolas",
	"font_size": 10,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"line_padding_bottom": 1,
	"theme": "Oceanic Next.sublime-theme"
}

Written with StackEdit.

Doc inspired by https://github.com/JaredCubilla/sublime/blob/master/README.md