mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Darker text viewer
This commit is contained in:
@@ -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};
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user