Files
andrew dd9b43bd27 Bootstrap NebulaOS repo and desktop shell UI
Initialize the NebulaOS monorepo layout with top-level documentation, ignore rules, placeholder service/package directories, compositor docs plus a baseline Sway config, and session startup/desktop entry files. Add the first desktop shell prototype under `shells/desktop/ui` using React + Vite, including themed surface components (desktop, top bar, launcher, preview), mock Nebula APIs and shell bridge state wiring, reusable UI controls/icons, and supporting styles/config needed for local development.
2026-08-26 15:31:54 +12:00

14 lines
325 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<rect width="32" height="32" rx="8" fill="#0b0f16"/>
<circle cx="16" cy="16" r="5" fill="#7ea0c4"/>
<ellipse
cx="16"
cy="16"
rx="12"
ry="5"
stroke="#9bb6d4"
stroke-width="1.5"
transform="rotate(-26 16 16)"
/>
</svg>