------------------------------------------------------------------------------- =============================================================================== Use of the Various Colors DefaultBackground # f.identify background DefaultForeground # f.identify foreground BorderColor # highlighted window border BorderTileForeground # stipple foreground for unhighted windows BorderTileBackground # stipple background for unhighted windows TitleBackground # titlebar background TitleForeground # titlebar foreground MenuBackground # menu background MenuForeground # menu foreground MenuTitleBackground # menu title entry background MenuTitleForeground # menu title entry foreground MenuShadowColor # drop shadow color for popup menus IconBackground # icon window background IconForeground # icon window foreground IconManagerBackground # icon manager background IconManagerForeground # icon manager foreground Specific to CTwm IconBorderColor # icon window border IconManagerHighlight # icon manager highlight MapWindowBackground # Workspace Map background MapWindowForeground # Workspace Map foreground Specific to VTwm VirtualBackground VirtualForeground DesktopDisplayBackground ------------------------------------------------------------------------------- Default CTwm colors (simplified) Color { DefaultBackground "blue" DefaultForeground "gray85" BorderColor "Red" IconBorderColor "gray85" BorderTileBackground "DeepSkyBlue1" BorderTileForeground "Black" TitleBackground "DeepSkyBlue1" TitleForeground "Black" MenuForeground "white" MenuBackground "#686B9F" MenuTitleBackground "gray70" MenuTitleForeground "White" IconBackground "LightSlateBlue" IconForeground "White" IconManagerBackground "DeepSkyBlue1" IconManagerForeground "Black" MapWindowBackground "DeepSkyBlue1" MapWindowForeground "Black" } ------------------------------------------------------------------------------- CTwm Example Color { DefaultBackground "blue" DefaultForeground "gray85" BorderColor "#FF0000" IconBorderColor "gray85" TitleBackground "#0f0f0f" TitleForeground "gray85" MenuBackground "Black" MenuForeground "white" MenuTitleBackground "gray70" MenuTitleForeground "maroon" IconBackground "maroon" IconForeground "gray85" IconManagerBackground "gray70" IconManagerForeground "Black" MapWindowBackground "White" MapWindowForeground "Black" } ------------------------------------------------------------------------------- Anthony's Tomato Color Scheme Also uses matching "tomato_*" title icons from http://www.cit.gu.edu.au/~anthony/icons/appl/twm/ Color { DefaultBackground "lemon chiffon" DefaultForeground "black" BorderColor "firebrick" IconBorderColor "black" BorderTileBackground "black" BorderTileForeground "black" TitleBackground "tomato" TitleForeground "black" MenuTitleBackground "tomato" MenuTitleForeground "black" MenuBackground "grey" MenuForeground "black" MenuShadowColor "darkslategrey" IconBackground "wheat" IconForeground "black" IconManagerBackground "grey" IconManagerForeground "black" IconManagerHighlight "slate grey" MapWindowBackground "grey" MapWindowForeground "black" } Also see Alturnatives below for "tomato-blue" menus ------------------------------------------------------------------------------- Anthony's Tan/Browns Scheme Color { DefaultBackground "dark slate grey" DefaultForeground "white" BorderColor "peru" IconBorderColor "black" BorderTileBackground "black" BorderTileForeground "black" TitleBackground "tan" TitleForeground "black" MenuTitleBackground "tan" MenuTitleForeground "black" MenuBackground "wheat" MenuForeground "black" MenuShadowColor "tan" IconBackground "wheat" IconForeground "black" IconManagerBackground "tan" IconManagerForeground "black" IconManagerHighlight "peru" MapWindowBackground "tan" MapWindowForeground "black" } ------------------------------------------------------------------------------- Peters Setup ???? (from CTwm Sources) Color { BorderColor "Black" IconBorderColor "Wheat" BorderTileBackground "Wheat" BorderTileForeground "black" TitleBackground "SteelBlue" TitleForeground "Black" MenuBackground "Wheat" MenuForeground "Black" MenuTitleBackground "SteelBlue" MenuTitleForeground "Black" IconBackground "LightBlue" IconForeground "Black" IconManagerBackground "LightGray" IconManagerForeground "Black" IconManagerHighlight "Wheat" MapWindowBackground "Khaki" MapWindowForeground "Black" } ------------------------------------------------------------------------------- Alturnatives Tomato-Blue Menus MenuTitleBackground "tomato" MenuTitleForeground "black" MenuBackground "sky blue" MenuForeground "black" MenuShadowColor "darkslategrey" Grey Menus... MenuTitleBackground "darkslategrey" MenuTitleForeground "white" MenuBackground "slategrey" MenuForeground "gainsboro" MenuShadowColor "black" -------------------------------------------------------------------------------