ColorTextColors.h File Reference

Detailed Description

Author
Janos Kutscherauer noshk.nosp@m.y@gm.nosp@m.ail.c.nosp@m.om

Definition in file ColorTextColors.h.

Go to the source code of this file.

Terminal color definitions

C<color>: text color

CDEFAULT: default text color

BG<color>: background color

BGDEFAULT: default background color

S<style>: text style

SDEFAULT: default text style

#define CRED   "\033[31m"
 
#define CGREEN   "\033[32m"
 
#define CDEFAULT   "\033[39m"
 
#define BGRED   "\033[41m"
 
#define BGGREEN   "\033[42m"
 
#define BGDEFAULT   "\033[49m"
 
#define SBOLD   "\033[1m"
 
#define SDEFAULT   "\033[21m"
 
#define LINEFILL   "\033[K"