From a81fbc0b621aef0eae640be3dc453eda409c70c2 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 13 Feb 2021 18:55:37 -0500 Subject: Take advantage of Scinterm being able to use a native terminal caret. Also change brace highlight style to not change the background color, as some terminal cursors invert the current cell, so this would cause the highlighted brace at the current position to "unhighlight", causing confusion. This requires latest Scinterm. --- themes/term.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/term.lua b/themes/term.lua index 8e24dfe0..804bcc18 100644 --- a/themes/term.lua +++ b/themes/term.lua @@ -29,7 +29,7 @@ colors.light_white = 0xFFFFFF -- Predefined styles. styles.default = {fore = colors.white, back = colors.black} styles.line_number = {fore = colors.black, bold = true} -styles.brace_light = {fore = colors.black, back = colors.white} +styles.brace_light = {fore = colors.yellow, bold = true} --styles.control_char = --styles.indent_guide = styles.call_tip = {fore = colors.white, back = colors.black} -- cgit v1.2.3