Advertisement
indiedevlop

Sublime Text - User

Jun 9th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "always_show_minimap_viewport": true,
  3. "bold_folder_labels": false,
  4. "font_options":
  5. [
  6. "gray_antialias"
  7. ],
  8. "ignored_packages":
  9. [
  10. "Vintage"
  11. ],
  12. "indent_guide_options":
  13. [
  14. "draw_normal",
  15. "draw_active"
  16. ],
  17. "line_padding_bottom": 3,
  18. "line_padding_top": 3,
  19. "overlay_scroll_bars": "enabled",
  20. "theme": "gruvbox (Dark) (Hard).sublime-theme",
  21. "color_scheme": "Packages/gruvbox/gruvbox (Dark) (Hard).tmTheme",
  22. "gruvbox_accent_aqua": true,
  23. "gruvbox_statusbar_xxs": true, // v 20
  24. "gruvbox_folder_icons_spacegray": true,
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement