@dsappz/theme-minimalistic
v1.1.12
Published
Minimalistic Tailwind CSS theme preset - neutral, clean, lightweight
Readme
@dsappz/theme-minimalistic
Clean neutral palette, zero visual noise. Built for productivity tools, dashboards, and internal apps.
Install
pnpm add @dsappz/tokens @dsappz/theme-minimalisticSetup
@import "@dsappz/tokens/base.css";
@import "@dsappz/theme-minimalistic/theme.css";
@import "@dsappz/theme-minimalistic/animations.css"; /* optional */Activation
<html data-theme="minimalistic">Color Palette
| Token | Light | Dark |
|-------|-------|------|
| --background | #ffffff | #171412 |
| --primary | #1c1917 | #fafaf9 |
| --secondary | #f5f5f4 | #27221e |
| --accent | #f5f5f4 | #27221e |
| --destructive | #e54d4d | — |
| --success | #16a34a | — |
| --warning | #d97706 | — |
| --info | #0284c7 | — |
Fonts
- Sans + Display: Geist — load via
next/font/googleor Google Fonts - Mono: Geist Mono — load via
next/font/googleor Google Fonts
Dark Mode
Light + Dark — add class="dark" to <html> for dark mode.
<html data-theme="minimalistic" class="dark">© 2026 dsappz · github.com/dsappz/dsappz-design · Proprietary
