Set Monaco editor to Dark Theme

This commit is contained in:
Carl de Billy 2020-08-07 16:44:42 -04:00
Родитель 829ea0b27c
Коммит 6c40a735a8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -68,6 +68,7 @@ namespace Uno.UI.Demo.Samples
xamlText.PropertyChanged += OnPropertyChanged;
xamlText.Loaded += OnEditorLoaded;
xamlText.Loading += OnEditorLoading;
xamlText.RequestedTheme = ElementTheme.Dark;
jsonDataContext.TextChanged += OnDataContextTextChanged;