#──────────────────────────────────────────────────────────────────────────────┐
# SPDX-FileCopyrightText: 2026 toastal <https://toast.al/contact/>             │
# SPDX-License-Identifier: MPL-2.0                                             │
#──────────────────────────────────────────────────────────────────────────────┘
{
   theme,
   runCommand,
   bin,
}:

runCommand "sugilite256-chroma-${theme}.xml"
   {
      nativeBuildInputs = [ bin ];
      meta.license = bin.meta.license;
   }
   ''
      mkdir -p "$out/styles"
      sugilite256 "chroma ${theme}" >"$out/styles/sugilite256-${theme}.xml"
   ''