17 GCC & Grep Colors

BashStyle-NG GCC & Grep Colors

Figure 17.1: GCC & Grep Colors

GCC Colors

Settings: use_gcc_colors Enable GCC Colors

This master switch will make BashStyle-NG adjust the colors for gcc.

The following settings allow you to adjust the specific types of text messages to be colored by BashStyle-NG’s predefinied colors.

Caret = the ^ shown to point to a specific part of the code Locus = location information (line, column, etc.)

Grep Colors

Settings: use_grep_colors

This master switch will make BashStyle-NG adjust the colors for grep.

The following settings allow you to adjust the specific types of text messages to be colored by BashStyle-NG’s predefinied colors.

selected match = the actual match context match = lines before or after the selected match displayed to give context information, enabled via -A, -B or -C flags.