[PR #6627] Copy all old colors from colors.ts to palette.ts #6637

Closed
opened 2026-02-28 21:30:56 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6627

State: closed
Merged: Yes


Finding theme colors is very difficult due to palette colors referring to old colors in colors.ts

Palette.ts names colors in smaller to larger numbers in saturation order while colors.ts does this backwards making it very confusing when looking up colors. For example purple500 and p5 match, but purple50 is p11 and purple900 is p1.

This PR copies the color definitions directly into palette.ts from colors.ts The commit history shows them side-by-side before the oldColor.x is removed. (505c662)

Bad bunny!! I did this by hand!

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6627 **State:** closed **Merged:** Yes --- Finding theme colors is very difficult due to palette colors referring to old colors in colors.ts Palette.ts names colors in smaller to larger numbers in saturation order while colors.ts does this backwards making it very confusing when looking up colors. For example purple500 and p5 match, but purple50 is p11 and purple900 is p1. This PR copies the color definitions directly into palette.ts from colors.ts The commit history shows them side-by-side before the oldColor.x is removed. (505c662) Bad bunny!! I did this by hand!
GiteaMirror added the pull-request label 2026-02-28 21:30:56 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6637