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.log = {
|
||||
INFO = { icon = "i", color = style.text },
|
||||
ERROR = { icon = "!", color = { common.color "#ff6961" } }
|
||||
INFO = { icon = "i", color = style.good },
|
||||
ERROR = { icon = "!", color = style.error }
|
||||
}
|
||||
|
||||
return style
|
||||
|
|
Loading…
Reference in New Issue