quocvuongdn

#sublimetext: preferences config for st3 #materialtheme

Nov 23rd, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.01 KB | None | 0 0
  1. {
  2.     "always_show_minimap_viewport": true,
  3.     "bold_folder_labels": true,
  4.     "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
  5.     "draw_white_space": "all",
  6.     "fade_fold_buttons": false,
  7.     "font_face": "Monaco",
  8.     "font_options":
  9.     [
  10.         "gray_antialias",
  11.         "subpixel_antialias"
  12.     ],
  13.     "font_size": 10,
  14.     "highlight_line": true,
  15.     "highlight_modified_tabs": true,
  16.     "ignored_packages":
  17.     [
  18.         "PHP",
  19.         "Vintage"
  20.     ],
  21.     "indent_guide_options":
  22.     [
  23.         "draw_normal",
  24.         "draw_active"
  25.     ],
  26.     "line_padding_bottom": 2,
  27.     "line_padding_top": 2,
  28.     "material_theme_accent_purple": true,
  29.     "material_theme_bold_tab": true,
  30.     "material_theme_contrast_mode": true,
  31.     "material_theme_panel_separator": true,
  32.     "material_theme_small_statusbar": true,
  33.     "material_theme_small_tab": true,
  34.     "material_theme_tabs_autowidth": true,
  35.     "material_theme_tabs_separator": true,
  36.     "overlay_scroll_bars": "enabled",
  37.     "tab_size": 4,
  38.     "theme": "Material-Theme.sublime-theme",
  39.     "translate_tabs_to_spaces": true,
  40.     "word_wrap": true
  41. }
Advertisement
Add Comment
Please, Sign In to add comment