aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/dark.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dark.lua')
-rw-r--r--themes/dark.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/dark.lua b/themes/dark.lua
index 84c25c64..eee87d7a 100644
--- a/themes/dark.lua
+++ b/themes/dark.lua
@@ -126,6 +126,8 @@ buffer.indic_fore[INDIC_BRACEMATCH] = property_int['color.light_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']
-- Call tips.
--buffer.call_tip_fore_hlt = property_int['color.light_blue']