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": [ "segments": [
{ {
"type": "text", "type": "text",
"style": "diamond", "style": "plain",
"background": "#d3d7cf", "foreground": "#d3d7cf",
"trailing_diamond": "─╯",
"properties": { "properties": {
"text": "" "text": "─╯",
"prefix": "",
"postfix": ""
} }
} }
] ]