Skip to content

Icons v0.4.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 02:37
· 54 commits to main since this release
34c9fb9

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 to text-muted-foreground, which
    matched none of bb's header controls — bb draws those at --foreground or 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-foreground on bb's group
    headers, text-muted-foreground/70 on 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.