From 71983dfd7849360e318353fe09ac047bcdf130e1 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sun, 16 May 2021 19:05:26 +0200 Subject: [PATCH] fix: remove backspace characters in themes --- themes/powerlevel10k_rainbow.omp.json | 4 ++-- themes/ys.omp.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/powerlevel10k_rainbow.omp.json b/themes/powerlevel10k_rainbow.omp.json index e1ad4a63..36a16026 100644 --- a/themes/powerlevel10k_rainbow.omp.json +++ b/themes/powerlevel10k_rainbow.omp.json @@ -205,9 +205,9 @@ "type": "text", "style": "diamond", "background": "#d3d7cf", - "trailing_diamond": "\b╰─", + "trailing_diamond": "╰─", "properties": { - "text": "\b" + "text": "" } } ] diff --git a/themes/ys.omp.json b/themes/ys.omp.json index d9ae5e07..319bbbf0 100644 --- a/themes/ys.omp.json +++ b/themes/ys.omp.json @@ -36,7 +36,7 @@ "style": "plain", "foreground": "red", "properties": { - "root_icon": "\b\b\b%" + "root_icon": "%" } }, {