From b1af2bb28476440eb10716e6b734b0d4e68bc57a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 7 Sep 2020 10:30:31 -0400 Subject: Reverted find results indicator color change. Background highlighting provides more contrast. --- themes/dark.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/dark.lua') 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 -- cgit v1.2.3