forked from facelessuser/ColorHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Context.sublime-menu
23 lines (22 loc) · 1013 Bytes
/
Context.sublime-menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
* You can use the following snippet to enable the Context Menu.
*
* { "caption": "-", "id": "color_helper" },
* {
* "caption": "Color Helper",
* "children":
* [
* { "caption": "Color Info", "command": "color_helper", "args": { "mode": "info" } },
* { "caption": "Color Palettes", "command": "color_helper", "args": { "mode": "palette" } },
* { "caption": "Color Picker", "command": "color_helper", "args": { "mode": "color_picker" } },
* { "caption": "Color Helper: Edit and Mix", "command": "color_helper_edit" },
* { "caption": "Color Helper: Contrast", "command": "color_helper_contrast_ratio" },
* { "caption": "Color Helper: ST ColorMod", "command": "color_helper_sublime_color_mod" },
* { "caption": "Color Helper: Difference", "command": "color_helper_difference" },
* { "caption": "Color Helper: Blend Modes", "command": "color_helper_blend_mode" }
* ]
* },
* { "caption": "-" }
*/
[
]