aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-15 22:10:48 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-15 22:10:48 -0400
commit1d1118b1049b26d2fac60c229981d10a54d61b69 (patch)
treea70546527138c50e92fb965dd9c2afc06d3b7ee7 /themes
parenta7a5d4d0b4121176635d54cd5aa97064538415de (diff)
Fixed call tip style display in the terminal version.
It does not appear to inherit from STYLE_DEFAULT. The bug was introduced in r2817.
Diffstat (limited to 'themes')
-rw-r--r--themes/term.lua2
1 files changed, 1 insertions, 1 deletions
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.