I want to create a custom color scheme in forms 12.2.1. I have updated the font and icon mapping with the following entries:
and I shutdown and restarted WLS_FORMS. When I tag my url with 'customcolorscheme=ocsmdev'. It doesn't seem to use the custom scheme, it uses the assigned colorscheme (looks like 'BLUE').
I would expect dark in my scheme (D3E3F4) to look like this:

When I use 'customcolorscheme=ocsmdev', the form items are painted as below. Items on the right have no specified color and the items on the left use the color named in the label. OLAFDark here does not look like the color defined in my custom scheme.
These I believe are the colors from the "BLUE" color scheme. If I try customcolorscheme=sample it seems to work fine and pulls in the colors defined in sample:

Have I missed a step somewhere?