fix(theme): updating pixelrobots theme

This commit is contained in:
Richard Hooper 2023-08-24 14:26:35 +01:00 committed by Jan De Dobbeleer
parent b2e3d454cb
commit 444d4d2c51

View file

@ -15,7 +15,7 @@
"background": "#ffea00",
"foreground": "#000000",
"style": "powerline",
"template": " \uf308{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} ",
"template": " \udb84\udcfe {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} ",
"type": "kubectl"
},
{
@ -39,6 +39,17 @@
"style": "powerline",
"template": " \uebd8 {{ .Name }} [ {{ .Origin }} ] ",
"type": "az"
},
{
"type": "aws",
"style": "powerline",
"powerline_symbol": "",
"properties": {
"display_default": true
},
"foreground": "#000000",
"background": "#FFA400",
"template": " \udb83\ude0f {{.Profile}}{{if .Region}}@{{.Region}}{{end}}"
}
],
"type": "prompt"
@ -66,10 +77,10 @@
"opensuse": "\uf314",
"raspbian": "\uf315",
"ubuntu": "\uf31c",
"windows": "\ue70f"
"windows": "\ue62a"
},
"style": "diamond",
"template": " {{ if .WSL }}{{ .Icon }} on \ue70f{{ end }} <#ffea00>\ue0b1</>",
"template": " {{ if .WSL }}{{ .Icon }} on \ue62a{{ end }} <#ffea00>\ue0b1</>",
"type": "os"
},
{
@ -92,7 +103,7 @@
"properties": {
"folder_icon": "<#B5B2C2>\ue5fe </>",
"folder_separator_icon": "<#ffea00>\ue0b1 </>",
"home_icon": "\ueb06 ",
"home_icon": " \uf015 ",
"style": "agnoster_short"
},
"style": "diamond",
@ -113,7 +124,7 @@
"fetch_upstream_icon": true
},
"style": "diamond",
"template": "<#ffea00>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
"template": "<#ffea00>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ",
"type": "git"
},
{
@ -142,4 +153,4 @@
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
"final_space": true,
"version": 2
}
}