Skip to content

Commit

Permalink
feat: updated name of theme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Jan 23, 2019
1 parent c0de1b4 commit 5d120d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"caption": "Meetio: Theme Configuration",
"command": "edit_settings", "args":
{
"base_file": "${packages}/Meetio/Meetio-Theme.sublime-theme",
"default": "{\n \"variables\": {\n\n }\n}\n"
"base_file": "${packages}/Meetio/Meetio.sublime-theme",
"default": "{\n \"variables\": {\n\t\t$0\n\t}\n}\n"
}
}
]
4 changes: 2 additions & 2 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"caption": "Theme Configuration",
"command": "edit_settings",
"args": {
"base_file": "${packages}/Meetio/Meetio-Theme.sublime-theme",
"default": "{\n$0\n}\n"
"base_file": "${packages}/Meetio/Meetio.sublime-theme",
"default": "{\n \"variables\": {\n\t\t$0\n\t}\n}\n"
}
},
{ "caption": "-" },
Expand Down
File renamed without changes.

0 comments on commit 5d120d0

Please sign in to comment.