Override the _term method to delete the COLORS list.
TERM: method;
   colors = getniteml( _self_, 'COLORS' );
   rc = dellist (colors);
   call super( _self_, '_term' );
endmethod;