aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-27 12:01:42 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-27 12:01:42 -0400
commit74dfdd2ddd02b1ade15377fd0b4c2a1bac7b1ac3 (patch)
treed5ce9ec8cec8a671afbfbe00a5b6c5e6ac2ac984 /themes/light.lua
parent342375be36268b756be602580070a6b1ebfd8e2e (diff)
Changed opacity of the find indicator in themes.
Diffstat (limited to 'themes/light.lua')
-rw-r--r--themes/light.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light.lua b/themes/light.lua
index 89be42c0..f266333b 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -119,7 +119,7 @@ end
-- Indicators.
view.indic_fore[ui.find.INDIC_FIND] = colors.yellow
-view.indic_alpha[ui.find.INDIC_FIND] = 255
+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