# SplashScreenStyle

> The style of builtin splash screen to use.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Deprecated.** SplashScreenStyle deprecated, Use PlayerSettings.SplashScreen.UnityLogoStyle instead

```csharp
public enum SplashScreenStyle
```

## Fields

| Value                                                                           | Description                               |
| ------------------------------------------------------------------------------- | ----------------------------------------- |
| [Dark](/engine/6000.7/script-reference/unityeditor/splashscreenstyle/dark.md)   | Dark background with light logo and text. |
| [Light](/engine/6000.7/script-reference/unityeditor/splashscreenstyle/light.md) | White background with dark logo and text. |
