diff options
author | 2015-07-25 10:25:26 -0400 | |
---|---|---|
committer | 2015-07-25 10:25:26 -0400 | |
commit | 473382638da565c890fcf8e6119f95dbdf918973 (patch) | |
tree | a0c996ece7bc479dc5743d8ed27fdb96ac101c32 /themes/light.lua | |
parent | c883f5126cbcd2322a6deda024f8c99ed20e8a86 (diff) | |
download | textadept-473382638da565c890fcf8e6119f95dbdf918973.tar.gz textadept-473382638da565c890fcf8e6119f95dbdf918973.zip |
Highlight found text in find in files results.
Diffstat (limited to 'themes/light.lua')
-rw-r--r-- | themes/light.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/light.lua b/themes/light.lua index 18f19e3f..ac45310c 100644 --- a/themes/light.lua +++ b/themes/light.lua @@ -119,6 +119,8 @@ for i = 25, 31 do -- fold margin markers end -- Indicators. +buffer.indic_fore[ui.find.INDIC_FIND] = property_int['color.yellow'] +buffer.indic_alpha[ui.find.INDIC_FIND] = 255 local INDIC_BRACEMATCH = textadept.editing.INDIC_BRACEMATCH buffer.indic_fore[INDIC_BRACEMATCH] = property_int['color.grey'] local INDIC_HIGHLIGHT = textadept.editing.INDIC_HIGHLIGHT |