Brutalist Theme
A raw, monospace theme with thick borders and no rounded corners. Suited for developer tools and CLI-adjacent interfaces.
Preview
- Monospace typography
- Thick solid borders
- No border radius
- High contrast black and white
Usage
ts
import '@guideflow/core/styles'
import '@guideflow/core/styles/themes/brutalist.css'Design Tokens
| Token | Value |
|---|---|
--gf-popover-bg | #ffffff |
--gf-popover-color | #000000 |
--gf-popover-border | 3px solid #000000 |
--gf-popover-border-radius | 0 |
--gf-popover-shadow | 4px 4px 0 #000000 |
--gf-popover-font | 'Courier New', monospace |
--gf-btn-primary-bg | #000000 |
--gf-btn-primary-color | #ffffff |