Guest User

Untitled

a guest
Jan 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [
  2. // Copy this to your keybindings (Preferences > Key Bindings - User)
  3. // Change the keybinding, color schemes, themes, and fonts to your preferences
  4.  
  5. { "keys": ["alt+down"], "command": "toggle_color_scheme",
  6. "args": {
  7. "light_color_scheme": "Packages/User/SublimeLinter/Monokey (SL).tmTheme",
  8. "dark_color_scheme": "Packages/User/SublimeLinter/Monokey Dark.tmTheme",
  9. "light_theme": "Material-Theme-Lighter.sublime-theme",
  10. "dark_theme": "Material-Theme-Darker.sublime-theme",
  11. "light_theme_font": "Office Code Pro",
  12. "dark_theme_font": "Office Code Pro Light",
  13. }
  14. }
  15. ]
Add Comment
Please, Sign In to add comment