aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/term.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-25 10:24:09 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-25 10:24:09 -0400
commit8fd378c09636e3c9a2275dcd1b9195a21a38e5de (patch)
treea54508d4df6723a11b7c212709f0cc032765976c /themes/term.lua
parentc8074b47b7826d7018f4984fa1de1d0f6d19e83d (diff)
Moved word highlighting back into editing module and disable by default.
Also fixed `HIGHLIGHT_SELECTED` behavior with non-word selections.
Diffstat (limited to 'themes/term.lua')
-rw-r--r--themes/term.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/term.lua b/themes/term.lua
index d9c67c78..ec2fd53a 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.