aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-07 10:30:31 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-07 10:30:31 -0400
commitb1af2bb28476440eb10716e6b734b0d4e68bc57a (patch)
treeafbff4827b81f182f5852679e7e41210c4443ee9 /themes/light.lua
parent13d97f714e2f52fef6a49757d3db3bb1c5a358e5 (diff)
Reverted find results indicator color change.
Background highlighting provides more contrast.
Diffstat (limited to 'themes/light.lua')
-rw-r--r--themes/light.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/light.lua b/themes/light.lua
index e6c382b1..f266333b 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -119,6 +119,7 @@ end
-- Indicators.
view.indic_fore[ui.find.INDIC_FIND] = colors.yellow
+view.indic_alpha[ui.find.INDIC_FIND] = 128
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] = 128