Skip to content

Commit

Permalink
fix: path for images.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Oct 26, 2019
1 parent 791d2cf commit 4c6ff75
Show file tree
Hide file tree
Showing 34 changed files with 677 additions and 847 deletions.
6 changes: 3 additions & 3 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
"id": "package-settings",
"children": [
{
"caption": "Meetio-Theme",
"caption": "Meetio Theme",
"children": [
{
"caption": "Edit Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/Meetio-Theme/Preferences.sublime-settings",
"base_file": "${packages}/Meetio 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": "Theme Configuration",
"command": "edit_settings",
"args": {
"base_file": "${packages}/Meetio-Theme/Meetio-Theme.sublime-theme",
"base_file": "${packages}/Meetio Theme/Meetio Theme.sublime-theme",
"default": "{\n \"variables\": {\n\t\t$0\n\t}\n}\n"
}
},
Expand Down
Loading

0 comments on commit 4c6ff75

Please sign in to comment.