Skip to content

Commit 48b2b83

Browse files
committed
chore: color styles in readme
1 parent cf9515c commit 48b2b83

File tree

2 files changed

+37
-19
lines changed

2 files changed

+37
-19
lines changed

README.md

+37-19
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ To run it, go to Plugins -> Development, select "Iconify Dev".
2222

2323
## Functionality
2424

25-
This is a preview version.
25+
This is a preview version.
2626

2727
Functions that do not work yet:
28-
- Various pages (About, Recent icons)
29-
- Color picker (icons are imported as black for now)
28+
29+
- Various pages (About, Recent icons)
3030

3131
### New features
3232

@@ -36,17 +36,18 @@ Version 3 has been completely rewritten. It includes many new shiny features, wh
3636

3737
Plugin has completely new UI.
3838

39-
Many Figma users have small monitors, plugin takes precious space.
39+
Many Figma users have small monitors, plugin takes precious space.
4040
UI has been re-designed to fit as much information as possible in a small plugin window.
4141

4242
### Icon sets
4343

4444
![Iconify for Figma - icon sets](https://iconify.github.io/iconify-figma/samples/icon-sets.png)
4545

4646
Icon sets list is shorter, but offers a lot more:
47-
- Hints when you hover icon set, showing various details, including extended license information.
48-
- Favorite and recent icon sets. You can mark any icon set as favorite to access it quicker.
49-
- Advanced filters. You can filter icon sets by category, grid, license, license details.
47+
48+
- Hints when you hover icon set, showing various details, including extended license information.
49+
- Favorite and recent icon sets. You can mark any icon set as favorite to access it quicker.
50+
- Advanced filters. You can filter icon sets by category, grid, license, license details.
5051

5152
![Iconify for Figma - icon sets filters](https://iconify.github.io/iconify-figma/samples/filters.png)
5253

@@ -55,10 +56,11 @@ Icon sets list is shorter, but offers a lot more:
5556
![Iconify for Figma - icon set](https://iconify.github.io/iconify-figma/samples/icon-set.png)
5657

5758
Icon set page now has:
58-
- Advanced license details: attribution, commercial use.
59-
- You can add icon set to favorite icon sets list to quickly access it.
60-
- Scrolling for icons. No more pagination (though it is available if you prefer to click pages).
61-
- You can select multiple icons. To enable multi-select, click "Select multiple icons" box.
59+
60+
- Advanced license details: attribution, commercial use.
61+
- You can add icon set to favorite icon sets list to quickly access it.
62+
- Scrolling for icons. No more pagination (though it is available if you prefer to click pages).
63+
- You can select multiple icons. To enable multi-select, click "Select multiple icons" box.
6264

6365
![Iconify for Figma - multi-select](https://iconify.github.io/iconify-figma/samples/multi-select.png)
6466

@@ -67,27 +69,43 @@ Icon set page now has:
6769
![Iconify for Figma - search results](https://iconify.github.io/iconify-figma/samples/search.png)
6870

6971
Search results feature:
70-
- Infinite scroll for icons, same as in icon set view. It is not typical slow infinite scroll, it is very fast and renders only icons that are visible.
71-
- License information for each icon.
72+
73+
- Infinite scroll for icons, same as in icon set view. It is not typical slow infinite scroll, it is very fast and renders only icons that are visible.
74+
- License information for each icon.
7275

7376
### Drag and drop
7477

7578
Drag and drop has been redesigned. It is now more precise, dropping icon to correct layer.
7679

7780
There are some caveats though:
78-
- Cannot drop icon to component instance: Figma plugin system limitation. Must drop it to main component.
79-
- If layer has auto-layout, icon will be imported as first item in frame, not necessary where you drop it.
81+
82+
- Cannot drop icon to component instance: Figma plugin system limitation. Must drop it to main component.
83+
- If layer has auto-layout, icon will be imported as first item in frame, not necessary where you drop it.
84+
85+
### Color styles
86+
87+
Plugin now supports Figma color styles.
88+
89+
Color styles are shown in color picker. When importing icon, if color style is selected, it will be applied to icon.
90+
91+
![Iconify for Figma - color styles](https://iconify.github.io/iconify-figma/samples/color-styles.png)
92+
93+
Behavior:
94+
95+
- Works when importing icon, works when using drag/drop.
96+
- When replacing icon, color value is ignored. Instead, plugin will reuse color or color style from old icon.
97+
- In Figma, plugins can find only local styles. Shared styles from other documents (remote styles) are not available. However, when selecting a layer, plugin can see styles that are used in that layer, including remote style. Iconify plugin checks selected layers for remote styles, so if you want to use a remote style, select any layer that uses it and it will appear in plugin's color picker.
8098

8199
## Feedback
82100

83101
Feedback is very welcome.
84102

85103
Please open issues at this repository if:
86-
- You think this version is missing a critical feature that older version used to have.
87-
- You have a suggestion.
88-
- You found something that does not feel right, which might be a bug or bad design.
104+
105+
- You think this version is missing a critical feature that older version used to have.
106+
- You have a suggestion.
107+
- You found something that does not feel right, which might be a bug or bad design.
89108

90109
## Source code
91110

92111
Source code for this version is not available yet.
93-

samples/color-styles.png

101 KB
Loading

0 commit comments

Comments
 (0)