From ec391b6bfe8d87f4fb1bbb2a4e6033eaad9f4672 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 12 Mar 2018 18:20:24 -0400 Subject: 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. --- themes/light.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/light.lua') 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)' -- cgit v1.2.3