This document describes a solution that allows Oracle Forms users to customize the colors used in forms. It includes:
1) A database table to store user color preferences referenced by a unique ID.
2) A PL/SQL library (colors.pll) that sets form colors at startup based on the preferences table.
3) Two sample color selection screens - one using native Forms and one using a Java color picker bean.
4) Instructions for adding color customization to existing forms applications.