Skip to content

Commit 5b23b20

Browse files
committed
feat: complete previously used color suggestions docs
1 parent 53fdb56 commit 5b23b20

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/04-editing-colors.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ You can enable/disable the feature by updating the `colorPreview` property in th
7676
After typing a color related property, **Phoenix Code** displays a list of color suggestions.
7777
![Color Hints](./images/editingColors/colorHints.png "Color Hints")
7878

79-
### Previous Color Suggestions
80-
**(Coming Soon...)**
81-
82-
If a file already contains colors (named colors, hex, or RGB values), **Phoenix Code** prioritizes those colors in the hint list. Colors are sorted in **descending order** based on their usage count in the file.
79+
### Previously Used Color Suggestions
80+
If a file already contains colors, **Phoenix Code** prioritizes those colors in the color hint list. Colors are sorted in *descending order* based on their usage count in the file.
8381

8482
![Previously Used Colors](./images/editingColors/previously-used-colors.png "Previously Used Colors")
8583

86-
> This helps in reusing frequently used colors without manually searching for them.
84+
> This helps in reusing frequently used colors without manually searching for them.

0 commit comments

Comments
 (0)