Colors: add and default to --colors-symbol background

This commit is contained in:
李通洲
2024-07-16 11:07:26 +08:00
parent 4f3649e96e
commit 2a9f9d5a34
4 changed files with 35 additions and 13 deletions
+2 -1
View File
@@ -1538,13 +1538,14 @@
"type": "enum",
"enum": {
"block": "\u2588\u2588\u2588",
"background": "(whitespaces with background)",
"circle": "\u25cf",
"diamond": "\u25c6",
"triangle": "\u25b2",
"square": "\u25a0",
"star": "\u2605"
},
"default": "block"
"default": "background"
}
},
{