Icons v0.4.1
·
54 commits
to main
since this release
Patch Changes
- ae326bc: Let the thread header's icon take the color of the header it sits in, the same
way the sidebar's now does. It was pinned totext-muted-foreground, which
matched none of bb's header controls — bb draws those at--foregroundor at
--subtle-foreground/75, and the icon sat between the two. Inheriting puts it
at the weight of the thread title beside it, which is where bb's own header
buttons are. - d051765: Let an uncolored sidebar icon take the color of the label beside it. Both
plugins pinned a token instead —text-subtle-foregroundon bb's group
headers,text-muted-foreground/70on a stage row — and neither token moves
when a theme moves its ink. The icon came out brighter than its label in the
default theme and darker in the ChatGPT one, from the same two lines. Inheriting
matches bb's own pairing of an icon with its label, in any theme.