aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.lua')
-rw-r--r--themes/light.lua2
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