From cd6f4a8e959becf190211af011a4481e1b3cad27 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 8 Jul 2020 19:18:44 -0400 Subject: Fixed error style in the light theme. --- themes/light.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/light.lua b/themes/light.lua index cdaca6f6..a78dbe96 100644 --- a/themes/light.lua +++ b/themes/light.lua @@ -72,7 +72,7 @@ styles.class = {fore = colors.yellow} styles.comment = {fore = colors.grey} styles.constant = {fore = colors.red} styles.embedded = {fore = colors.dark_blue, back = colors.dark_white} -styles.error = {fore = colors.red, italics} +styles.error = {fore = colors.red, italics = true} styles['function'] = {fore = colors.dark_orange} styles.identifier = {} styles.keyword = {fore = colors.dark_blue} -- cgit v1.2.3