adapt style.good and style.error

This commit is contained in:
takase1121 2021-12-21 17:36:32 +08:00
parent 695c7bf781
commit 8d7867d118
No known key found for this signature in database
GPG Key ID: 60EEFFC68EB3031B
1 changed files with 2 additions and 2 deletions

View File

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