mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 03:49:40 -08:00
fix(theme): updating pixelrobots theme
This commit is contained in:
parent
b2e3d454cb
commit
444d4d2c51
|
@ -15,7 +15,7 @@
|
||||||
"background": "#ffea00",
|
"background": "#ffea00",
|
||||||
"foreground": "#000000",
|
"foreground": "#000000",
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"template": " \uf308{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} ",
|
"template": " \udb84\udcfe {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} ",
|
||||||
"type": "kubectl"
|
"type": "kubectl"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -39,6 +39,17 @@
|
||||||
"style": "powerline",
|
"style": "powerline",
|
||||||
"template": " \uebd8 {{ .Name }} [ {{ .Origin }} ] ",
|
"template": " \uebd8 {{ .Name }} [ {{ .Origin }} ] ",
|
||||||
"type": "az"
|
"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"
|
"type": "prompt"
|
||||||
|
@ -66,10 +77,10 @@
|
||||||
"opensuse": "\uf314",
|
"opensuse": "\uf314",
|
||||||
"raspbian": "\uf315",
|
"raspbian": "\uf315",
|
||||||
"ubuntu": "\uf31c",
|
"ubuntu": "\uf31c",
|
||||||
"windows": "\ue70f"
|
"windows": "\ue62a"
|
||||||
},
|
},
|
||||||
"style": "diamond",
|
"style": "diamond",
|
||||||
"template": " {{ if .WSL }}{{ .Icon }} on \ue70f{{ end }} <#ffea00>\ue0b1</>",
|
"template": " {{ if .WSL }}{{ .Icon }} on \ue62a{{ end }} <#ffea00>\ue0b1</>",
|
||||||
"type": "os"
|
"type": "os"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -92,7 +103,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"folder_icon": "<#B5B2C2>\ue5fe </>",
|
"folder_icon": "<#B5B2C2>\ue5fe </>",
|
||||||
"folder_separator_icon": "<#ffea00>\ue0b1 </>",
|
"folder_separator_icon": "<#ffea00>\ue0b1 </>",
|
||||||
"home_icon": "\ueb06 ",
|
"home_icon": " \uf015 ",
|
||||||
"style": "agnoster_short"
|
"style": "agnoster_short"
|
||||||
},
|
},
|
||||||
"style": "diamond",
|
"style": "diamond",
|
||||||
|
@ -113,7 +124,7 @@
|
||||||
"fetch_upstream_icon": true
|
"fetch_upstream_icon": true
|
||||||
},
|
},
|
||||||
"style": "diamond",
|
"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"
|
"type": "git"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -142,4 +153,4 @@
|
||||||
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
|
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
|
||||||
"final_space": true,
|
"final_space": true,
|
||||||
"version": 2
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in a new issue