theme(chips): add missing leading diamond

This commit is contained in:
Junhan 2022-11-29 23:44:50 -08:00 committed by Jan De Dobbeleer
parent 8bbbb2bd86
commit c7616c1f7d

View file

@ -212,6 +212,7 @@
"{{ if empty .Full }}p:c-project-generic-error{{ else }}p:c-project-python{{ end }}" "{{ if empty .Full }}p:c-project-generic-error{{ else }}p:c-project-python{{ end }}"
], ],
"foreground": "p:c-badge-text", "foreground": "p:c-badge-text",
"leading_diamond": "\uE0B6",
"properties": { "properties": {
"display_mode": "context" "display_mode": "context"
}, },