IDE: Editor-color-schemes: add default values for "Modifier" (default to same as KeyWord, to match previous behaviour)

This commit is contained in:
Martin 2025-01-10 16:41:15 +01:00
parent 8ac0fa2e95
commit a2220628eb
5 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,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>

View File

@ -78,6 +78,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"/>

View File

@ -77,6 +77,7 @@
<Comment Foreground="clSilver"/>
<Directive Foreground="clSilver"/>
<Number Foreground="clYellow"/>
<Modifier Foreground="clWhite"/>
<Reserved_word Foreground="clWhite"/>
<String Foreground="clYellow"/>
<Symbol Foreground="clYellow"/>

View File

@ -79,6 +79,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.