Status Contrast is a Dalamud plugin that adds backgrounds to status effect icons in order to increase contrast and legibility
Examples:
StatusContrast is available on Dalamud. You can install from the plugin installer
StatusContrast assumes all the following prerequisites are met:
- XIVLauncher, FINAL FANTASY XIV, and Dalamud have all been installed and the game has been run with Dalamud at least once.
- XIVLauncher is installed to its default directories and configurations.
- If a custom path is required for Dalamud's dev directory, it must be set with
the
DALAMUD_HOMEenvironment variable.
- If a custom path is required for Dalamud's dev directory, it must be set with
the
- A .NET Core 10 SDK has been installed and configured, or is otherwise available. (In most cases, the IDE will take care of this.)
- Open up
StatusContrast.slnin your C# editor of choice (likely Visual Studio or JetBrains Rider). - Build the solution. By default, this will build a
Debugbuild, but you can switch toReleasein your IDE. - The resulting plugin can be found at
StatusContrast/bin/x64/Debug/StatusContrast.dll(orReleaseif appropriate.)
- Launch the game and use
/xlsettingsin chat orxlsettingsin the Dalamud Console to open up the Dalamud settings.- In here, go to
Experimental, and add the full path to theStatusContrast.dllto the list of Dev Plugin Locations.
- In here, go to
- Next, use
/xlplugins(chat) orxlplugins(console) to open up the Plugin Installer.- In here, go to
Dev Tools > Installed Dev Plugins, and theStatus Contrastshould be visible. Enable it.
- In here, go to
- You should now see backgrounds behind your status icons!
Note that you only need to add it to the Dev Plugin Locations once (Step 1); it is preserved afterward. You can disable, enable, or load your plugin on startup through the Plugin Installer.

