aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/term.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-12-05 20:50:27 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-12-05 20:50:27 -0500
commit41cc293da9dd1135926aa3d4f84235c32a38333d (patch)
tree2bdbe4ff5d0d6aaea3a13e0a57371fddd7d12840 /themes/term.lua
parent1e32d7a2f43a04f359f5b0032874b0ca57ace37f (diff)
Updated to Scintilla 3.7.1.
Diffstat (limited to 'themes/term.lua')
-rw-r--r--themes/term.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/term.lua b/themes/term.lua
index 710458dd..fb48078b 100644
--- a/themes/term.lua
+++ b/themes/term.lua
@@ -34,6 +34,7 @@ property['style.bracelight'] = 'fore:$(color.black),back:$(color.white)'
--property['style.controlchar'] =
--property['style.indentguide'] =
property['style.calltip'] = '$(style.default)'
+property['style.folddisplaytext'] = 'fore:$(color.black),bold'
-- Token styles.
property['style.class'] = 'fore:$(color.yellow)'