Skip to content

Commit 3c29f74

Browse files
authored
Merge pull request #25 from TheSecEng/core/color-manager-overhaul
Overhaul
2 parents 3bebd73 + eed9a90 commit 3c29f74

10 files changed

+139
-1387
lines changed

Commands.sublime-commands

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[
2-
{
3-
"caption": "Colored Comments: Generate Color Scheme File",
4-
"command": "colored_comments_theme_generator"
5-
},
6-
{
7-
"caption": "Colored Comments: Revert to Original Color Scheme File",
8-
"command": "colored_comments_theme_revert"
9-
},
10-
{
11-
"caption": "Colored Comments: Edit Settings",
12-
"command": "edit_settings",
13-
"args":
142
{
15-
"base_file": "${packages}/Colored Comments/colored_comments.sublime-settings",
16-
"default": "{\n\t$0\n}\n",
3+
"caption": "Colored Comments: Generate Color Scheme",
4+
"command": "colored_comments_theme_generator"
5+
},
6+
{
7+
"caption": "Colored Comments: Remove Generated Color Scheme",
8+
"command": "colored_comments_theme_revert"
9+
},
10+
{
11+
"caption": "Colored Comments: Settings",
12+
"command": "edit_settings",
13+
"args": {
14+
"base_file": "${packages}/Colored Comments/colored_comments.sublime-settings",
15+
"default": "{\n\t$0\n}\n"
16+
}
1717
}
18-
}]
18+
]

color_manager.py

-188
This file was deleted.

0 commit comments

Comments
 (0)