public AmbientTheme(WorkflowTheme theme) : base(theme)
 {
     this.showConfigErrors       = true;
     this.dropIndicatorColor     = System.Drawing.Color.Green;
     this.selectionForeColor     = System.Drawing.Color.Blue;
     this.selectionPatternColor  = System.Drawing.Color.DarkGray;
     this.foreColor              = System.Drawing.Color.Gray;
     this.backColor              = System.Drawing.Color.White;
     this.commentIndicatorColor  = System.Drawing.Color.FromArgb(0x31, 0xc6, 0x69);
     this.readonlyIndicatorColor = System.Drawing.Color.Gray;
     this.watermarkAlignment     = DesignerContentAlignment.BottomRight;
     this.watermarkImagePath     = string.Empty;
     this.gridStyle              = DashStyle.Dash;
     this.gridColor              = System.Drawing.Color.FromArgb(0xc0, 0xc0, 0xc0);
     this.fontName           = WorkflowTheme.GetDefaultFont().FontFamily.Name;
     this.designerStyle      = System.Workflow.ComponentModel.Design.DesignerSize.Medium;
     this.drawRounded        = true;
     this.showDesignerBorder = true;
 }
 public AmbientTheme(WorkflowTheme theme) : base(theme)
 {
     this.showConfigErrors = true;
     this.dropIndicatorColor = System.Drawing.Color.Green;
     this.selectionForeColor = System.Drawing.Color.Blue;
     this.selectionPatternColor = System.Drawing.Color.DarkGray;
     this.foreColor = System.Drawing.Color.Gray;
     this.backColor = System.Drawing.Color.White;
     this.commentIndicatorColor = System.Drawing.Color.FromArgb(0x31, 0xc6, 0x69);
     this.readonlyIndicatorColor = System.Drawing.Color.Gray;
     this.watermarkAlignment = DesignerContentAlignment.BottomRight;
     this.watermarkImagePath = string.Empty;
     this.gridStyle = DashStyle.Dash;
     this.gridColor = System.Drawing.Color.FromArgb(0xc0, 0xc0, 0xc0);
     this.fontName = WorkflowTheme.GetDefaultFont().FontFamily.Name;
     this.designerStyle = System.Workflow.ComponentModel.Design.DesignerSize.Medium;
     this.drawRounded = true;
     this.showDesignerBorder = true;
 }