From 3b5f787551b980daa17fdfc57688c7fe37b78dd9 Mon Sep 17 00:00:00 2001 From: TheSecEng Date: Sat, 7 Mar 2020 06:50:40 -0500 Subject: [PATCH] Fix Command spacing --- Commands.sublime-commands | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Commands.sublime-commands b/Commands.sublime-commands index f75610a..5331a21 100644 --- a/Commands.sublime-commands +++ b/Commands.sublime-commands @@ -1,6 +1,6 @@ [ { - "caption": "ColoredComments: Generate/Regenerate Color Theme File", + "caption": "Colored Comments: Generate/Regenerate Color Theme File", "command": "colored_comments_theme_generator" }, { @@ -8,7 +8,7 @@ "command": "edit_settings", "args": { - "base_file": "${packages}/ColoredComments/colored_comments.sublime-settings", + "base_file": "${packages}/Colored Comments/colored_comments.sublime-settings", "default": "{\n\t$0\n}\n", } }] \ No newline at end of file