lightweight variant (#1)

Reviewed-on: #1
Co-authored-by: Aleksandr Neychev <alexnejchev73@gmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2026-08-12 13:37:30 +00:00
committed by alex
parent a0d3098fe4
commit 55ac8e6556
147 changed files with 4055 additions and 2349 deletions
+21
View File
@@ -0,0 +1,21 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<SolidColorBrush x:Key="Theme.WindowBackground" Color="#1E1E21" />
<SolidColorBrush x:Key="Theme.Foreground" Color="#E8E8EA" />
<SolidColorBrush x:Key="Theme.SecondaryForeground" Color="#9A9AA2" />
<SolidColorBrush x:Key="Theme.Surface" Color="#26262A" />
<SolidColorBrush x:Key="Theme.SurfaceStrong" Color="#303036" />
<SolidColorBrush x:Key="Theme.ControlBackground" Color="#2C2C31" />
<SolidColorBrush x:Key="Theme.ControlHoverBackground" Color="#38383E" />
<SolidColorBrush x:Key="Theme.ControlBorder" Color="#46464C" />
<SolidColorBrush x:Key="Theme.PopupBackground" Color="#2A2A2F" />
<SolidColorBrush x:Key="Theme.SelectionBackground" Color="#3A4665" />
<SolidColorBrush x:Key="Theme.Accent" Color="#5B8CF7" />
<SolidColorBrush x:Key="Theme.SliderTrack" Color="#46464C" />
<SolidColorBrush x:Key="Theme.ScrollBarThumb" Color="#55555C" />
</ResourceDictionary>