Skip to content

Commit

Permalink
fix(themes): remove incorrect error icon
Browse files Browse the repository at this point in the history
resolves #418
  • Loading branch information
JanDeDobbeleer committed Feb 27, 2021
1 parent 3fbf785 commit 0ec90a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion themes/material.omp.json
Expand Up @@ -38,7 +38,7 @@
"style": "plain",
"foreground": "#DCB977",
"properties": {
"prefix": "\uD00D",
"prefix": "\uF119",
"display_exit_code": false
}
},
Expand Down
2 changes: 1 addition & 1 deletion themes/pararussel.omp.json
Expand Up @@ -38,7 +38,7 @@
"style": "plain",
"foreground": "#DCB977",
"properties": {
"prefix": "\uD00D",
"prefix": "\uF119",
"display_exit_code": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion themes/robbyrussel.omp.json
Expand Up @@ -39,7 +39,7 @@
"style": "plain",
"foreground": "#DCB977",
"properties": {
"prefix": "\uD00D",
"prefix": "\uF119",
"display_exit_code": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion themes/zash.omp.json
Expand Up @@ -50,7 +50,7 @@
"style": "plain",
"foreground": "#DCB977",
"properties": {
"prefix": "\uD00D",
"prefix": "\uF119",
"display_exit_code": false,
"postfix": ""
}
Expand Down

0 comments on commit 0ec90a1

Please sign in to comment.