Skip to content

Commit bdc35b7

Browse files
committed
Update docs
1 parent 1a96d5f commit bdc35b7

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed
33.6 KB
Loading

docs/images/color_picker.png

-603 Bytes
Loading
44.9 KB
Loading

docs/usage.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ The color channels are coarse, but can generally allow you to get close to a col
2222

2323
![fine channel picker](images/fine_channel_picker.png)
2424

25+
If you would like to pick from a list of CSS color names, you can select the `CSS color names` link and a CSS Color Names panel will open:
26+
27+
![CSS color names](images/css_color_name_panel.png)
28+
2529
If you would like to directly enter a different color, you can select the `enter new color` option. An input panel will be open that can receive a color in the hex form of `#RRGGBBAA` where `RR` is the red channel, `GG` is the green channel, `BB` is the blue channel, and `AA` is the alpha channel.
2630

2731
To select a color, just click the `>>>` link to the right of the CSS format yu want.
@@ -141,6 +145,10 @@ Enables or disables the use of the hex color picker. When enabled, the color pi
141145
"use_hex_color_picker": true,
142146
```
143147

148+
Disabled look
149+
:
150+
![alternate color picker](images/alternate_color_picker.png)
151+
144152
### use_color_picker_package
145153
If you have [@weslly](https://github.com/weslly)'s [ColorPicker](https://packagecontrol.io/packages/ColorPicker) package installed, `user_color_picker_package` will cause it to override the default color picker, but only the default color picker supports transparency.
146154

messages/1.2.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ allowed.
88
may not yet be scoped within a valid scope due to being incomplete.
99
- In the color picker, instead of the select link, you now must choose the css format to insert via the corresponding `>>>` link.
1010
- Add alternate rectangular color picker look. You can use the new form by disabling the hex color picker look via the `use_hex_color_picker` setting.
11+
- Added new CSS Color Name picker (available in the color picker).
1112

1213
## Fixes
1314

0 commit comments

Comments
 (0)