Documentation ¶
Overview ¶
Translation between Apple's tag colors to simple color names used by tix
- Apple stores tag colors as a single-digit number between 0 and 7
- the RGB colors here were 'captured' manually
- I strongly expect these specific colors to change over time
- tix clients should interperet the colors as they see fit
- tix ONLY uses the color names
| id | name | background | border | comment | | -- | ------ | ---------- | ------ | ------------------ | | 0 | none | 0000 | 0000 | transparent (RGBA) | | 1 | red | EF7163 | EB4E3E | | | 2 | orange | F4AE60 | F19D3B | | | 3 | yellow | F9D86B | F29F41 | | | 4 | green | 83D577 | 63C956 | | | 5 | blue | 5D93F9 | 3578F7 | | | 6 | purple | B679DF | A357D7 | | | 7 | grey | A5A4A8 | 98979C | |
Technical Reference:
https://eclecticlight.co/2017/12/27/xattr-com-apple-metadata_kmditemusertags-finder-tags/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.