mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Slightly tweak find-all highlight colour. Refs #2277
This commit is contained in:
@@ -1197,7 +1197,7 @@ ScintillaEdit *ShaderViewer::MakeEditor(const QString &name, const QString &text
|
||||
ret->indicSetStyle(INDICATOR_REGHIGHLIGHT, INDIC_ROUNDBOX);
|
||||
|
||||
// set up find result highlight style
|
||||
ret->indicSetFore(INDICATOR_FINDRESULT, SCINTILLA_COLOUR(200, 200, 127));
|
||||
ret->indicSetFore(INDICATOR_FINDRESULT, SCINTILLA_COLOUR(200, 200, 64));
|
||||
ret->indicSetStyle(INDICATOR_FINDRESULT, INDIC_FULLBOX);
|
||||
ret->indicSetAlpha(INDICATOR_FINDRESULT, 50);
|
||||
ret->indicSetOutlineAlpha(INDICATOR_FINDRESULT, 80);
|
||||
|
||||
Reference in New Issue
Block a user