From 0ec90a1760e7218590f2843f0b40e25a02a8d0af Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sat, 27 Feb 2021 13:43:58 +0100 Subject: [PATCH] fix(themes): remove incorrect error icon resolves #418 --- themes/material.omp.json | 2 +- themes/pararussel.omp.json | 2 +- themes/robbyrussel.omp.json | 2 +- themes/zash.omp.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/material.omp.json b/themes/material.omp.json index 4dab4a25096b..ae298af9a5d9 100644 --- a/themes/material.omp.json +++ b/themes/material.omp.json @@ -38,7 +38,7 @@ "style": "plain", "foreground": "#DCB977", "properties": { - "prefix": "\uD00D", + "prefix": "\uF119", "display_exit_code": false } }, diff --git a/themes/pararussel.omp.json b/themes/pararussel.omp.json index 183a6ef27068..0f24d6d7c39c 100644 --- a/themes/pararussel.omp.json +++ b/themes/pararussel.omp.json @@ -38,7 +38,7 @@ "style": "plain", "foreground": "#DCB977", "properties": { - "prefix": "\uD00D", + "prefix": "\uF119", "display_exit_code": false } } diff --git a/themes/robbyrussel.omp.json b/themes/robbyrussel.omp.json index cab72f125780..d59fbfdfaf9d 100644 --- a/themes/robbyrussel.omp.json +++ b/themes/robbyrussel.omp.json @@ -39,7 +39,7 @@ "style": "plain", "foreground": "#DCB977", "properties": { - "prefix": "\uD00D", + "prefix": "\uF119", "display_exit_code": false } } diff --git a/themes/zash.omp.json b/themes/zash.omp.json index c917a7340a0e..5900cffd1785 100644 --- a/themes/zash.omp.json +++ b/themes/zash.omp.json @@ -50,7 +50,7 @@ "style": "plain", "foreground": "#DCB977", "properties": { - "prefix": "\uD00D", + "prefix": "\uF119", "display_exit_code": false, "postfix": "" }