-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from TheSecEng/core/color-manager-overhaul
Overhaul
- Loading branch information
Showing
10 changed files
with
139 additions
and
1,387 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,18 +1,18 @@ | ||
[ | ||
{ | ||
"caption": "Colored Comments: Generate Color Scheme File", | ||
"command": "colored_comments_theme_generator" | ||
}, | ||
{ | ||
"caption": "Colored Comments: Revert to Original Color Scheme File", | ||
"command": "colored_comments_theme_revert" | ||
}, | ||
{ | ||
"caption": "Colored Comments: Edit Settings", | ||
"command": "edit_settings", | ||
"args": | ||
{ | ||
"base_file": "${packages}/Colored Comments/colored_comments.sublime-settings", | ||
"default": "{\n\t$0\n}\n", | ||
"caption": "Colored Comments: Generate Color Scheme", | ||
"command": "colored_comments_theme_generator" | ||
}, | ||
{ | ||
"caption": "Colored Comments: Remove Generated Color Scheme", | ||
"command": "colored_comments_theme_revert" | ||
}, | ||
{ | ||
"caption": "Colored Comments: Settings", | ||
"command": "edit_settings", | ||
"args": { | ||
"base_file": "${packages}/Colored Comments/colored_comments.sublime-settings", | ||
"default": "{\n\t$0\n}\n" | ||
} | ||
} | ||
}] | ||
] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.