Fuzziqer Software Windows Color Manager

This program allows for easy customization of the standard Windows
GUI colors. Yes, you can do this in the Display control panel, but
you can do a little more using this program (see the "outline"
color sets).

Basically, it lets you change any of the Windows system colors.
Open colors.exe, and notice that it creates an icon on your
taskbar. Click on this icon to open the Color Manager window,
which contains a list of all the used system colors. Select a
system color, and its value will appear in the edit box below.
Change the color value, and it will be updated immediately.
Colors should be entered in hex (24-bit RGB).

Right-click on the taskbar icon to display the Color Manager menu.
You can open the Color Manager window, exit the program, or
quickly change to any color set in the same directory as
colors.exe. Selecting a color set file will immediately change the
system colors to those in the file.

Changing your system colors will NOT remain after the computer
restarts. To keep your colors, save them using the Save Color Set
button. You can then either reload them when you want to, or set
Color Manager to load on startup and load your color set. To do
this, follow these steps:
    1. Right click on colors.exe and select Create Shortcut.
    2. Right click on the new shortcut and select Properties.
    3. Click on the "Target:" box and press the END key on your
       keyboard.
    4. Type a space, then the filename of the color set you want
       to be loaded each time the computer starts. Don't forget
       the .zfk extension.
    5. Click OK.
    6. Go to Start->Programs and double-click on the Startup
       folder.
    7. Move the shortcut you created into the Startup folder.

The color identifiers are as follows:
    COLOR_3DDKSHADOW            - 3D very dark color (buttons)
    COLOR_3DFACE                - 3D face color (windows, buttons)
    COLOR_3DHILIGHT             - 3D very light color (buttons)
    COLOR_3DLIGHT               - 3D light color (buttons)
    COLOR_3DSHADOW              - 3D dark color (buttons)
    COLOR_ACTIVEBORDER          - active window border
    COLOR_ACTIVECAPTION         - active window title bar
    COLOR_ACTIVECAPTION_RIGHT   - active window title bar (right side)
    COLOR_APPWORKSPACE          - MDI window background
    COLOR_BACKGROUND            - desktop background
    COLOR_BTNTEXT               - button/control text
    COLOR_CAPTIONTEXT           - active window title text
    COLOR_GRAYTEXT              - disabled/inactive text
    COLOR_HIGHLIGHT             - selection background color
    COLOR_HIGHLIGHTTEXT         - selection text color
    COLOR_INACTIVEBORDER        - inactive window border
    COLOR_INACTIVECAPTION       - inactive window title bar
    COLOR_INACTIVECAPTION_RIGHT - inactive window title bar (right side)
    COLOR_INACTIVECAPTIONTEXT   - inactive window title text
    COLOR_INFOBK                - tooltip background
    COLOR_INFOTEXT              - tooltip text
    COLOR_MENU                  - menu background
    COLOR_MENUTEXT              - menu text
    COLOR_SCROLLBAR             - scrollbar background
    COLOR_WINDOW                - window background
    COLOR_WINDOWFRAME           - simple window frame
    COLOR_WINDOWTEXT            - window text
    COLOR_TYPE_25               - unknown
    COLOR_HOVER_HIGHLIGHT       - icon hover highlight color