From f1c197995bf34b604df0bfe17c71bcf352a91d83 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 18 Sep 2015 21:41:26 -0400 Subject: Refactored snippets to use indicators instead of ugly placeholder text. --- themes/light.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/light.lua') diff --git a/themes/light.lua b/themes/light.lua index ac45310c..3630b3b9 100644 --- a/themes/light.lua +++ b/themes/light.lua @@ -126,6 +126,8 @@ buffer.indic_fore[INDIC_BRACEMATCH] = property_int['color.grey'] local INDIC_HIGHLIGHT = textadept.editing.INDIC_HIGHLIGHT buffer.indic_fore[INDIC_HIGHLIGHT] = property_int['color.orange'] buffer.indic_alpha[INDIC_HIGHLIGHT] = 255 +local INDIC_PLACEHOLDER = textadept.snippets.INDIC_PLACEHOLDER +buffer.indic_fore[INDIC_PLACEHOLDER] = property_int['color.grey_black'] -- Call tips. --buffer.call_tip_fore_hlt = property_int['color.light_blue'] -- cgit v1.2.3