Guest User

Untitled

a guest
May 20th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. PLUGINS:
  2. Emmet
  3. SASS
  4. Gist
  5. AutoFileName
  6. SideBar Enhancements
  7. BracketHighlighter
  8. livereload
  9. PackageResourceViewer
  10. Color Highlighter
  11.  
  12.  
  13. 'Node.sublime-build':
  14. {
  15. "cmd": ["node", "$file"],
  16. "selector": "source.js"
  17. }
  18.  
  19.  
  20. KEY BINDINGS:
  21. [
  22. { "keys": ["alt+shift+f"], "command": "reindent" },
  23. ]
  24.  
  25.  
  26. PREFERENCES:
  27. {
  28. "color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
  29. "draw_white_space": "all",
  30. "fold_buttons": true,
  31. "font_size": 14,
  32. "highlight_line": true,
  33. "ignored_packages":
  34. [
  35. "Vintage"
  36. ],
  37. "line_padding_bottom": 2,
  38. "line_padding_top": 2,
  39. "margin": 0,
  40. "tab_size": 2,
  41. "theme": "Adaptive.sublime-theme",
  42. "word_wrap": false,
  43. }
  44.  
  45.  
  46. SIDEBAR TEXT SIZE INCREASE:
  47. install PackageResourceViewer
  48. PackageResourceViewer: open resource
  49. file OneDarkMaterial.sublime-theme
  50. find title "sidebar_label:"
  51. add rule: "font.size": 16,
Add Comment
Please, Sign In to add comment