Skip to content

Commit

Permalink
fix: remove backspace characters in themes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed May 16, 2021
1 parent 11b829b commit 71983df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions themes/powerlevel10k_rainbow.omp.json
Expand Up @@ -205,9 +205,9 @@
"type": "text",
"style": "diamond",
"background": "#d3d7cf",
"trailing_diamond": "\b╰─",
"trailing_diamond": "╰─",
"properties": {
"text": "\b"
"text": ""
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion themes/ys.omp.json
Expand Up @@ -36,7 +36,7 @@
"style": "plain",
"foreground": "red",
"properties": {
"root_icon": "\b\b\b%"
"root_icon": "%"
}
},
{
Expand Down

0 comments on commit 71983df

Please sign in to comment.