Skip to content

Commit

Permalink
Merge pull request #25 from TheSecEng/core/color-manager-overhaul
Browse files Browse the repository at this point in the history
Overhaul
  • Loading branch information
TerminalFi authored May 13, 2020
2 parents 3bebd73 + eed9a90 commit 3c29f74
Show file tree
Hide file tree
Showing 10 changed files with 139 additions and 1,387 deletions.
30 changes: 15 additions & 15 deletions Commands.sublime-commands
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"
}
}
}]
]
188 changes: 0 additions & 188 deletions color_manager.py

This file was deleted.

Loading

0 comments on commit 3c29f74

Please sign in to comment.