|
CTWM
|
These define various colors we use for things on the screen. More...
Variables | |
| ColorPair | ScreenInfo::BorderTileC |
| Border tile colors. | |
| ColorPair | ScreenInfo::TitleC |
| Titlebar colors. | |
| ColorPair | ScreenInfo::MenuC |
| Menu colors. | |
| ColorPair | ScreenInfo::MenuTitleC |
| Menu title colors. | |
| ColorPair | ScreenInfo::IconC |
| Icon colors. | |
| ColorPair | ScreenInfo::IconManagerC |
| Icon manager colors. | |
| ColorPair | ScreenInfo::DefaultC |
| Default colors. | |
| ColorPair | ScreenInfo::BorderColorC |
| Color of window borders. | |
| name_list * | ScreenInfo::BorderColorL |
| Specialized border colors for windows. | |
| name_list * | ScreenInfo::IconBorderColorL |
| Specialized border colors for icons. | |
| name_list * | ScreenInfo::BorderTileForegroundL |
| Specialized border coloring. | |
| name_list * | ScreenInfo::BorderTileBackgroundL |
| Specialized border coloring. | |
| name_list * | ScreenInfo::TitleForegroundL |
| Specialized titlebar foreground coloring. | |
| name_list * | ScreenInfo::TitleBackgroundL |
| Specialized titlebar background coloring. | |
| name_list * | ScreenInfo::IconForegroundL |
| Specialized icon foreground coloring. | |
| name_list * | ScreenInfo::IconBackgroundL |
| Specialized icon background coloring. | |
| name_list * | ScreenInfo::IconManagerFL |
| Specialized icon manager foreground coloring. | |
| name_list * | ScreenInfo::IconManagerBL |
| Specialized icon manager background coloring. | |
| name_list * | ScreenInfo::IconManagerHighlightL |
| Color to highlight focused windows in icon manager. | |
| Pixel | ScreenInfo::MenuShadowColor |
| Menu shadow color. | |
| Pixel | ScreenInfo::IconBorderColor |
| Icon border color. | |
| Pixel | ScreenInfo::IconManagerHighlight |
| Icon manager highlight color. | |
| short | ScreenInfo::ClearShadowContrast |
| The contrast of the clear shadow. | |
| short | ScreenInfo::DarkShadowContrast |
| The contrast of the dark shadow. | |
These define various colors we use for things on the screen.
They tend to come from things inside a Color {} section in the config. There are often correspondences between the "simple" ColorPair or Pixel values (for the "normal" colors of each type) and a name_list (for per-window settings of that type).
| ColorPair ScreenInfo::BorderColorC |
| name_list* ScreenInfo::BorderColorL |
| name_list* ScreenInfo::BorderTileBackgroundL |
| ColorPair ScreenInfo::BorderTileC |
Border tile colors.
| name_list* ScreenInfo::BorderTileForegroundL |
| short ScreenInfo::ClearShadowContrast |
The contrast of the clear shadow.
Definition at line 449 of file screen.h.
Referenced by InitScreenInfo().
| short ScreenInfo::DarkShadowContrast |
The contrast of the dark shadow.
Definition at line 452 of file screen.h.
Referenced by InitScreenInfo().
| name_list* ScreenInfo::IconBackgroundL |
| Pixel ScreenInfo::IconBorderColor |
| name_list* ScreenInfo::IconBorderColorL |
Specialized border colors for icons.
From IconBorderColor config var.
| ColorPair ScreenInfo::IconC |
Icon colors.
| name_list* ScreenInfo::IconForegroundL |
| name_list* ScreenInfo::IconManagerBL |
Specialized icon manager background coloring.
From IconManagerBackground config var.
| ColorPair ScreenInfo::IconManagerC |
Icon manager colors.
| name_list* ScreenInfo::IconManagerFL |
Specialized icon manager foreground coloring.
From IconManagerForeground config var.
| Pixel ScreenInfo::IconManagerHighlight |
Icon manager highlight color.
| name_list* ScreenInfo::IconManagerHighlightL |
Color to highlight focused windows in icon manager.
| name_list* ScreenInfo::TitleBackgroundL |
Specialized titlebar background coloring.
From TitleBackground config var.
| ColorPair ScreenInfo::TitleC |
Titlebar colors.
| name_list* ScreenInfo::TitleForegroundL |
Specialized titlebar foreground coloring.
From TitleForeground config var.