adapt style.good and style.error
This commit is contained in:
parent
695c7bf781
commit
8d7867d118
|
@ -67,8 +67,8 @@ 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.text },
|
INFO = { icon = "i", color = style.good },
|
||||||
ERROR = { icon = "!", color = { common.color "#ff6961" } }
|
ERROR = { icon = "!", color = style.error }
|
||||||
}
|
}
|
||||||
|
|
||||||
return style
|
return style
|
||||||
|
|
Loading…
Reference in New Issue