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