--- id: TASK-89 title: Update default subtitle background RGBA status: Done assignee: [] created_date: '2026-02-20 05:43' updated_date: '2026-02-22 07:49' labels: [] dependencies: [] priority: low ordinal: 95000 --- ## Description Set default subtitle background color to rgb(30, 32, 48, 0.88) as requested. ## Acceptance Criteria - [ ] #1 Default subtitle background color value matches requested string. - [ ] #2 Config tests pass. - [ ] #3 Default subtitle background color value matches requested string. - [ ] #4 Config tests pass. ## Implementation Notes Updated default subtitle background to rgb(30, 32, 48, 0.88) in config defaults, renderer fallback CSS, and docs/examples. Added regression assertion in src/config/config.test.ts. Verified with bun test src/config/config.test.ts (33/33 pass).