From 1e278dce5dab93b73a3699aa2cc54fa6db11f34f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 13 Jul 2020 14:30:36 -0400 Subject: Auto-highlight all occurrences of selected words and find results. This supercedes `textadept.editing.highlight_word()`, which has been removed. Changed the color of word highlights in themes. --- themes/term.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/term.lua') diff --git a/themes/term.lua b/themes/term.lua index ec2fd53a..d9c67c78 100644 --- a/themes/term.lua +++ b/themes/term.lua @@ -75,8 +75,8 @@ view.marker_back[textadept.run.MARK_WARNING] = colors.yellow view.marker_back[textadept.run.MARK_ERROR] = colors.red -- Indicators. +view.indic_fore[ui.INDIC_HIGHLIGHT] = colors.yellow view.indic_fore[ui.find.INDIC_FIND] = colors.yellow -view.indic_fore[textadept.editing.INDIC_HIGHLIGHT] = colors.yellow view.indic_fore[textadept.snippets.INDIC_PLACEHOLDER] = colors.magenta -- Call tips. -- cgit v1.2.3