Advertisement
shakhawatt

Sublime text material theme config

Sep 27th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.53 KB | None | 0 0
  1. {
  2.     "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
  3.     "font_face": "Consolas",
  4.     "font_options":
  5.     [
  6.         "no_italic",
  7.         "no_bold"
  8.     ],
  9.     "font_size": 16,
  10.     "ignored_packages":
  11.     [
  12.         "Vintage"
  13.     ],
  14.     "material_theme_accent_scrollbars": true,
  15.     "material_theme_accent_sky": true,
  16.     "material_theme_big_fileicons": true,
  17.     "material_theme_bold_tab": true,
  18.     "material_theme_bullet_tree_indicator": true,
  19.     "material_theme_contrast_mode": true,
  20.     "theme": "Material-Theme.sublime-theme",
  21.     "update_check": false
  22. }
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement