Skip to content

fix(tmux): remove invalid alpha channel from hex color#2

Merged
z4nr34l merged 1 commit intomainfrom
fix/tmux-invalid-hex-alpha
Apr 14, 2026
Merged

fix(tmux): remove invalid alpha channel from hex color#2
z4nr34l merged 1 commit intomainfrom
fix/tmux-invalid-hex-alpha

Conversation

@z4nr34l
Copy link
Copy Markdown
Member

@z4nr34l z4nr34l commented Apr 14, 2026

Summary

  • tmux doesn't support 8-digit hex colors (#ffffffcc with alpha channel)
  • source-file stops on first error, so all config lines after window-status-style silently failed to load — status bar stayed default green
  • Changed fg=#ffffffcc to fg=#e0e0e0 (dimmed white, same visual intent)

Test plan

  • Start new tmux session in devcontainer — status bar should be purple (#A855F7), not green

🤖 Generated with Claude Code

tmux doesn't support 8-digit hex colors (#ffffffcc). source-file stops
on first error, so all config lines after window-status-style silently
failed to load.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@z4nr34l z4nr34l merged commit 44fdc97 into main Apr 14, 2026
1 check passed
@z4nr34l z4nr34l deleted the fix/tmux-invalid-hex-alpha branch April 14, 2026 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant