Documentation
Brutalist theme
A high-contrast Makit theme with visible structure and signal color.
Brutalist theme
A Makit theme that makes the interface structure visible. Heavy rules, square geometry, offset shadows, and high-energy highlights give documentation the character of a printed poster or a tool manual.
What it changes
Ten Makit slots define the shell. Standard search, switchers, breadcrumbs, and page actions remain fully functional and inherit the square geometry.
| Area | Treatment |
|---|---|
| Typography | Heavy sans-serif, uppercase display hierarchy |
| Navigation | Boxed states with offset highlight shadows |
| Layout | Exposed column rules and construction grid |
| Palette | Near-black ink with signal yellow |
| Content | Ruled headings and poster-like callouts |
Install
pnpm add @natsuneko-laboratory/makit-theme-brutalist
export default defineConfig({
theme: {
extends: "@natsuneko-laboratory/makit-theme-brutalist",
},
});