theme(atomic): use actual characters for OS

This commit is contained in:
Michael T. Schall 2022-07-20 02:31:00 -05:00 committed by GitHub
parent 2ec6b085fd
commit c13a5c8df8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,9 +205,9 @@
"foreground": "#222222", "foreground": "#222222",
"leading_diamond": "\ue0b6", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"linux": "\ue27f", "linux": "\ue712",
"macos": "\ue27f", "macos": "\ue711",
"windows": "\ue27f" "windows": "\ue70f"
}, },
"style": "diamond", "style": "diamond",
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#262626> \ue0b2</>", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#262626> \ue0b2</>",