Jeff Young 3 years ago
parent
commit
bb1eb94aa0
  1. 2
      common/scintilla_tricks.cpp

2
common/scintilla_tricks.cpp

@ -112,7 +112,7 @@ void SCINTILLA_TRICKS::setupStyles()
// Set up the brace highlighting. Scintilla doesn't handle alpha, so we construct our own
// 20% wash by blending with the background.
KIGFX::COLOR4D braceText = highlightText;
KIGFX::COLOR4D braceText = foreground;
KIGFX::COLOR4D braceHighlight = braceText.Mix( background, 0.2 );
m_te->StyleSetForeground( wxSTC_STYLE_BRACELIGHT, highlightText.ToColour() );

Loading…
Cancel
Save