change INFO to use style.text
This commit is contained in:
parent
3e175f5ad5
commit
54f6579e9d
|
@ -73,7 +73,7 @@ style.syntax_fonts = {}
|
||||||
-- style.syntax_fonts["comment"] = renderer.font.load(path_to_font, size_of_font, rendering_options)
|
-- style.syntax_fonts["comment"] = renderer.font.load(path_to_font, size_of_font, rendering_options)
|
||||||
|
|
||||||
style.log = {
|
style.log = {
|
||||||
INFO = { icon = "i", color = style.good },
|
INFO = { icon = "i", color = style.text },
|
||||||
ERROR = { icon = "!", color = style.error }
|
ERROR = { icon = "!", color = style.error }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue