Forrest logo
back to the chroma tool

chroma:tldr:b516e

chroma: List available lexers, styles and formatters.
$ chroma --list
try on your machine

The command "chroma --list" is used to display a list of available syntax highlight styles or themes provided by the Chroma library.

Chroma is a syntax highlighting library implemented in the Go programming language. It supports a wide range of programming languages and file formats.

When you run the command "chroma --list", it will show you a list of available styles or themes that can be used to highlight syntax in different programming languages. These styles determine how the code is visually emphasized with different colors and formatting.

By using this command, you can see all the available style options and choose the one that best suits your preferences or requirements when using Chroma for syntax highlighting.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the chroma tool