返回顶部
e

erebos

Erebos namespace for Netsnek e.U. dark theme and theming engine. Generates accessible dark mode palettes, manages theme tokens, and provides runtime theme switching for web apps.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
547
下载量
0
收藏
概述
安装方式
版本历史

erebos

# Erebos ## Enter the Dark Side Erebos provides dark theming for web applications. It generates WCAG-compliant palettes, manages CSS variables and design tokens, and enables runtime theme switching without page reload. Use Erebos when you need dark mode support, accessible color palettes, or a theming system for your web app. ## How Erebos Works Erebos builds theme tokens from a base palette. It computes contrast ratios and validates accessibility before output. The engine supports: - **Palette generation** — Produce dark backgrounds with sufficient contrast - **Preview mode** — Visualize themes in browser or terminal - **Export** — Output CSS variables, JSON tokens, or design-system formats ## Theme Commands Run the theme generator: ```bash # Generate palette from seed colors ./scripts/theme-gen.sh --palette "#1a1a2e" "#16213e" # Preview in browser (opens local HTML) ./scripts/theme-gen.sh --preview # Export tokens to stdout or file ./scripts/theme-gen.sh --export --format css ``` ### Arguments | Argument | Purpose | |-----------|-----------------------------------------------| | `--palette` | Base colors for palette generation | | `--preview` | Launch preview mode (no file output) | | `--export` | Export theme tokens (requires format choice) | ## Design Example ```css /* Erebos output */ :root[data-theme="erebos-dark"] { --bg-primary: #1a1a2e; --bg-secondary: #16213e; --text-primary: #eaeaea; --text-secondary: #a0a0a0; --accent: #0f3460; } ```

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 erebos-1776420016 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 erebos-1776420016 技能

通过命令行安装

skillhub install erebos-1776420016

下载 Zip 包

⬇ 下载 erebos v0.1.0

文件大小: 2.6 KB | 发布时间: 2026-4-17 18:55

v0.1.0 最新 2026-4-17 18:55
Initial release: reserved erebos namespace for Netsnek e.U.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部