Advertisement
urosevic

Sublime Text 3: Pretty Theme Sets

Jun 4th, 2015
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. // White
  2. // ST3 theme: https://github.com/karelvuong/st-primer
  3. // font: http://www.fontsquirrel.com/fonts/M-1m
  4. {
  5. "theme": "Primer.sublime-theme",
  6. "color_scheme": "Packages/User/SublimeLinter/primer.light2 (SL).tmTheme",
  7. "font_face": "M+ 1m regular",
  8. "font_size": 12,
  9. }
  10.  
  11. // Dark
  12. // ST3 theme: https://github.com/equinusocio/material-theme
  13. // font: https://github.com/tonsky/FiraCode
  14. {
  15. "theme": "Material-Theme.sublime-theme",
  16. "color_scheme": "Packages/User/SublimeLinter/Material-Theme (SL).tmTheme",
  17. "font_face": "Fira Code",
  18. "font_size": 11,
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement