mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Darker text viewer
This commit is contained in:
@@ -40,7 +40,7 @@ namespace QuickLook.Plugin.TextViewer
|
||||
{
|
||||
_context = context;
|
||||
|
||||
Background = Brushes.Transparent;
|
||||
Background = new SolidColorBrush(Color.FromArgb(0xAA, 255, 255, 255));
|
||||
FontSize = 14;
|
||||
ShowLineNumbers = true;
|
||||
WordWrap = true;
|
||||
|
Reference in New Issue
Block a user