# PlayerSettings.WSAApplicationForegroundText

> Values for the color style of the title text that appears within the Universal Windows Platform application tiles.

## Definition

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

```csharp
public enum PlayerSettings.WSAApplicationForegroundText
```

## Remarks

The [tileForegroundText](/engine/6000.6/script-reference/unityeditor/playersettings/wsa/tileforegroundtext.md) property uses this color style. **Important:** Unity writes these settings to the package manifest when it builds Universal Windows Platform for the first time. Building into an existing Universal Windows Platform build folder does not update the package manifest and does not apply any changes.

## Fields

| Value                                                                                                     | Description                                                              |
| --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| [Dark](/engine/6000.6/script-reference/unityeditor/playersettings/wsaapplicationforegroundtext/dark.md)   | Uses dark text within the Universal Windows Platform application tiles.  |
| [Light](/engine/6000.6/script-reference/unityeditor/playersettings/wsaapplicationforegroundtext/light.md) | Uses light text within the Universal Windows Platform application tiles. |
