using HellionChat.Code; namespace HellionChat.Themes; // Optional per-theme chat colours applied to Configuration.ChatColours on user request. // Themes without this leave channel colours untouched. public sealed record ThemeChatColors(IReadOnlyDictionary Channels);