Skip to content

Commit

Permalink
New debug console colors YELLOW PURPLE (moveit#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
davetcoleman authored and v4hn committed Aug 30, 2017
1 parent 246bfe1 commit d467301
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions moveit_core/macros/include/moveit/macros/console_colors.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@
#define MOVEIT_CONSOLE_COLORS_

#define MOVEIT_CONSOLE_COLOR_RESET "\033[0m"
#define MOVEIT_CONSOLE_COLOR_GRAY "\033[90m"
#define MOVEIT_CONSOLE_COLOR_RED "\033[91m"
#define MOVEIT_CONSOLE_COLOR_GREEN "\033[92m"
#define MOVEIT_CONSOLE_COLOR_BROWN "\033[93m" // same as yellow
#define MOVEIT_CONSOLE_COLOR_YELLOW "\033[93m"
#define MOVEIT_CONSOLE_COLOR_BLUE "\033[94m"
#define MOVEIT_CONSOLE_COLOR_PURPLE "\033[95m"
#define MOVEIT_CONSOLE_COLOR_CYAN "\033[96m"
#define MOVEIT_CONSOLE_COLOR_BROWN "\033[93m"
#define MOVEIT_CONSOLE_COLOR_RED "\033[91m"

#endif

0 comments on commit d467301

Please sign in to comment.