fix(theme): remove incorrect background color

resolves #1019
This commit is contained in:
Jan De Dobbeleer 2021-10-03 07:33:57 +02:00 committed by Jan De Dobbeleer
parent 1f3127cdb1
commit 1bf67c22c5

View file

@ -219,11 +219,12 @@
"segments": [
{
"type": "text",
"style": "diamond",
"background": "#d3d7cf",
"trailing_diamond": "─╯",
"style": "plain",
"foreground": "#d3d7cf",
"properties": {
"text": ""
"text": "─╯",
"prefix": "",
"postfix": ""
}
}
]