aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
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
parent1e32d7a2f43a04f359f5b0032874b0ca57ace37f (diff)
Updated to Scintilla 3.7.1.
Diffstat (limited to 'themes')
-rw-r--r--themes/dark.lua1
-rw-r--r--themes/light.lua1
-rw-r--r--themes/term.lua1
3 files changed, 3 insertions, 0 deletions
diff --git a/themes/dark.lua b/themes/dark.lua
index a368f5a1..caa8a73a 100644
--- a/themes/dark.lua
+++ b/themes/dark.lua
@@ -66,6 +66,7 @@ property['style.linenumber'] = 'fore:$(color.dark_grey),back:$(color.black)'
--property['style.controlchar'] =
property['style.indentguide'] = 'fore:$(color.light_black)'
property['style.calltip'] = 'fore:$(color.light_grey),back:$(color.light_black)'
+property['style.folddisplaytext'] = 'fore:$(color.dark_grey)'
-- Token styles.
property['style.class'] = 'fore:$(color.light_yellow)'
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)'
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)'