Skip to content

Commit

Permalink
fix: correct ending for plague
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 7, 2021
1 parent 960ad43 commit f62f616
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions themes/plague.omp.json
Expand Up @@ -74,17 +74,16 @@
},
{
"type": "exit",
"style": "diamond",
"style": "plain",
"foreground": "#ffffff",
"background": "#2e9599",
"leading_diamond": "",
"trailing_diamond": "\uE0B4",
"properties": {
"display_exit_code": false,
"always_enabled": true,
"error_color": "#f1184c",
"color_background": true,
"prefix": "<transparent>\uE0B0</> \uE23A"
"prefix": "<transparent>\uE0B0</> \uE23A ",
"postfix": "<#2e9599,transparent>\uE0B4</>"
}
}
]
Expand Down

0 comments on commit f62f616

Please sign in to comment.