mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 06:43:15 +02:00
IDE: Editor-color-schemes: add default values for "Modifier" (default to same as KeyWord, to match previous behaviour)
This commit is contained in:
parent
8ac0fa2e95
commit
a2220628eb
@ -77,6 +77,7 @@
|
|||||||
<Comment Foreground="clGreen" Style="fsItalic"/>
|
<Comment Foreground="clGreen" Style="fsItalic"/>
|
||||||
<Directive Foreground="clTeal"/>
|
<Directive Foreground="clTeal"/>
|
||||||
<Number Foreground="clBlue"/>
|
<Number Foreground="clBlue"/>
|
||||||
|
<Modifier Foreground="clNavy" Style="fsBold"/>
|
||||||
<Reserved_word Foreground="clNavy" Style="fsBold"/>
|
<Reserved_word Foreground="clNavy" Style="fsBold"/>
|
||||||
<String Foreground="clBlue"/>
|
<String Foreground="clBlue"/>
|
||||||
</SchemeDelphi>
|
</SchemeDelphi>
|
||||||
|
@ -78,6 +78,7 @@
|
|||||||
<Comment Foreground="clGray"/>
|
<Comment Foreground="clGray"/>
|
||||||
<Directive Foreground="clRed"/>
|
<Directive Foreground="clRed"/>
|
||||||
<Number Foreground="clFuchsia"/>
|
<Number Foreground="clFuchsia"/>
|
||||||
|
<Modifier Foreground="clAqua" Style="fsBold"/>
|
||||||
<Reserved_word Foreground="clAqua" Style="fsBold"/>
|
<Reserved_word Foreground="clAqua" Style="fsBold"/>
|
||||||
<String Foreground="clYellow"/>
|
<String Foreground="clYellow"/>
|
||||||
<Symbol Foreground="clAqua"/>
|
<Symbol Foreground="clAqua"/>
|
||||||
|
@ -77,6 +77,7 @@
|
|||||||
<Comment Foreground="clSilver"/>
|
<Comment Foreground="clSilver"/>
|
||||||
<Directive Foreground="clSilver"/>
|
<Directive Foreground="clSilver"/>
|
||||||
<Number Foreground="clYellow"/>
|
<Number Foreground="clYellow"/>
|
||||||
|
<Modifier Foreground="clWhite"/>
|
||||||
<Reserved_word Foreground="clWhite"/>
|
<Reserved_word Foreground="clWhite"/>
|
||||||
<String Foreground="clYellow"/>
|
<String Foreground="clYellow"/>
|
||||||
<Symbol Foreground="clYellow"/>
|
<Symbol Foreground="clYellow"/>
|
||||||
|
@ -79,6 +79,7 @@
|
|||||||
<Comment Foreground="clGray"/>
|
<Comment Foreground="clGray"/>
|
||||||
<Directive Foreground="clRed"/>
|
<Directive Foreground="clRed"/>
|
||||||
<Number Foreground="clFuchsia"/>
|
<Number Foreground="clFuchsia"/>
|
||||||
|
<Modifier Foreground="clAqua" Style="fsBold"/>
|
||||||
<Reserved_word Foreground="clAqua" Style="fsBold"/>
|
<Reserved_word Foreground="clAqua" Style="fsBold"/>
|
||||||
<String Foreground="clYellow"/>
|
<String Foreground="clYellow"/>
|
||||||
<Symbol Foreground="clAqua"/>
|
<Symbol Foreground="clAqua"/>
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user