make error icon red
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user