XLOADIMAGE_COMMAND:imagetool %s & # format: color:integer:foreground:background. # colors allowed: # black red green brown # blue magenta cyan lightgray # gray brightred brightgreen yellow # brightblue brightmagenta brightcyan white # also: nocolor, default # ;;; 2001-10-02 T10:42:49-0400 (Tuesday) Deepak Goel # search-results: always black:white, can't change :( # 0: normal color # 1: bold (non-current links) # 2: reverse (bottom line) # 3: bold + reverse (not used) # 4: underline # 5: bold + underline.. # 6: reverse + underline (current link..) # 7: reverse + underline + bold (WHEREIS search results) COLOR:0:blue:white COLOR:1:brightblue:yellow COLOR:2:white:blue COLOR:3:yellow:brightblue COLOR:4:red:white COLOR:5:brightred:white COLOR:6:white:red COLOR:7:magenta:black # <-- a choice of colors i like.. displays stuff properply.. imho... # first copied from internet (forget where..) and then tweaked..