anshdadhich's picture
initial commit
1c4658f
<Application
x:Class="FastSeek.WinUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
<ResourceDictionary>
<Color x:Key="Bg">#161A1D</Color>
<Color x:Key="Panel">#20262B</Color>
<Color x:Key="Accent">#4FC3F7</Color>
<SolidColorBrush x:Key="BgBrush" Color="{StaticResource Bg}" />
<SolidColorBrush x:Key="PanelBrush" Color="{StaticResource Panel}" />
<SolidColorBrush x:Key="AccentBrush" Color="{StaticResource Accent}" />
</ResourceDictionary>
</Application.Resources>
</Application>