From 54f6579e9dbb448cd6b71fae67925cd99792afce Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Tue, 21 Dec 2021 17:38:25 +0800 Subject: [PATCH] change INFO to use style.text --- 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 94af2a54..470a0904 100644 --- a/data/core/style.lua +++ b/data/core/style.lua @@ -73,7 +73,7 @@ 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.good }, + INFO = { icon = "i", color = style.text }, ERROR = { icon = "!", color = style.error } }