make error icon red

This commit is contained in:
takase1121 2021-12-18 20:10:25 +08:00
parent ab4ecd515b
commit b5dff196f6
No known key found for this signature in database
GPG Key ID: 60EEFFC68EB3031B
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ style.syntax_fonts = {}
style.log = {
INFO = { icon = "i", color = style.text },
ERROR = { icon = "!", color = style.accent }
ERROR = { icon = "!", color = { common.color "#ff6961" } }
}
return style