bloom_build.md

November 16, 2025 · View on GitHub

bloom build

Generate theme files from template

bloom build <template> [flags]

Options

  -f, --format string   color format:
                            hex                     #ebbcba
                            hex --plain             ebbcba
                            hsl                     hsl(2, 55%, 83%)
                            hsl --plain             2, 55%, 83%
                            hsl-css                 hsl(2deg 55% 83%)
                            hsl-css --plain         2deg 55% 83%
                            hsl-array               [2, 0.55, 0.83]
                            hsl-array --plain       2, 0.55, 0.83
                            rgb                     rgb(235, 188, 186)
                            rgb --plain             235, 188, 186
                            rgb-css                 rgb(235 188 186)
                            rgb-css --plain         235 188 186
                            rgb-array               [235, 188, 186]
                            rgb-array --plain       235, 188, 186
                            ansi                    235;188;186
                         (default "hex")
  -h, --help            help for build
      --no-commas       remove commas
      --no-spaces       remove spaces
  -o, --output string   output directory (default "dist")
      --plain           remove decorators
  -p, --prefix string   variable prefix (default "$")

SEE ALSO

  • bloom - Generate Rosé Pine theme files from templates
Auto generated by spf13/cobra on 16-Nov-2025