From 8d7867d118689098003ce844d96728366bbba341 Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:36:32 +0800 Subject: [PATCH] adapt style.good and style.error --- data/core/style.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/core/style.lua b/data/core/style.lua index c988b2ef..acda297e 100644 --- a/data/core/style.lua +++ b/data/core/style.lua @@ -67,8 +67,8 @@ style.syntax_fonts = {} -- style.syntax_fonts["comment"] = renderer.font.load(path_to_font, size_of_font, rendering_options) style.log = { - INFO = { icon = "i", color = style.text }, - ERROR = { icon = "!", color = { common.color "#ff6961" } } + INFO = { icon = "i", color = style.good }, + ERROR = { icon = "!", color = style.error } } return style