Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58869
Collapse All | Expand All

(-)DIR_COLORS (-10 / +10 lines)
Lines 57-72 Link Here
57
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
57
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
58
# Background color codes:
58
# Background color codes:
59
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
59
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white
60
NORMAL 00	# global default, although everything should be something.
60
NORMAL 00           # global default, although everything should be something.
61
FILE 00 	# normal file
61
FILE 00             # normal file
62
DIR 01;34 	# directory
62
DIR 01;34           # directory
63
LINK 01;36 	# symbolic link.  (If you set this to 'target' instead of a
63
LINK 01;36          # symbolic link (if you set this to 'target' instead of a
64
            # numerical value, the color is as for the file pointer to.)
64
                    # numerical value, the color matches the object pointed to).
65
FIFO 40;33	# pipe
65
FIFO 40;33          # pipe
66
SOCK 01;35	# socket
66
SOCK 01;35          # socket
67
DOOR 01;35	# door
67
DOOR 01;35          # door
68
BLK 40;33;01	# block device driver
68
BLK 40;33;01        # block device driver
69
CHR 40;33;01 	# character device driver
69
CHR 40;33;01        # character device driver
70
ORPHAN 01;05;37;41  # orphaned syminks
70
ORPHAN 01;05;37;41  # orphaned syminks
71
MISSING 01;05;37;41 # ... and the files they point to
71
MISSING 01;05;37;41 # ... and the files they point to
72
72

Return to bug 58869