make error icon red

This commit is contained in:
takase1121
2021-12-18 20:10:25 +08:00
parent ab4ecd515b
commit b5dff196f6
+1 -1
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