Colors
AstroChart allows you to change the color of the signs. Is possible to customize using each sign key, or you can use the COLOR_SIGNS to define all once:
| Param | Type | Description | Default |
|---|---|---|---|
| COLOR_ARIES | string | color of Aries | #FF4500 |
| COLOR_TAURUS | string | color of Taurus | #8B4513 |
| COLOR_GEMINI | string | color of Gemini | #87CEEB |
| COLOR_CANCER | string | color of Cancer | #27AE60 |
| COLOR_LEO | string | color of Leo | #FF4500 |
| COLOR_VIRGO | string | color of Virgo | #8B4513 |
| COLOR_LIBRA | string | color of Libra | #87CEEB |
| COLOR_SCORPIO | string | color of Scorpio | #27AE60 |
| COLOR_SAGITTARIUS | string | color of Sagittarius | #FF4500 |
| COLOR_CAPRICORN | string | color of Capricorn | #8B4513 |
| COLOR_AQUARIUS | string | color of Aquarius | #87CEEB |
| COLOR_PISCES | string | color of Pisces | #27AE60 |
| COLORS_SIGNS | string[] | color of all 12 signs | ["#FF4500", "#8B4513", "#87CEEB", "#27AE60", "#FF4500", "#8B4513", "#87CEEB", "#27AE60", "#FF4500", "#8B4513", "#87CEEB", "#27AE60" ] |