mirror of https://gitlab.com/basile.b/dexed.git
editor, finely tweaked the gutter color, better compat with sys dark themes
This commit is contained in:
parent
22eb108f27
commit
9c2dd1f3e8
|
@ -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;
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue