change INFO to use style.text

This commit is contained in:
takase1121
2021-12-21 17:38:25 +08:00
parent 3e175f5ad5
commit 54f6579e9d
+1 -1
View File
@@ -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 }
}