mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 07:01:17 +01:00
ide: use default delphi colors by default for event log
git-svn-id: trunk@30655 -
This commit is contained in:
parent
ca906c31e1
commit
68af24efc9
@ -89,10 +89,10 @@ type
|
||||
const
|
||||
DebuggerDefaultColors: array[TDBGEventType] of TDebuggerEventLogColor = (
|
||||
{ etDefault } (Foreground: clWindowText; Background: clWindow),
|
||||
{ etBreakpointEvaluation } (Foreground: clRed; Background: clWindow),
|
||||
{ etBreakpointEvaluation } (Foreground: $8080FF; Background: clWindow),
|
||||
{ etBreakpointHit } (Foreground: clRed; Background: clWindow),
|
||||
{ etBreakpointMessage } (Foreground: clRed; Background: clWindow),
|
||||
{ etBreakpointStackDump } (Foreground: clRed; Background: clWindow),
|
||||
{ etBreakpointMessage } (Foreground: $0000D9; Background: clWindow),
|
||||
{ etBreakpointStackDump } (Foreground: $2080FF; Background: clWindow),
|
||||
{ etExceptionRaised } (Foreground: clTeal; Background: clWindow),
|
||||
{ etModuleLoad } (Foreground: clBlue; Background: clWindow),
|
||||
{ etModuleUnload } (Foreground: clBlue; Background: clWindow),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user