theme: update pixelrobots

This commit is contained in:
PixelRobots 2022-03-10 16:43:22 +00:00 committed by Jan De Dobbeleer
parent 8317225bca
commit 1b27ad7a5f

View file

@ -28,7 +28,19 @@
"foreground": "#000000", "foreground": "#000000",
"powerline_symbol": "\ue0b0", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": " \ufd03 {{ .Name }} " "template": " \ufd03 {{ .Name }} [ {{ .Origin }} ] ",
"source": "cli"
},
"style": "powerline",
"type": "az"
},
{
"background": "#012456",
"foreground": "#FFFFFF",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \ufd03 {{ .Name }} [ {{ .Origin }} ] ",
"source": "pwsh"
}, },
"style": "powerline", "style": "powerline",
"type": "az" "type": "az"
@ -58,7 +70,7 @@
"mint": "\uf30f", "mint": "\uf30f",
"opensuse": "\uf314", "opensuse": "\uf314",
"raspbian": "\uf315", "raspbian": "\uf315",
"template": " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#ffea00> \ue0b1</>", "template": " {{ if .WSL }}{{ .Icon }} on \ue70f{{ end }} <#ffea00>\uE0B1</>",
"ubuntu": "\uf31c", "ubuntu": "\uf31c",
"windows": "\ue70f" "windows": "\ue70f"
}, },