Skip to content

Instantly share code, notes, and snippets.

@ianmustafa
Last active September 26, 2020 00:44
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 13 You must be signed in to fork a gist
  • Save ianmustafa/524b5337ac122c6191aa to your computer and use it in GitHub Desktop.
Save ianmustafa/524b5337ac122c6191aa to your computer and use it in GitHub Desktop.
Konfigurasi Sublime Text 3 Favorit. Dikumpulkan dengan penuh ❤︎ oleh Ian Mustafa.

Konfigurasi Sublime Text 3 Favorit

Dikumpulkan dengan penuh ❤︎︎ oleh Ian Mustafa.

Konfigurasi

Bisa diakses melalui Ctrl+Shift+P (atau +Shift+P di Mac).

{
	"bold_folder_labels": true,
	"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
	"default_line_ending": "unix",
	"draw_white_space": "selection",
	"ensure_newline_at_eof_on_save": true,
	"findreplace_small": true,
	"font_face": "Fira Code",
	"font_options":
	[
		"subpixel_antialias"
	],
	"font_size": 15,
	"highlight_line": true,
	"ignored_packages":
	[
		"SublimeLinter-contrib-htmlhint",
		"SublimeLinter-contrib-jslint",
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"keymaps":
	{
		"show_pretty_keys": true
	},
	"line_numbers": false,
	"line_padding_bottom": 8,
	"line_padding_top": 8,
	"material_theme_accent_lime": true,
	"material_theme_compact_sidebar": true,
	"material_theme_small_statusbar": true,
	"material_theme_small_tab": true,
	"material_theme_tabs_autowidth": true,
	"overlay_scroll_bars": "enabled",
	"show_line_endings": true,
	"show_pretty_keys": true,
	"tabs_small": true,
	"theme": "Material-Theme-Darker.sublime-theme",
	"trim_trailing_white_space_on_save": false,
	"word_wrap": true
}

List Package

Beberapa package membutuhkan syarat agar bisa berjalan dengan baik. Silakan cek ke homepage dari masing-masing package.

@arifai
Copy link

arifai commented Jun 14, 2016

Bagaimana caranya disable Material Theme Appbar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment