aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-03-12 18:20:24 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-03-12 18:20:24 -0400
commitec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672 (patch)
tree3e465bb700187ef104363c31525a73a4147c0edb /themes
parentf82726891b4cd2f323ce882e5aa6d71227dda887 (diff)
Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
Diffstat (limited to 'themes')
-rw-r--r--themes/light.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light.lua b/themes/light.lua
index af00c9eb..3d985132 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -63,7 +63,7 @@ end
property['style.default'] = 'font:$(font),size:$(fontsize),'..
'fore:$(color.light_black),back:$(color.white)'
property['style.linenumber'] = 'fore:$(color.grey),back:$(color.white)'
---property['style.controlchar'] = '$(style.nothing)'
+--property['style.controlchar'] = ''
property['style.indentguide'] = 'fore:$(color.dark_white)'
property['style.calltip'] = 'fore:$(color.light_black),back:$(color.dark_white)'
property['style.folddisplaytext'] = 'fore:$(color.grey)'