Merge "Improve docs for Title::getInternalURL/getCanonicalURL"
[lhc/web/wiklou.git] / resources / lib / ooui / themes / wikimediaui / icons-alerts.json
index 4f97043..97489da 100644 (file)
                "destructive": {
                        "color": "#d33"
                },
+               "error": {
+                       "color": "#d33"
+               },
                "warning": {
-                       "color": "#ff5d00"
+                       "color": "#fc3"
+               },
+               "success": {
+                       "color": "#14866d"
                }
        },
        "images": {
                "alert": {
                        "file": "images/icons/alert.svg",
-                       "variants": [ "warning" ]
+                       "variants": [
+                               "error",
+                               "warning"
+                       ]
                },
                "bell": {
                        "file": "images/icons/bell.svg"
                },
+               "error": {
+                       "file": "images/icons/error.svg"
+               },
                "message": {
                        "file": "images/icons/message.svg"
                },