Skip to content

Commit

Permalink
Update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Lays committed Mar 11, 2019
1 parent 8b478c7 commit e5bf9a1
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# define cBLU "\x1b[0;34m"
# define cMGN "\x1b[0;35m"
# define cCYA "\x1b[0;36m"
# define cNOR "\x1b[0;37m"
# define cLGR "\x1b[0;37m"
# define cGRA "\x1b[1;30m"
# define cLRD "\x1b[1;31m"
# define cLGN "\x1b[1;32m"
Expand All @@ -58,6 +58,23 @@
# define cBRI "\x1b[1;37m"
# define cRST "\x1b[0m"

# define bgBLK "\x1b[40m"
# define bgRED "\x1b[41m"
# define bgGRN "\x1b[42m"
# define bgBRN "\x1b[43m"
# define bgBLU "\x1b[44m"
# define bgMGN "\x1b[45m"
# define bgCYA "\x1b[46m"
# define bgLGR "\x1b[47m"
# define bgGRA "\x1b[100m"
# define bgLRD "\x1b[101m"
# define bgLGN "\x1b[102m"
# define bgYEL "\x1b[103m"
# define bgLBL "\x1b[104m"
# define bgPIN "\x1b[105m"
# define bgLCY "\x1b[106m"
# define bgBRI "\x1b[107m"

#else

# define cBLK ""
Expand All @@ -67,7 +84,7 @@
# define cBLU ""
# define cMGN ""
# define cCYA ""
# define cNOR ""
# define cLGR ""
# define cGRA ""
# define cLRD ""
# define cLGN ""
Expand All @@ -78,6 +95,23 @@
# define cBRI ""
# define cRST ""

# define bgBLK ""
# define bgRED ""
# define bgGRN ""
# define bgBRN ""
# define bgBLU ""
# define bgMGN ""
# define bgCYA ""
# define bgLGR ""
# define bgGRA ""
# define bgLRD ""
# define bgLGN ""
# define bgYEL ""
# define bgLBL ""
# define bgPIN ""
# define bgLCY ""
# define bgBRI ""

#endif /* ^USE_COLOR */

/*************************
Expand Down

0 comments on commit e5bf9a1

Please sign in to comment.