Allows you to specify a color, as well as a character that represents the color when using the icon function. The keywords background and foreground are also recognized and output appropriately.
Color Table Editor
Note: You must specify each color/character pair on a separate line. For example, the following:
- red a
- background b
- green c
are output as
- color_table(color('red') = 'a',
- background color = 'b',
- color('green') = 'c');