Skip to content

Instantly share code, notes, and snippets.

@techpeace
Created June 9, 2013 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techpeace/5745107 to your computer and use it in GitHub Desktop.
Save techpeace/5745107 to your computer and use it in GitHub Desktop.
[
{
"keys": ["alt+l"],
"command": "set_setting",
"args":
{
"setting": "color_scheme",
"value": "Packages/Color Scheme - Default/Eiffel.tmTheme"
}
},
{
"keys": ["alt+d"],
"command": "set_setting",
"args":
{
"setting": "color_scheme",
"value": "Packages/Color Scheme - Default/Monokai.tmTheme"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment