adapt style.good and style.error
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user