🎨 Notification Types
Each type has a color and icon (Default Icon or Font Awesome icon name).
Default Icon is loaded from source ui (svg)
Config.notificationTypes = {
success = { color = "#01E17B", icon = "default" },
warning = { color = "#FFD21F", icon = "default" },
error = { color = "#F04349", icon = "default" },
info = { color = "#9747FF", icon = "default" },
request = { color = "#478AFF", icon = "default" },
}
Suggested Colors
Config.suggestedColors = {
"#01E17B", "#FFD21F", "#F04349", "#9747FF", "#478AFF",
"#FF6900", "#F78DA7", "#7BDCB5", "#FFB6C1", "#FF4500", "#32CD32", "#1E90FF"
}