change INFO to use style.text

This commit is contained in:
takase1121 2021-12-21 17:38:25 +08:00
parent 3e175f5ad5
commit 54f6579e9d
No known key found for this signature in database
GPG Key ID: 60EEFFC68EB3031B
1 changed files with 1 additions and 1 deletions

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 }
}