Darker text viewer

This commit is contained in:
Paddy Xu
2018-06-23 16:39:42 +03:00
parent 2743a83e27
commit 382b9349be
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ namespace QuickLook.Plugin.TextViewer
public void Prepare(string path, ContextObject context) public void Prepare(string path, ContextObject context)
{ {
context.Theme = Themes.Light; //context.Theme = Themes.Light;
context.PreferredSize = new Size {Width = 800, Height = 600}; context.PreferredSize = new Size {Width = 800, Height = 600};
} }

View File

@@ -40,7 +40,7 @@ namespace QuickLook.Plugin.TextViewer
{ {
_context = context; _context = context;
Background = Brushes.Transparent; Background = new SolidColorBrush(Color.FromArgb(0xAA, 255, 255, 255));
FontSize = 14; FontSize = 14;
ShowLineNumbers = true; ShowLineNumbers = true;
WordWrap = true; WordWrap = true;