editor, finely tweaked the gutter color, better compat with sys dark themes

This commit is contained in:
Basile Burg 2015-10-17 13:12:47 +02:00
parent 22eb108f27
commit 9c2dd1f3e8
1 changed files with 4 additions and 4 deletions

View File

@ -438,11 +438,11 @@ begin
fAutoDotTimer.OnTimer := @AutoDotTimerEvent;
//
Gutter.LineNumberPart.ShowOnlyLineNumbersMultiplesOf := 5;
Gutter.LineNumberPart.MarkupInfo.Foreground := clGray;
Gutter.SeparatorPart.LineOffset := 1;
Gutter.LineNumberPart.MarkupInfo.Foreground := clWindowText;
Gutter.SeparatorPart.LineOffset := 0;
Gutter.SeparatorPart.LineWidth := 1;
Gutter.SeparatorPart.MarkupInfo.Foreground := clGray;
Gutter.CodeFoldPart.MarkupInfo.Foreground := clGray;
Gutter.SeparatorPart.MarkupInfo.Foreground := clBackground;
Gutter.SeparatorPart.MarkupInfo.Background := clBackground;
Gutter.OnGutterClick:= @gutterClick;
BracketMatchColor.Foreground:=clRed;
//