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