make error icon red
This commit is contained in:
parent
ab4ecd515b
commit
b5dff196f6
|
@ -68,7 +68,7 @@ style.syntax_fonts = {}
|
||||||
|
|
||||||
style.log = {
|
style.log = {
|
||||||
INFO = { icon = "i", color = style.text },
|
INFO = { icon = "i", color = style.text },
|
||||||
ERROR = { icon = "!", color = style.accent }
|
ERROR = { icon = "!", color = { common.color "#ff6961" } }
|
||||||
}
|
}
|
||||||
|
|
||||||
return style
|
return style
|
||||||
|
|
Loading…
Reference in New Issue