Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // White
- // ST3 theme: https://github.com/karelvuong/st-primer
- // font: http://www.fontsquirrel.com/fonts/M-1m
- {
- "theme": "Primer.sublime-theme",
- "color_scheme": "Packages/User/SublimeLinter/primer.light2 (SL).tmTheme",
- "font_face": "M+ 1m regular",
- "font_size": 12,
- }
- // Dark
- // ST3 theme: https://github.com/equinusocio/material-theme
- // font: https://github.com/tonsky/FiraCode
- {
- "theme": "Material-Theme.sublime-theme",
- "color_scheme": "Packages/User/SublimeLinter/Material-Theme (SL).tmTheme",
- "font_face": "Fira Code",
- "font_size": 11,
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement