-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: huge updated in theme settings.
- Loading branch information
1 parent
8b7e601
commit fd86af9
Showing
14 changed files
with
131 additions
and
6,801 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.