FIX: Space attribute default foreground color

This commit is contained in:
Alexander Koblov 2017-12-13 18:02:40 +00:00
commit dbfbb2e11b

View file

@ -49,6 +49,7 @@ object dmHighl: TdmHighl
KeyAttri.FrameEdges = sfeAround
NumberAttri.Foreground = clNavy
NumberAttri.FrameEdges = sfeAround
SpaceAttri.Foreground = clNone
SpaceAttri.FrameEdges = sfeAround
StringAttri.Foreground = clBlue
StringAttri.FrameEdges = sfeAround
@ -70,6 +71,7 @@ object dmHighl: TdmHighl
KeyAttri.FrameEdges = sfeAround
NumberAttri.Foreground = clNavy
NumberAttri.FrameEdges = sfeAround
SpaceAttri.Foreground = clNone
SpaceAttri.FrameEdges = sfeAround
StringAttri.Foreground = clBlue
StringAttri.FrameEdges = sfeAround
@ -218,6 +220,7 @@ object dmHighl: TdmHighl
NumberAttri.FrameEdges = sfeAround
OperatorAttri.FrameEdges = sfeAround
PragmaAttri.FrameEdges = sfeAround
SpaceAttri.Foreground = clNone
SpaceAttri.FrameEdges = sfeAround
StringAttri.Foreground = clNavy
StringAttri.FrameEdges = sfeAround