From 473382638da565c890fcf8e6119f95dbdf918973 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 25 Jul 2015 10:25:26 -0400 Subject: Highlight found text in find in files results. --- themes/term.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/term.lua') diff --git a/themes/term.lua b/themes/term.lua index c3701e9b..b99e870b 100644 --- a/themes/term.lua +++ b/themes/term.lua @@ -76,6 +76,7 @@ buffer.marker_back[textadept.run.MARK_WARNING] = property_int['color.yellow'] buffer.marker_back[textadept.run.MARK_ERROR] = property_int['color.red'] -- Indicators. +buffer.indic_fore[ui.find.INDIC_FIND] = property_int['color.yellow'] local INDIC_HIGHLIGHT = textadept.editing.INDIC_HIGHLIGHT buffer.indic_fore[INDIC_HIGHLIGHT] = property_int['color.yellow'] -- cgit v1.2.3