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