pride-c/color.h

6 lines
127 B
C
Raw Normal View History

#pragma once
#define COLOR(n) "\x1b[38;5;" #n "m"
#define STRIPE "██████████████████\n"