Skip to content

Commit

Permalink
I think this looks better.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Jun 16, 2024
1 parent f52e67e commit 0f4fafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Projects/Src/CompScintEdit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ procedure TCompScintEdit.UpdateThemeColorsAndStyleAttributes;
Call(SCI_SETELEMENTCOLOUR, SC_ELEMENT_SELECTION_INACTIVE_BACK, SelBackColor);
Call(SCI_SETELEMENTCOLOUR, SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK, SelBackColor);

Call(SCI_SETFOLDMARGINCOLOUR, 1, FTheme.Colors[tcMarginBack]);
Call(SCI_SETFOLDMARGINHICOLOUR, 1, FTheme.Colors[tcMarginBack]);
Call(SCI_SETFOLDMARGINCOLOUR, 1, FTheme.Colors[tcBack]);
Call(SCI_SETFOLDMARGINHICOLOUR, 1, FTheme.Colors[tcBack]);

Call(SCI_INDICSETFORE, inSquiggly, FTheme.Colors[tcRed]);
Call(SCI_INDICSETFORE, inWordAtCursorOccurrence, FTheme.Colors[tcWordAtCursorOccurrenceBack]);
Expand Down

0 comments on commit 0f4fafe

Please sign in to comment.