From 66c24b630a96b2fbcc95eefbdf7e052034569ded Mon Sep 17 00:00:00 2001 From: goat Date: Mon, 4 Nov 2024 22:59:24 +0100 Subject: [PATCH] dark uiglow looks better --- Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs b/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs index 471422eb8..e568ff972 100644 --- a/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs +++ b/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs @@ -454,7 +454,7 @@ internal class TitleScreenMenuWindow : Window, IDisposable var titleVersionText = new SeStringBuilder() .AddText(addon->AtkValues[1].GetValueAsString()) .AddText("\n\n") - .AddUiGlow(10) + .AddUiGlow(701) .AddUiForeground(SeIconChar.BoxedLetterD.ToIconString(), 539) .AddUiGlowOff() .AddText($" Dalamud: {Util.GetScmVersion()}")