Matter UI Skills
Opinionated constraints for building Matter-style interfaces with AI agents.
When to Apply
Reference these guidelines when:
- Building dark-mode interfaces
- Creating Matter-inspired design systems
- Implementing UIs with Inter font and 4px grid
Colors
- MUST use dark backgrounds (lightness < 20) for primary surfaces - detected lightness: 0
- MUST use as page background ()
- MUST use for primary actions and focus states ()
- SHOULD reduce color palette (currently 19 colors detected)
- MUST maintain text contrast ratio of at least 4.5:1 for accessibility
Semantic Tokens
| Token | HEX | RGB | Usage |
|---|
| #000000 | rgb(0,0,0) | Page background |
| #CFE3F9 | rgb(207,227,249) | Cards, modals, raised surfaces |
| #8DBDF7 | rgb(141,189,247) | Overlays, tooltips, dropdowns |
| #627EA1 | rgb(98,126,161) | Headings, body text |
| #8C9BAB | rgb(140,155,171) | Additional text |
| #888888 | rgb(136,136,136) | Secondary, muted text |
| #D4E5F8 | rgb(212,229,248) | Subtle borders, dividers |
| #5560EC | rgb(85,96,236) | Primary actions, links, focus |
| #200D11 | rgb(32,13,17) | Error states, delete actions |
Typography
- MUST use as primary font family
- SHOULD use single font family for consistency
- MUST use / for primary headings
- MUST use / for body text
- SHOULD reduce font weights (currently 6 detected)
- MUST use for headings and for body text
- SHOULD use for numeric data
- NEVER modify letter-spacing unless explicitly requested
Text Styles
| Style | Font | Size | Weight | Color | Count |
|---|
| Inter | 81px | 700 | #F0F0F0 | 1 |
| Inter | 35px | 700 | #818181 | 1 |
| Inter | 32px | semi_bold | #747474 | 1 |
| Inter | 26px | extra_bold | #8C8C8C | 1 |
| Inter | 24px | 700 | #848484 | 1 |
| Inter | 21px | semi_bold | #494949 | 1 |
| Inter | 20px | 500 | #515151 | 1 |
| Inter | 19px | 400 | #666666 | 1 |
| Inter | 16px | 400 | #3C3C3C | 1 |
| Inter | 15px | 400 | #525252 | 1 |
Typography Reference
Font Families:
Font Sizes: 8px, 9px, 10px, 11px, 12px, 13px, 14px, 15px, 16px, 19px, 20px, 21px, 24px, 26px, 32px, 35px, 81px
Spacing
- MUST use 4px grid for spacing
- SHOULD use spacing from scale: 1px, 2px, 4px, 5px, 6px, 7px, 9px, 10px
- SHOULD use 2px as default gap between elements
- NEVER use arbitrary spacing values (use design scale)
- SHOULD maintain consistent padding within containers
Borders
- MUST use border-radius from scale: 0px, 1px, 10px, 15px
- SHOULD limit border widths to: 1px, 2px
- SHOULD use 1px as default border-radius
- NEVER use arbitrary border-radius values (use design scale)
- SHOULD use subtle borders (1px) for element separation
Border Radius Reference
Scale: 0px, 1px, 10px, 15px
Layout
- MUST design for 1920px base viewport width
- SHOULD use consistent element widths: 13px, 102px, 38px, 37px, 14px
- SHOULD maintain text-heavy layout with clear hierarchy
- NEVER use , use for full viewport height
- MUST respect for fixed elements
- SHOULD use for square elements instead of +
Detected Layout Patterns
- Header: height: 58px
- Main Content: width: 1920px, height: 1025px
- Main Content: width: 1920px, height: 1023px
- Header: height: 59px
Components
Buttons
| Variant | Background | Text | Border | Height | Radius |
|---|
| Ghost | transparent | #8C9BAB | none | - | - |
Interactive States
Focus
- MUST use outline with accent color ()
- MUST use outline-offset
- NEVER remove focus indicators
Hover
- Buttons (primary): lighten background by 10%
- Buttons (secondary): use background
- List items: use background
Disabled
Interaction
- MUST use an for destructive or irreversible actions
- SHOULD use structural skeletons for loading states
- MUST show errors next to where the action happens
- NEVER block paste in or elements
- MUST add an to icon-only buttons
Animation
- NEVER add animation unless it is explicitly requested
- MUST animate only compositor props (, )
- NEVER animate layout properties (, , , , , )
- SHOULD use on entrance animations
- NEVER exceed for interaction feedback
- SHOULD respect
Performance
- NEVER animate large or surfaces
- NEVER apply outside an active animation
- NEVER use for anything that can be expressed as render logic