Skip to content

Commit

Permalink
feat: huge updated in theme settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jan 18, 2019
1 parent 8b7e601 commit fd86af9
Show file tree
Hide file tree
Showing 14 changed files with 131 additions and 6,801 deletions.
20 changes: 12 additions & 8 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
[
{
"caption": "Meetio: Theme Activate",
"command": "mo_activate"
"caption": "Meetio: Edit Settings",
"command": "edit_settings", "args":
{
"base_file": "${packages}/Meetio/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": "Meetio: Edit Settings",
"command": "edit_settings", "args":
{
"base_file": "${packages}/Meetio/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": "Meetio: Theme Configuration",
"command": "edit_settings", "args":
{
"base_file": "${packages}/Meetio/Meetio-Theme.sublime-theme",
"default": "\n\n"
}
}
]
10 changes: 3 additions & 7 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,20 @@
"caption": "Meetio",
"children":
[
{
"caption": "Theme Activate",
"command": "mo_activate"
},
{ "caption": "-" },
{
"caption": "Edit Theme Settings",
"caption": "Edit Settings",
"command": "edit_settings", "args":
{
"base_file": "${packages}/Meetio/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": "Edit Scheme Settings",
"caption": "Theme Configuration",
"command": "edit_settings",
"args": {
"base_file": "${packages}/Meetio/Meetio Scheme.sublime-settings",
"base_file": "${packages}/Meetio/Meetio-Theme.sublime-theme",
"default": "{\n$0\n}\n"
}
},
Expand Down
3 changes: 0 additions & 3 deletions Meetio Scheme.sublime-settings

This file was deleted.

Loading

0 comments on commit fd86af9

Please sign in to comment.