-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Context.sublime-menu
45 lines (45 loc) · 1.28 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{ "caption": "-" },
{
"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": "-"}
]