mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-20 01:21:29 -07:00
5 lines
374 B
XML
5 lines
374 B
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<SolidColorBrush x:Key="NewTextEditorBackground" Color="#2D2D2D" />
|
|
<SolidColorBrush x:Key="NewTextEditorForeground" Color="White" />
|
|
<SolidColorBrush x:Key="NewTextEditorLink" Color="#3A9CEA" />
|
|
</ResourceDictionary> |