mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Space attribute default foreground color
This commit is contained in:
parent
fdd39ab9fc
commit
dbfbb2e11b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue