Fix UIColor handling per theme (#1995)

UIColor sheet has color sets per theme. Updated `UIColorWidget` to
reflect that, and added `SeStringDrawParams.ThemeIndex` to let users
choose which theme color set to use while drawing SeString from Dalamud.
This commit is contained in:
srkizer 2024-08-05 00:46:05 +09:00 committed by GitHub
parent eb2724f366
commit 694b42a378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 215 additions and 107 deletions

View file

@ -56,7 +56,7 @@ internal class DataWindow : Window, IDisposable
new TaskSchedulerWidget(),
new TexWidget(),
new ToastWidget(),
new UIColorWidget(),
new UiColorWidget(),
};
private readonly IOrderedEnumerable<IDataWindowWidget> orderedModules;