aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light.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/light.lua
parent1e32d7a2f43a04f359f5b0032874b0ca57ace37f (diff)
Updated to Scintilla 3.7.1.
Diffstat (limited to 'themes/light.lua')
-rw-r--r--themes/light.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/light.lua b/themes/light.lua
index c80c1ca0..efad9aac 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -66,6 +66,7 @@ property['style.linenumber'] = 'fore:$(color.grey),back:$(color.white)'
--property['style.controlchar'] = '$(style.nothing)'
property['style.indentguide'] = 'fore:$(color.dark_white)'
property['style.calltip'] = 'fore:$(color.light_black),back:$(color.dark_white)'
+property['style.folddisplaytext'] = 'fore:$(color.grey)'
-- Token styles.
property['style.class'] = 'fore:$(color.yellow)'