From 1d1118b1049b26d2fac60c229981d10a54d61b69 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 15 Sep 2020 22:10:48 -0400 Subject: Fixed call tip style display in the terminal version. It does not appear to inherit from STYLE_DEFAULT. The bug was introduced in r2817. --- 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 ec2fd53a..4ac6ed60 100644 --- a/themes/term.lua +++ b/themes/term.lua @@ -32,7 +32,7 @@ styles.line_number = {fore = colors.black, bold = true} styles.brace_light = {fore = colors.black, back = colors.white} --styles.control_char = --styles.indent_guide = ---styles.call_tip = +styles.call_tip = {fore = colors.white, back = colors.black} styles.fold_display_text = {fore = colors.black, bold = true} -- Token styles. -- cgit v1.2.3