mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-10 05:12:21 +00:00
[GUI] Clean up theme management
This commit is contained in:
9
DiscordChatExporter.Gui/Internal/MediaColor.cs
Normal file
9
DiscordChatExporter.Gui/Internal/MediaColor.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace DiscordChatExporter.Gui.Internal
|
||||
{
|
||||
internal static class MediaColor
|
||||
{
|
||||
public static Color FromHex(string hex) => (Color) ColorConverter.ConvertFromString(hex);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user