/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.App/Styles/TransparentMarkdownTextBlock.xaml
21 строка
1 KB
Yair
Code Quality: Updated license header
31 дек 2024, 05:03
31 дек 2024, 05:03
8436c6d
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <ResourceDictionary.ThemeDictionaries> <ResourceDictionary x:Key="Default" /> <ResourceDictionary x:Key="Light"> <SolidColorBrush x:Key="MarkdownBorderBrush" Color="Transparent" /> <SolidColorBrush x:Key="MarkdownBackgroundBrush" Color="Transparent" /> <SolidColorBrush x:Key="MarkdownRichTextBlockBackground" Color="Transparent" /> </ResourceDictionary> <ResourceDictionary x:Key="Dark"> <SolidColorBrush x:Key="MarkdownBorderBrush" Color="Transparent" /> <SolidColorBrush x:Key="MarkdownBackgroundBrush" Color="Transparent" /> <SolidColorBrush x:Key="MarkdownRichTextBlockBackground" Color="Transparent" /> </ResourceDictionary> <ResourceDictionary x:Key="HighContrast"> <SolidColorBrush x:Key="MarkdownBorderBrush" Color="Transparent" /> <SolidColorBrush x:Key="MarkdownBackgroundBrush" Color="Transparent" /> <SolidColorBrush x:Key="MarkdownRichTextBlockBackground" Color="Transparent" /> </ResourceDictionary> </ResourceDictionary.ThemeDictionaries> </ResourceDictionary>