AppStyler Metro

Hi i'm trying to use TAdvSppStyler to create a similar metro theme for my application and i want to as 2 questions :

1) Can u provide me a set of valid (right) combinations of colors for metro style. I see default value go fine
      AppStyler.MetroColor:=clHighlight;
      AppStyler.MetroStyle:=msLight;
      AppStyler.MetroTextColor:=clBlack;

and others fine combinations ?
 
2) I use TAdvsmoothmessagedialog on my datamodule to manage dialogs. How can i set to it metro style ?
 
Thank u

I'm not sure I understand your first question. You can set the metro color combinations as you want, there is not something like a predefined set of metro colors. It's a matter of taste and probably something that reflects your company identity.


Try to put a TAdvFormStyler on your datamodule too that is connected to the TAdvAppStyler on the datamodule.