themed scroll bars, rounded courners, libmpv update

This commit is contained in:
Frank Skare
2021-08-08 11:55:43 +02:00
parent e9b6988a69
commit fbf50e7466
18 changed files with 1067 additions and 3 deletions

View File

@@ -31,6 +31,11 @@ namespace mpvnet
return new SolidColorBrush((Color)ColorConverter.ConvertFromString(Dictionary[key]));
}
public Color GetColor(string key)
{
return (Color)ColorConverter.ConvertFromString(Dictionary[key]);
}
public static void Init(string customContent, string defaultContent, string activeTheme)
{
Current = null;