aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-07 10:30:31 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-07 10:30:31 -0400
commitb1af2bb28476440eb10716e6b734b0d4e68bc57a (patch)
treeafbff4827b81f182f5852679e7e41210c4443ee9 /themes
parent13d97f714e2f52fef6a49757d3db3bb1c5a358e5 (diff)
downloadtextadept-b1af2bb28476440eb10716e6b734b0d4e68bc57a.tar.gz
textadept-b1af2bb28476440eb10716e6b734b0d4e68bc57a.zip
Reverted find results indicator color change.
Background highlighting provides more contrast.
Diffstat (limited to 'themes')
-rw-r--r--themes/dark.lua1
-rw-r--r--themes/light.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/dark.lua b/themes/dark.lua
index 94b0a1fb..9107b045 100644
--- a/themes/dark.lua
+++ b/themes/dark.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.light_grey
view.indic_fore[textadept.editing.INDIC_HIGHLIGHT] = colors.orange
view.indic_alpha[textadept.editing.INDIC_HIGHLIGHT] = 128
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