Add warn log level

This commit is contained in:
Guldoman
2022-05-31 02:26:42 +02:00
parent c92f6a7b7f
commit db2d30caaf
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ style.syntax_fonts = {}
style.log = {
INFO = { icon = "i", color = style.text },
WARN = { icon = "!", color = style.warn },
ERROR = { icon = "!", color = style.error }
}