1.0.3 • Published 4d ago
@frost1994/agentic-theme
Licence
Apache-2.0
Version
1.0.3
Deps
0
Size
64 kB
Vulns
0
Weekly
13
@frost1994/agentic-theme
设备排程 AI 助手的设计 token、主题与 ECharts 调色板。
提供 fa-ai-* 前缀的 CSS 变量、Light/Dark 双主题、Element Plus 样式覆盖,以及配套的 ECharts 调色板常量。@frost1994/agentic-vue 已内置本主题,仅当你需要单独引用 token、暗色主题或图表色板时才需直接安装。
安装
pnpm add @frost1994/agentic-theme导出入口
| 子路径 | 内容 |
|---|---|
@frost1994/agentic-theme |
全量样式(token + 主题 + Element Plus 覆盖),编译后的 CSS |
@frost1994/agentic-theme/tokens |
仅设计 token(CSS 变量) |
@frost1994/agentic-theme/dark |
暗色主题 CSS |
@frost1994/agentic-theme/echarts-palette |
ECharts 调色板常量(.js + .d.ts) |
// 样式
import '@frost1994/agentic-theme'
import '@frost1994/agentic-theme/dark'
// 图表色板
import { faLightChartPalette, faAlarmLevelPalette } from '@frost1994/agentic-theme/echarts-palette'所有 CSS 变量以
fa-ai-*为前缀,不污染宿主全局命名空间。
License
Apache-2.0 frost1994