mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-10 10:19:27 +02:00
IDE: color presets, fix priorities for assembler win current-line vs selection
(cherry picked from commit 5e6de8cb95
)
This commit is contained in:
parent
03982c9280
commit
7cda7bb8ba
@ -249,8 +249,8 @@
|
|||||||
<ahaDefault Background="clForm" Foreground="clBlack" UseSchemeGlobals="False"/>
|
<ahaDefault Background="clForm" Foreground="clBlack" UseSchemeGlobals="False"/>
|
||||||
<ahaAsmSourceFunc Style="fsBold"/>
|
<ahaAsmSourceFunc Style="fsBold"/>
|
||||||
<ahaAsmSourceLine Style="fsBold"/>
|
<ahaAsmSourceLine Style="fsBold"/>
|
||||||
<ahaTextBlock Background="clHighlight" Foreground="clHighlightText" UseSchemeGlobals="False"/>
|
<ahaTextBlock Background="clHighlight" Foreground="clHighlightText" UseSchemeGlobals="False" ForePriority="400" BackPriority="400" FramePriority="400"/>
|
||||||
<ahaLineHighlight Foreground="clHighlightText" FrameColor="clBlack" UseSchemeGlobals="False" Background="clHighlight"/>
|
<ahaLineHighlight Foreground="clHighlightText" FrameColor="clBlack" UseSchemeGlobals="False" Background="clHighlight" ForePriority="1000" BackPriority="1000" FramePriority="1000"/>
|
||||||
<ahaMouseLink Style="fsUnderline" FrameColor="clNone" UseSchemeGlobals="False"/>
|
<ahaMouseLink Style="fsUnderline" FrameColor="clNone" UseSchemeGlobals="False"/>
|
||||||
<ahaAsmLinkTarget Foreground="clHotLight"/>
|
<ahaAsmLinkTarget Foreground="clHotLight"/>
|
||||||
</SchemeDefault>
|
</SchemeDefault>
|
||||||
|
@ -228,8 +228,8 @@
|
|||||||
<ahaDefault Background="clForm" Foreground="clBlack" UseSchemeGlobals="False"/>
|
<ahaDefault Background="clForm" Foreground="clBlack" UseSchemeGlobals="False"/>
|
||||||
<ahaAsmSourceFunc Style="fsBold"/>
|
<ahaAsmSourceFunc Style="fsBold"/>
|
||||||
<ahaAsmSourceLine Style="fsBold"/>
|
<ahaAsmSourceLine Style="fsBold"/>
|
||||||
<ahaTextBlock Background="clHighlight" Foreground="clHighlightText" UseSchemeGlobals="False"/>
|
<ahaTextBlock Background="clHighlight" Foreground="clHighlightText" UseSchemeGlobals="False" ForePriority="400" BackPriority="400" FramePriority="400"/>
|
||||||
<ahaLineHighlight Foreground="clHighlightText" FrameColor="clBlack" UseSchemeGlobals="False" Background="clHighlight"/>
|
<ahaLineHighlight Foreground="clHighlightText" FrameColor="clBlack" UseSchemeGlobals="False" Background="clHighlight" ForePriority="1000" BackPriority="1000" FramePriority="1000"/>
|
||||||
<ahaMouseLink Style="fsUnderline" FrameColor="clNone" UseSchemeGlobals="False"/>
|
<ahaMouseLink Style="fsUnderline" FrameColor="clNone" UseSchemeGlobals="False"/>
|
||||||
<ahaAsmLinkTarget Foreground="clHotLight"/>
|
<ahaAsmLinkTarget Foreground="clHotLight"/>
|
||||||
</SchemeDelphi>
|
</SchemeDelphi>
|
||||||
|
Loading…
Reference in New Issue
Block a user