Skip to content

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

TokenValue
--gf-popover-bg#ffffff
--gf-popover-color#000000
--gf-popover-border3px solid #000000
--gf-popover-border-radius0
--gf-popover-shadow4px 4px 0 #000000
--gf-popover-font'Courier New', monospace
--gf-btn-primary-bg#000000
--gf-btn-primary-color#ffffff

Released under the MIT License.