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: gruvbox-dark */
|
|
:root{
|
|
--bg:#282828;--bg-soft:#1d2021;--surface:#3c3836;--surface-2:#504945;
|
|
--border:rgba(235,219,178,.14);--border-strong:rgba(235,219,178,.28);
|
|
--text-1:#ebdbb2;--text-2:#d5c4a1;--text-3:#928374;
|
|
--accent:#fabd2f;--accent-2:#fe8019;--accent-3:#b8bb26;
|
|
--good:#b8bb26;--warn:#fabd2f;--bad:#fb4934;
|
|
--grad:linear-gradient(135deg,#fe8019,#fabd2f 55%,#b8bb26);
|
|
--grad-soft:linear-gradient(135deg,#3c3836,#504945);
|
|
--radius:6px;--radius-sm:4px;--radius-lg:12px;
|
|
--shadow:0 10px 30px rgba(0,0,0,.5);
|
|
--shadow-lg:0 24px 60px rgba(0,0,0,.65);
|
|
--font-sans:'Inter','Noto Sans SC',sans-serif;
|
|
}
|