mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
11 lines
347 B
XML
11 lines
347 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:VideoLinkDownloader">
|
|
<SolidColorBrush
|
|
x:Key="Background"
|
|
Color="#181818" />
|
|
<SolidColorBrush
|
|
x:Key="Foreground"
|
|
Color="#eee" />
|
|
</ResourceDictionary> |