Syscolor 2.2

By Message

Description: Sets the system colors through step.rc commands, bang commands, or ini file.
Changes:
  • Changes since 2.1
    • Fixed problem with RGB and BGR colors being confused (thanx qwilk for pointing it out)
    • Added SCLoadSection
  • Changes since 2.0
    • Fixed bug in the read/write procedures that caused colors to be backwards.
  • Changes since 1.01
    • Rewrote most of the code to be oop, code conforms to lsd2 format
    • Added two new bang commands: !SCWriteColors and !SCReadColors
    • Added new step.rc command: SCIniFile
  • Changes since 1.0
    • Added SCGradientActiveCaption // Read description below
    • Added SCGradientInactiveCaption // Read description below
    • Added SCHotLight // Read description below
    • Added !SCReset // Read description below
!SCWriteColors <section> Writes your color scheme to an ini file, if no section name is specified, defaults to "SYSCOLOR"
!SCReadColors <section> Reads your color schem from an ini file, if no section name is specified, defaults to "SYSCOLOR"
!SCReset <section> Will reset your system colors to the ones found in step.rc, just in case you muck them up
SCIniFile <file name> Specifies the ini (has to be an ini file) for Syscolor to read/write color schemes to, if this is not set Syscolor defaults to modules.ini
SC3DDkShadow <color> Dark shadow for three-dimensional display elements.
SC3DFace <color> Face color for three-dimensional display elements and for dialog box backgrounds.
SCBtnFace <color> Face color for three-dimensional display elements and for dialog box backgrounds.
SC3DHiLight <color> Highlight color for three-dimensional display elements (for edges facing the light source.)
SC3DHighLight <color> Highlight color for three-dimensional display elements (for edges facing the light source.)
SCBtnHiLight <color> Highlight color for three-dimensional display elements (for edges facing the light source.)
SCBtnHighLight <color> Highlight color for three-dimensional display elements (for edges facing the light source.)
SC3DLight <color> Light color for three-dimensional display elements (for edges facing the light source.)
SC3DShadow <color> Shadow color for three-dimensional display elements (for edges facing away from the light source).
SCBtnShadow <color> Shadow color for three-dimensional display elements (for edges facing away from the light source).
SCActiveBorder <color> Active window border.
SCActiveCaption <color> Active window title bar. Windows 98, Windows 2000: Specifies the left side color in the color gradient of an active window's title bar if the gradient effect is enabled.
SCAppWorkSpace <color> Background color of multiple document interface (MDI) applications.
SCBackground <color> Desktop.
SCDesktop <color> Desktop.
SCBtnText <color> Text on push buttons.
SCCaptionText <color> Text in caption, size box, and scroll bar arrow box.
SCGradientActiveCaption <color> Windows 98, Windows 2000: Right side color in the color gradient of an active window's title bar. cActiveCaption specifies the left side color. Use SPI_GETGRADIENTCaptionS with the SystemParametersInfo function to determine whether the gradient effect is enabled.
SCGradientInactiveCaption <color> Windows 98, Windows 2000: Right side color in the color gradient of an inactive window's title bar. cInactiveCaption specifies the left side color.
SCGrayText <color> Grayed (disabled) text. This color is set to 0 if the current display driver does not support a solid gray color.
SCHighLight <color> Item(s) selected in a control.
SCHighLightText <color> Text of item(s) selected in a control.
SCHotLight <color> Windows 98, Windows 2000: Color for a hot-tracked item. Single clicking a hot-tracked item executes the item.
SCInactiveBorder <color> Inactive window border.
SCInactiveCaption <color> Inactive window caption. Windows 98, Windows 2000: Specifies the left side color in the color gradient of an inactive window's title bar if the gradient effect is enabled.
SCInactiveCaptionText <color> Color of text in an inactive caption.
SCInfoBk <color> Background color for tooltip controls.
SCInfoText <color> Text color for tooltip controls.
SCMenu <color> Menu background.
SCMenuText <color> Text in menus.
SCScrollBar <color> Scroll bar gray area.
SCWindow <color> Window background.
SCWindowFrame <color> Window frame.
SCWindowText <color> Text in windows.