Skip to content

Commit

Permalink
feat: Add Material Theme to Preferences > Package Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Aug 8, 2016
1 parent cdcf2f1 commit 4b5af86
Showing 1 changed file with 35 additions and 28 deletions.
63 changes: 35 additions & 28 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,41 +1,48 @@
[
{
"id": "tools",
"id": "preferences",
"children":
[
{

"caption": "Material Theme",
"caption": "Package Settings",
"id": "package-settings",
"children":
[
{
"caption": "Material Theme Config",
"command": "mt_config"
},
{
"caption": "Settings",
"command": "edit_settings", "args":
{
"base_file": "${packages}/Material Theme/Preferences.sublime-settings",
"default": "// Settings in here override those in \"Default/Preferences.sublime-settings\",\n// and are overridden in turn by syntax-specific settings.\n{\n\t$0\n}\n"
}
},
{ "caption": "-" },
{
"caption": "GitHub Issues",
"command": "mt_issues"
},
{ "caption": "-" },
{
"caption": "Changelog",
"command": "mt_changes"
},
{
"caption": "Theme Info",
"command": "mt_info"
"caption": "Material Theme",
"children":
[
{
"caption": "Material Theme Config",
"command": "mt_config"
},
{
"caption": "Settings",
"command": "edit_settings", "args":
{
"base_file": "${packages}/Material Theme/Preferences.sublime-settings",
"default": "// Settings in here override those in \"Default/Preferences.sublime-settings\",\n// and are overridden in turn by syntax-specific settings.\n{\n\t$0\n}\n"
}
},
{ "caption": "-" },
{
"caption": "GitHub Issues",
"command": "mt_issues"
},
{ "caption": "-" },
{
"caption": "Changelog",
"command": "mt_changes"
},
{
"caption": "Theme Info",
"command": "mt_info"
}
]

}
]

]
}
]
}
Expand Down

0 comments on commit 4b5af86

Please sign in to comment.