# Theme Factory Error Handling

> Sub-skill of theme-factory: Error Handling.

- Skill: `vamseeachanta/theme-factory-error-handling` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/theme-factory-error-handling`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/theme-factory-error-handling/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/theme-factory-error-handling

---


# Error Handling

## Error Handling


### Common Issues


**Issue: Fonts not loading**
- Cause: Missing Google Fonts import or network issue
- Solution: Verify import URL, add fallback fonts in font-family

**Issue: Colors look washed out**
- Cause: Theme designed for dark mode used on light background
- Solution: Swap primary/text colors or choose light-mode theme

**Issue: Poor contrast ratio**
- Cause: Using accent color for body text
- Solution: Use text color for body, accent only for highlights

**Issue: Theme doesn't match brand**
- Cause: Using preset without customization
- Solution: Generate custom theme with brand colors as inputs

