aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-08 19:18:44 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-07-08 19:18:44 -0400
commitcd6f4a8e959becf190211af011a4481e1b3cad27 (patch)
treeda6b62fd39d4df22797ef83eb7f20312e6e20cfb /themes
parent0c5db0948dabfb31aefc8f21bd58084cb0e1dbf6 (diff)
Fixed error style in the light theme.
Diffstat (limited to 'themes')
-rw-r--r--themes/light.lua2
1 files changed, 1 insertions, 1 deletions
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}