# whether if support ANSI color escape sequence
# 0: monochrome (Default)
# 1: color
# 2: color & force background to blacken
# 3: color & force foreground to blacken
ANSICOLOR=2
# color palette in the ANSI color mode
# Default: none
# 0: black
# 1: red
# 2: green
# 3: yellow
# 4: blue
# 5: magenta
# 6: cyan
# 7: white
# 8: default color for foreground
# 9: default color for background
# default palette: 89624351888
# |||||||||||
# normal file -----+||||||||||
# background -------+|||||||||
# directory ---------+||||||||
# unwritable ---------+|||||||
# unreadable ----------+||||||
# symbolic link --------+|||||
# socket ----------------+||||
# fifo (named pipe) ------+|||
# block device ------------+||
# character device ---------+|
# exectable -----------------+
ANSIPALETTE=39624351888
|