1#ifndef CPPUTILS_COLOR_H
2#define CPPUTILS_COLOR_H
Colors for output formatting.
@ BG_BLUE
Background: green.
@ BG_DEFAULT
Background: blue.
@ FG_MAGENTA
Foreground: blue.
@ FG_GREEN
Foreground: red.
@ FG_LIGHT_GREEN
Foreground: light red.
@ FG_LIGHT_GRAY
Foreground: cyan.
@ FG_LIGHT_YELLOW
Foreground: light green.
@ FG_LIGHT_RED
Foreground: dark gray.
@ BG_GREEN
Background: red.
@ FG_DARK_GRAY
Foreground: light gray.
@ FG_BLACK
Foreground: distro's default.
@ FG_YELLOW
Foreground: green.
@ FG_WHITE
Foreground: light cyan.
@ FG_BLUE
Foreground: yellow.
@ FG_LIGHT_CYAN
Foreground: light magenta.
@ FG_LIGHT_MAGENTA
Foreground: light blue.
@ BG_RED
Foreground: white.
@ FG_LIGHT_BLUE
Foreground: light yellow.
@ FG_RED
Foreground: black.
@ FG_CYAN
Foreground: magenta.