A merge commit landed on master, breaking the project's linear history requirement.
* 5fc5d7ecc Merge remote-tracking branch 'origin/develop' (HEAD → master)
|\
| * 1172ababb fix: rescue PaymentError and render error from Stripe (#5469)
A merge commit landed on master, breaking the project's linear history requirement.
* 5fc5d7ecc Merge remote-tracking branch 'origin/develop' (HEAD → master)
|\
| * 1172ababb fix: rescue PaymentError and render error from Stripe (#5469)
I ran omarchy-update today and noticed a couple of packages weren't getting the love they deserved. One was an orphaned foreign package no longer in the AUR, and another was stuck on an outdated AUR build. Here's how I fixed it — and automated it for the future.
First, I checked what foreign packages I had installed:
pacman -QmRunning OpenCode inside Ghostty on Omarchy produced a near-unreadable light-gray-on-light-gray interface. The logo, prompt text, and status bar were all washed out. Switching Omarchy themes didn't help — the TUI stayed stuck in a light palette regardless of whether the system was using Catppuccin (dark), Tokyo Night, or anything else.
First I checked what OpenCode thought the system theme was. Its tui.json was set to "theme": "system", which means it tries to auto-detect light vs dark mode.