mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-27 19:10:58 -08:00
theme(atomic): use actual characters for OS
This commit is contained in:
parent
2ec6b085fd
commit
c13a5c8df8
|
@ -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</>",
|
||||||
|
|
Loading…
Reference in a new issue