Skip to content

Commit b494158

Browse files
committed
added the ability to modify color schemes
will do so on the first run (installation)
1 parent 1fc9675 commit b494158

File tree

4 files changed

+68
-3846
lines changed

4 files changed

+68
-3846
lines changed

Default.sublime-commands

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[{ "caption": "Add Colorcode to current color scheme",
2+
"command": "colorshemeemodifier"
3+
}]

Main.sublime-menu

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
[{ "caption": "Preferences",
1+
[{ "caption": "Tools",
2+
"id": "tools",
3+
"children":
4+
[{ "caption": "Packages",
5+
"id": "packages",
6+
"children":
7+
[{ "caption": "Colorcoder",
8+
"id": "Colorcoder-com",
9+
"children":
10+
[{ "caption": "Add Colorcode to current color scheme",
11+
"command": "colorshemeemodifier"
12+
}]
13+
}]
14+
}]
15+
},{ "caption": "Preferences",
216
"mnemonic": "n",
317
"id": "preferences",
418
"children":

0 commit comments

Comments
 (0)