remnix logo

VHS Era

A dark Carbon-inspired palette from vhs-era.com with signature neon pink, cool blues, and greens tuned for terminal semantics.

Copy the ui.colors section into ~/.config/remnix/config.yaml, then reload with remnix daemon reload.

remnix search local
────────────────────────
git commit -m "ship it" ./app.go 2s
$COUNT = 3 # note failed
~//remnix/config.yamlyaml
ui:
    colors:
        accent: "#EE5396"
        title: "#C49BFF"
        muted: "#8D8D8D"
        rule: "#393939"
        select: "#262626"
        badge: "#33B1FF"
        duration: "#55E07A"
        failed: "#FF4D6D"
        time: "#8D8D8D"
        text: "#DDE1E6"
        syntax:
            command: "#33B1FF"
            keyword: "#EE5396"
            flag: "#FFB655"
            string: "#55E07A"
            comment: "#8D8D8D"
            operator: "#FF7EB6"
            variable: "#C49BFF"
            path: "#78C6FF"
            number: "#FFD970"
            argument: "#DDE1E6"