1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-10 04:31:44 +00:00
nxdumptool/source/ccolor.h
2018-05-15 18:00:19 +02:00

9 lines
No EOL
199 B
C

#pragma once
#define C_RESET "\x1b[0m"
#define C_DIM "\x1b[2m"
#define C_RED "\x1b[31m"
#define C_GREEN "\x1b[32m"
#define C_CYAN "\x1b[36m"
#define C_INVERT "\x1b[7m"
#define C_CLEAR_LINE "\x1b[2K"