procfetch
0.3.0
A command-line system information utility written in C++
src
color.h
Go to the documentation of this file.
1
4
#pragma once
5
6
#define BLACK "\033[0;30m"
7
#define RED "\033[0;31m"
8
#define GREEN "\033[0;32m"
9
#define YELLOW "\033[0;33m"
10
#define BLUE "\033[0;34m"
11
#define MAGENTA "\033[0;35m"
12
#define CYAN "\033[0;36m"
13
#define WHITE "\033[0;37m"
14
15
#define BBLACK "\033[1;30m"
16
#define BGRAY "\033[1;90m"
17
#define BRED "\033[1;31m"
18
#define BGREEN "\033[1;32m"
19
#define BYELLOW "\033[1;33m"
20
#define BBLUE "\033[1;34m"
21
#define BMAGENTA "\033[1;35m"
22
#define BCYAN "\033[1;36m"
23
#define BWHITE "\033[1;37m"
24
25
#define RESET "\033[0;m"
26
#define BITAL "\033[1;3m"
27
#define BRIGHT "\033[1m"
28
#define BLINK "\033[5m"
29
#define UNDERSCORE "\033[4m"
Generated by
1.9.1