Skip to content

Instantly share code, notes, and snippets.

@Jonathan-Rosewood
Last active March 1, 2018 20:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jonathan-Rosewood/8ea5244197bc018d21caf94ddf96c6c8 to your computer and use it in GitHub Desktop.
Save Jonathan-Rosewood/8ea5244197bc018d21caf94ddf96c6c8 to your computer and use it in GitHub Desktop.
sublime text 3 config
{
"tab_size": 4,
"translate_tabs_to_spaces": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"overlay_scroll_bars" : "enabled",
"highlight_line" : true,
"highlight_modified_tabs" : true,
"trim_trailing_white_space_on_save" : true,
"line_padding_top" : 3,
"line_padding_bottom" : 3,
"always_show_minimap_viewport" : true,
"bold_folder_labels" : true,
"indent_guide_options" : [ "draw_normal", "draw_active" ], // Highlight active indent
"font_options" : [ "gray_antialias" ], // On retina Mac & Windows
"ignored_packages":
[
"Vintage"
],
"theme": "Material-Theme-Darker.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"material_theme_small_tab" : false , // Set small tabs
"material_theme_small_statusbar" : false , // Set small status bar
"material_theme_disable_fileicons" : false , // Hide sidebar file type icons
"material_theme_disable_folder_animation" : false , // Disable folder animation
"material_theme_disable_tree_indicator" : false , // Disable sidebar file indicator
"material_theme_compact_sidebar" : false , // Set compact side bar
"material_theme_compact_panel" : false , // Set minimal padding for the search panel
"material_theme_bold_tab" : true , // Make the tab labels bolder
"material_theme_tabs_separator" : true , // Show tabs separator, this disables tab hover animation
"material_theme_panel_separator" : true , // show bottom panel separator
"material_theme_tabs_autowidth" : true , // Enable autowidth for tabs
"material_theme_contrast_mode" : true , // Enable sidebar and panels contrast mode
"material_theme_accent_lime" : false , // set green lime accent color
"material_theme_accent_purple" : false , // set purple accent color
"material_theme_accent_red" : false , // set pale red accent color
"material_theme_accent_orange" : false , // set orange accent color
"material_theme_accent_yellow" : false , // set yellow accent color
"material_theme_accent_indigo" : true , // set indigo accent color
"material_theme_accent_pink" : false , // set pink accent color
"material_theme_accent_blue" : false , // set blue accent color
"material_theme_accent_cyan" : false , // set cyan accent color
"material_theme_accent_acid-lime" : false , // Set acid-lime accent color
"material_theme_accent_brba" : false , // Set Breaking Bad green accent color
"material_theme_accent_bright-teal" : false , // Set bright-teal accent color
"material_theme_accent_graphite" : false , // Set graphite accent color
"material_theme_accent_sky" : false , // Set bright-cyan accent color
"material_theme_accent_tomato" : false , // Set tomato red accent color
// If you use Material Theme - Appbar addon you can use additional settings:
"material_theme_tree_headings" : false , // Show sidebar headings
"material_theme_appbar_lime" : false,
"material_theme_appbar_orange" : false,
"material_theme_appbar_purple" : false,
"material_theme_appbar_red" : false,
"material_theme_appbar_yellow" : false,
"material_theme_appbar_indigo" : true,
"material_theme_appbar_pink" : false,
"material_theme_appbar_blue" : false,
"material_theme_appbar_cyan" : false,
"material_theme_appbar_charcoal" : false
}
@Jonathan-Rosewood
Copy link
Author

Updated to Material Theme v3.2.0 & Material Theme AppBar v1.2.3

@Jonathan-Rosewood
Copy link
Author

Jonathan-Rosewood commented Oct 19, 2016

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