fix: remove backspace characters in themes

This commit is contained in:
Jan De Dobbeleer 2021-05-16 19:05:26 +02:00
parent 11b829bedb
commit 71983dfd78
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE
2 changed files with 3 additions and 3 deletions

View file

@ -205,9 +205,9 @@
"type": "text",
"style": "diamond",
"background": "#d3d7cf",
"trailing_diamond": "\b╰─",
"trailing_diamond": "╰─",
"properties": {
"text": "\b"
"text": ""
}
}
]

View file

@ -36,7 +36,7 @@
"style": "plain",
"foreground": "red",
"properties": {
"root_icon": "\b\b\b%"
"root_icon": "%"
}
},
{