dark-mode-strategist
Installation
SKILL.md
Dark Mode Strategist
This skill ensures that applications provide a comfortable and aesthetically pleasing experience in low-light environments.
Instructions
- Choose dark-base colors (not pure black) to reduce eye strain.
- Adjust contrast for all elements in dark mode.
- Implement system-preference detection (prefers-color-scheme).
- Use CSS variables or Tailwind's
dark:modifier for implementation. - Ensure images and icons look good on dark backgrounds.
Examples
- "Give me a dark mode color palette for a dashboard."
- "Implement a toggle switch between light and dark mode in React."