=============================================================================== See also "CTwm.colors.hints" Use of the Various Colors DefaultBackground # f.identify background DefaultForeground # f.identify foreground BorderColor # highlighted window border TitleBackground # titlebar background TitleForeground # titlebar foreground MenuBackground # menu background MenuForeground # menu foreground MenuTitleBackground # menu title entry background MenuTitleForeground # menu title entry foreground IconBackground # icon window background IconForeground # icon window foreground IconBorderColor # icon window border IconManagerBackground # for f.showiconmgr window IconManagerForeground # for f.showiconmgr window =============================================================================== Default colour scheme of TWM Color { BorderColor "slategrey" DefaultForeground "gray85" DefaultBackground "maroon" TitleForeground "gray85" TitleBackground "maroon" MenuForeground "gray85" MenuBackground "maroon" MenuTitleForeground "maroon" MenuTitleBackground "gray70" IconManagerForeground "gray85" IconManagerBackground "maroon" IconForeground "gray85" IconBackground "maroon" IconBorderColor "gray85" } ------------------------------------------------------------------------------- Griffith University (Anthony's Color Scheme) Color { BorderColor "black" DefaultForeground "black" DefaultBackground "white" TitleForeground "black" TitleBackground "tomato" MenuTitleForeground "black" MenuTitleBackground "tomato" MenuForeground "black" MenuBackground "aquamarine" IconManagerForeground "black" IconManagerBackground "wheat" IconForeground "black" IconBackground "wheat" IconBorderColor "black" } ------------------------------------------------------------------------------- Chalmers University (Sweden) Color { BorderColor "red" BorderTileForeground "red" BorderTileBackground "black" TitleForeground "black" TitleBackground "cyan" MenuTitleForeground "white" MenuTitleBackground "SkyBlue" MenuForeground "yellow" MenuBackground "orchid" MenuShadowColor "firebrick" IconManagerForeground "black" IconManagerBackground "gold" IconForeground "firebrick" IconBackground "coral" IconBorderColor "green" } ------------------------------------------------------------------------------- Purdue University Computing Center Color { BorderColor "cornsilk" DefaultForeground "yellow" DefaultBackground "navy" TitleForeground "yellow" TitleBackground "blue" MenuTitleForeground "red" MenuTitleBackground "wheat" MenuForeground "yellow" MenuBackground "black" MenuShadowColor "maroon" IconManagerForeground "pink" IconManagerBackground "darkgreen" IconForeground "yellow" IconBackground "blue" IconBorderColor "red" } ------------------------------------------------------------------------------- Micheal Lawley's color scheme Color { BorderColor "red" BorderTileForeground "blue" BorderTileBackground "yellow" TitleForeground "white" TitleBackground "blue" MenuTitleForeground "red" MenuTitleBackground "blue" MenuForeground "yellow" MenuBackground "darkgreen" IconForeground "darkgreen" IconBackground "cadetblue" IconBorderColor "green" } ------------------------------------------------------------------------------- Sketch's (Lisa Bell) color schmeme (very dark) Color { BorderColor "grey" DefaultForeground "gray85" DefaultBackground "turquoise4" TitleForeground "black" TitleBackground "darkturquoise" MenuTitleForeground "black" MenuTitleBackground "seaGreen" MenuForeground "gray85" MenuBackground "DarkOliveGreen4" IconManagerForeground "white" IconManagerBackground "seaGreen" IconManagerHighlight "red" IconForeground "gray85" IconBackground "darkturquoise" IconBorderColor "white" } ------------------------------------------------------------------------------- James Cook University (Stuart) Color { BorderColor "black" TitleForeground "ivory" TitleBackground "Blue" MenuTitleForeground "ivory" MenuTitleBackground "Red" MenuForeground "black" MenuBackground "ivory" IconForeground "black" IconBackground "ivory" IconBorderColor "black" } ------------------------------------------------------------------------------- XSession application Color { BorderColor "red" DefaultForeground "yellow" DefaultBackground "blue" TitleForeground "ivory2" TitleBackground "blue" MenuTitleForeground "blue" MenuTitleBackground "yellow" MenuForeground "yellow" MenuBackground "blue" IconManagerForeground "yellow" IconManagerBackground "blue" IconForeground "black" IconBackground "white" IconBorderColor "blue" } ------------------------------------------------------------------------------- NCD twm example Color { BorderColor "black" DefaultForeground "black" DefaultBackground "#00bb88" TitleForeground "black" TitleBackground "#00bb88" MenuForeground "black" MenuBackground "#00bb88" MenuTitleForeground "white" MenuTitleBackground "black" IconForeground "black" IconBackground "#00bb88" IconManagerForeground "black" IconManagerBackground "#00bb88" IconBorderColor "#888888" # Note "#00bb88" is close to "lime green" # "#888888" is "grey51" but is close to "slate grey" } -------------------------------------------------------------------------------