Skip to content

Commit

Permalink
fix: powerline rainbow compatibility
Browse files Browse the repository at this point in the history
resolves #1026
  • Loading branch information
JanDeDobbeleer committed Oct 7, 2021
1 parent d081677 commit 960ad43
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions themes/powerlevel10k_rainbow.omp.json
Expand Up @@ -4,13 +4,6 @@
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": []
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "os",
Expand Down Expand Up @@ -203,13 +196,12 @@
"segments": [
{
"type": "text",
"style": "diamond",
"background": "#d3d7cf",
"leading_diamond": "╰─",
"style": "plain",
"foreground": "#d3d7cf",
"properties": {
"prefix": "",
"postfix": "",
"text": ""
"text": "╰─"
}
}
]
Expand Down

0 comments on commit 960ad43

Please sign in to comment.