home *** CD-ROM | disk | FTP | other *** search
- /*
- background colors
- */
- #define BLACK 0
- #define BLUE 16
- #define GREEN 32
- #define CYAN 48
- #define RED 64
- #define MAGNETA 80
- #define BROWN 96
- #define WHITE 112
- #define GREY 8
- #define LIGHTBLUE 24
- #define LIGHTGREEN 40
- #define LIGHTRED 72
- #define LIGHTMAGNETA 88
- #define YELLOW 104
- #define HIWHITE 120
-
- /*
- foreground colors
- */
- #define FBLACK 0
- #define FBLUE 1
- #define FGREEN 2
- #define FCYAN 3
- #define FRED 4
- #define FMAGNETA 5
- #define FBROWN 6
- #define FWHITE 7
- #define BLINK 128
-
-