# Irix on Your Terminal in Ten Minutes Irix is a palette, not a theme: five chambers of four hues each, twelve shades per hue, dark and light siblings for every one of them. This tutorial walks the whole loop once — install, look at the palette, paint your terminal with it, wire it into your prompt, glance at the HUD, then flip the whole thing to light — so you have a working mental model before you go reaching for the how-to guides. Everything below was run from a checkout of this repository. Skim ahead to [](#install) for why that's the recommended path right now rather than a packaged install. (install)= ## Install ```sh git clone irix && cd irix uv sync ``` ```{note} A published `uv tool install irix` exists on PyPI and does work — it currently ships the `colorcode` console script (matching this doc's own [index page](index.md) usage note) plus `promptcode`. It predates this repository's `irix`, `kittyhud`, and `themecode` scripts, so it can't carry you through this whole tutorial yet. Until a fresh release ships, run everything here as `uv run