bullet-train.zsh icon indicating copy to clipboard operation
bullet-train.zsh copied to clipboard

List of all colors available?

Open naquiroz opened this issue 2 years ago • 1 comments

Is there a list or a reference to all the colors I can use to customize the theme?

naquiroz avatar Feb 14 '23 16:02 naquiroz

Digging through the source code, it seems to be passing the color directly to ZSH, using %F and %K, as described in section 13.2.5 here in the ZSH manual. From there, we get to section 18.7, which, in part, says:

The foreground colour should be set to colour, a decimal integer, the name of one of the eight most widely-supported colours or as a ‘#’ followed by an RGB triplet in hexadecimal format.

From the next paragraph, the basic colors are black, red, green, yellow, blue, magenta, cyan and white

jaskij avatar Feb 24 '23 22:02 jaskij