Some checks failed
ci / Validate workspace (push) Successful in 12m32s
landing-page-ci / Validate landing page (push) Successful in 9m41s
landing-page-deploy / Deploy landing page (push) Failing after 5m23s
github-metrics / Generate repository metrics SVG (push) Failing after 2m3s
refresh-contributors-wall / Refresh contributors wall cache bust (push) Failing after 11s
This repository contains the open-design daemon CLI source code, built and packaged at https://helix-mind.ai/cli/open-design/latest.tgz for use by the HelixMind /design slash command. Licenses: Apache-2.0 (root) + MIT (skills/*)
15 lines
649 B
CSS
15 lines
649 B
CSS
/* theme: tokyo-night */
|
|
:root{
|
|
--bg:#1a1b26;--bg-soft:#16161e;--surface:#24283b;--surface-2:#2f334d;
|
|
--border:rgba(192,202,245,.12);--border-strong:rgba(192,202,245,.24);
|
|
--text-1:#c0caf5;--text-2:#a9b1d6;--text-3:#565f89;
|
|
--accent:#7aa2f7;--accent-2:#bb9af7;--accent-3:#7dcfff;
|
|
--good:#9ece6a;--warn:#e0af68;--bad:#f7768e;
|
|
--grad:linear-gradient(135deg,#7aa2f7,#bb9af7 55%,#f7768e);
|
|
--grad-soft:linear-gradient(135deg,#24283b,#2f334d);
|
|
--radius:12px;--radius-sm:8px;--radius-lg:20px;
|
|
--shadow:0 10px 30px rgba(0,0,0,.45);
|
|
--shadow-lg:0 24px 62px rgba(0,0,0,.6);
|
|
--font-sans:'Inter','Noto Sans SC',sans-serif;
|
|
}
|