aboutsummaryrefslogtreecommitdiff
path: root/themes/light.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.lua')
-rw-r--r--themes/light.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/light.lua b/themes/light.lua
index a78dbe96..70afaf9b 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -118,11 +118,11 @@ for i = buffer.MARKNUM_FOLDEREND, buffer.MARKNUM_FOLDEROPEN do -- fold margin
end
-- Indicators.
+view.indic_fore[ui.INDIC_HIGHLIGHT] = colors.light_grey
+view.indic_alpha[ui.INDIC_HIGHLIGHT] = 128
view.indic_fore[ui.find.INDIC_FIND] = colors.yellow
view.indic_alpha[ui.find.INDIC_FIND] = 255
view.indic_fore[textadept.editing.INDIC_BRACEMATCH] = colors.grey
-view.indic_fore[textadept.editing.INDIC_HIGHLIGHT] = colors.orange
-view.indic_alpha[textadept.editing.INDIC_HIGHLIGHT] = 255
local INDIC_PLACEHOLDER = textadept.snippets.INDIC_PLACEHOLDER
view.indic_fore[INDIC_PLACEHOLDER] = colors.grey_black