Files

11 lines
643 B
Plaintext
Raw Permalink Normal View History

2025-01-20 16:35:48 +03:00
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
2025-01-23 20:43:52 +03:00
<SolidColorBrush x:Key="DefaultBackground">#222222</SolidColorBrush>
<SolidColorBrush x:Key="DefaultForeground">#121212</SolidColorBrush>
2025-01-22 21:06:05 +03:00
<SolidColorBrush x:Key="DefaultSelected">#D95F59</SolidColorBrush>
2025-01-28 19:59:35 +03:00
<BoxShadows x:Key="DefaultShadow">0 0 10 -1 #121212</BoxShadows>
2025-02-02 10:57:29 +03:00
<LinearGradientBrush EndPoint="100%,50%" StartPoint="0%,50%" x:Key="DefaultGrad">
<GradientStop Color="#262222" Offset="0.0" />
<GradientStop Color="#222222" Offset="1.0" />
</LinearGradientBrush>
2025-01-20 16:35:48 +03:00
</ResourceDictionary>