fix: correct ending for plague

This commit is contained in:
Jan De Dobbeleer 2021-10-07 20:33:21 +02:00 committed by Jan De Dobbeleer
parent 960ad43683
commit f62f6164ac

View file

@ -74,17 +74,16 @@
}, },
{ {
"type": "exit", "type": "exit",
"style": "diamond", "style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#2e9599", "background": "#2e9599",
"leading_diamond": "",
"trailing_diamond": "\uE0B4",
"properties": { "properties": {
"display_exit_code": false, "display_exit_code": false,
"always_enabled": true, "always_enabled": true,
"error_color": "#f1184c", "error_color": "#f1184c",
"color_background": true, "color_background": true,
"prefix": "<transparent>\uE0B0</> \uE23A" "prefix": "<transparent>\uE0B0</> \uE23A ",
"postfix": "<#2e9599,transparent>\uE0B4</>"
} }
} }
] ]