From b5dff196f6440d542b4b7c92ffe278e7ce559762 Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Sat, 18 Dec 2021 20:10:25 +0800 Subject: [PATCH] make error icon red --- data/core/style.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/core/style.lua b/data/core/style.lua index 86f88414..c988b2ef 100644 --- a/data/core/style.lua +++ b/data/core/style.lua @@ -68,7 +68,7 @@ style.syntax_fonts = {} style.log = { INFO = { icon = "i", color = style.text }, - ERROR = { icon = "!", color = style.accent } + ERROR = { icon = "!", color = { common.color "#ff6961" } } } return style