mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-22 03:00:14 +08:00
Darker text viewer
This commit is contained in:
@@ -82,7 +82,7 @@ namespace QuickLook.Plugin.TextViewer
|
||||
|
||||
public void Prepare(string path, ContextObject context)
|
||||
{
|
||||
context.Theme = Themes.Light;
|
||||
//context.Theme = Themes.Light;
|
||||
|
||||
context.PreferredSize = new Size {Width = 800, Height = 600};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user