diff --git a/Forms/Editor_Form.pas b/Forms/Editor_Form.pas index 96f3f19e..bd570e73 100644 --- a/Forms/Editor_Form.pas +++ b/Forms/Editor_Form.pas @@ -260,7 +260,7 @@ procedure TEditorForm.SetFormAttributes; memCodeEditor.ActiveLineColor := EditorALineColor; memCodeEditor.SelectedColor.Background := EditorSelectColor; memCodeEditor.Gutter.Color := EditorGutterColor; - memCodeEditor.Gutter.Font.Color := Font.Color; + memCodeEditor.Gutter.Font.Color := EditorFontColor; memCodeEditor.Gutter.Visible := EditorShowGutter; if IndentChar = TAB_CHAR then begin