# Theme Factory Request Details

> Sub-skill of theme-factory: Request Details (+2).

- Skill: `vamseeachanta/theme-factory-request-details` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/theme-factory-request-details`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/theme-factory-request-details/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-request-details

---


# Request Details (+2)

## Request Details


1. Purpose (presentation, report, website)
2. Mood (professional, playful, elegant)
3. Brand colors (if any)
4. Industry context

## Generate Custom


```css
/* Custom theme based on user input */
:root {
  --primary: /* derived from context */;
  --secondary: /* complementary shade */;
  --accent: /* attention-grabbing contrast */;
  --highlight: /* lighter accent variant */;
  --text: /* readable on primary */;
}
```

## Font Selection


- **Headings**: Match tone (modern, classic, technical)
- **Body**: Ensure readability and complement headings
- **Fallbacks**: Always include system fonts

