Hardline Theme
hardline() is the original hard-edge preset: square corners, bold borders, and sharp high-contrast surfaces.
If you want something more brutalist and poster-like, use Concrete instead.
Usage
import { defineDocs } from "@farming-labs/docs";
import { hardline } from "@farming-labs/theme/hardline";
export default defineDocs({
entry: "docs",
theme: hardline(),
});@import "tailwindcss";
@import "@farming-labs/theme/hardline/css";Defaults
| Property | Value |
|---|---|
| Primary | #ffd335 |
| Background | #f2efe8 (light), #0f0f10 (dark) |
| Border radius | 0px |
| Content width | 860px |
| Sidebar width | 300px |
How is this guide?