File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,8 @@ void ResultDock::initFolding() const
463
463
SC_AUTOMATICFOLD_CHANGE);
464
464
465
465
S (SCI_SETFOLDFLAGS, SC_FOLDFLAG_LINEAFTER_CONTRACTED);
466
+
467
+ S (SCI_MARKERENABLEHIGHLIGHT, TRUE );
466
468
}
467
469
468
470
void ResultDock::applyTheme ()
@@ -538,13 +540,17 @@ void ResultDock::applyTheme()
538
540
{
539
541
S (SCI_MARKERSETBACK, id, markerGlyph);
540
542
S (SCI_MARKERSETFORE, id, marginBg);
543
+
544
+ S (SCI_MARKERSETBACKSELECTED, id, RDColors::FoldHiMint);
541
545
}
542
546
for (int id : { SC_MARKNUM_FOLDERSUB,
543
547
SC_MARKNUM_FOLDERMIDTAIL,
544
548
SC_MARKNUM_FOLDERTAIL })
545
549
{
546
550
S (SCI_MARKERSETBACK, id, markerGlyph);
547
551
S (SCI_MARKERSETFORE, id, markerGlyph);
552
+
553
+ S (SCI_MARKERSETBACKSELECTED, id, RDColors::FoldHiMint);
548
554
}
549
555
550
556
/* ----------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments