ANSI Colors & Syntax

0

Is there a mapping of ANSI colors to their syntax in a given shell?

For example, in BASH, Blue seems to be Folders and Green seems to be executable files.

Does a list exist for what ANSI colors mean in BASH, SSH, VI, etc.?

Patrick Perini

Posted 2011-07-24T15:17:16.550

Reputation: 3

Most of it is customizable, too. Vim has a whole plethora of colorschemes on-line, if you're willing to look. – new123456 – 2011-07-24T15:22:55.303

Answers

0

No, there is no universal mapping. /etc/DIR_COLORS or ~/.dir_colors gives the colors that ls uses; for everything else, consult the relevant documentation.

Ignacio Vazquez-Abrams

Posted 2011-07-24T15:17:16.550

Reputation: 100 516