@ox-content/theme-color-rose-pine
v2.89.0
Published
Rosé Pine Dawn and Rosé Pine — an Ox Content color scheme that composes with any @ox-content/theme-* skin
Downloads
531
Maintainers
Readme
@ox-content/theme-color-rose-pine
Rosé Pine — Rosé Pine Dawn and Rosé Pine — for Ox Content.
Color only. Light and dark --octc-* tokens and nothing else: no layout, no
texture, no typography. That is what lets it drop under any skin package.
npm install @ox-content/theme-color-rose-pine// vite.config.ts
import { defineConfig } from "vite";
import { oxContent } from "@ox-content/vite-plugin";
import rosePine from "@ox-content/theme-color-rose-pine";
export default defineConfig({
plugins: [
oxContent({
srcDir: "docs",
ssg: { siteName: "My Docs", theme: rosePine },
}),
],
});Stack a skin on top to change the form as well — layers compose left to right, so anything you append wins:
import pixel from "@ox-content/theme-pixel";
theme: [pixel, rosePine, { colors: { primary: "#ff5f56" } }];License
MIT
