Hamilton LaboratoriesHamilton C shell 2012User guideSamples

white.csh

Oregon Coast

white.csh
Previous | Next

#  Customize the screen colors for a bright white window.
#  Copyright (c) 1996-2012 by Hamilton Laboratories.  All rights reserved.


setenv   COLORS         =  black on bright white
setenv   DELETIONS      =  bright white on dim red
setenv   ADDITIONS      =  bright white on dim green
setenv   MOREPROMPT     =  bright white on dim blue
setenv   MOREFILLIN     =  bright yellow
setenv   MOREERROR      =  bright white on dim red
setenv   MOREEOF        =  bright red
setenv   DIRECTORIES    =  bright red
setenv   SYSTEMDIRS     =  blue

Previous | Next