8000 The word color was incorrect. by ktappdev · Pull Request #27 · ziontee113/color-picker.nvim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

The word color was incorrect. #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/color-picker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ press `k` to move on to the next slider. The slider values will
update as you type out the numbers.

Converting Colors (RGB/HEX/HSL)
- When your cursor is on a corlor, use `:PickColor` to open up
- When your cursor is on a color, use `:PickColor` to open up
the picker, then press `o` to change the output type to `RGB/HEX/HSL`.
Press `Enter` and the color under your cursor will be converted.

Expand Down
0