-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathQColor.sublime-settings
More file actions
32 lines (29 loc) · 1.07 KB
/
Copy pathQColor.sublime-settings
File metadata and controls
32 lines (29 loc) · 1.07 KB
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
{
// Internal Settings - Do not change these
// _debug: Enable QColor debug mode
// _enabled: Enable or disable the plugin
"_debug": false,
"_enabled": true,
// Color Phantoms
// phantoms_enabled: Show or hide the color phantoms
// phantom_shape: Phantom shape. One of: square, circle
"phantoms_enabled": false,
"phantom_shape": "circle",
// Highlight Region
// show_on_minimap: Show or hide the regions on the minimap.
// underline_color: Color of region underline. One of: red, orange,
// yellow, green, blue, purple, pink, black.
// underline_style: Underline style. One of: none, solid, stippled.
"show_on_minimap": true,
"underline_style": "stippled",
"underline_color": "purple",
// Misc Options
// hsl_precision: Number of decimal places in HSL precision.
// hex_upper_case: Display hex values in upper case.
// hover_preview: Show preview when mousing over a color.
// named_colors: Enable color phantoms for named colors (red, blue, etc).
"hsl_precision": 0,
"hex_upper_case": true,
"hover_preview": false,
"named_colors": false
}