mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
06291e168b
resolves #1697
110 lines
3.6 KiB
JSON
110 lines
3.6 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"background": "#0C212F",
|
|
"foreground": "#FFFFFF",
|
|
"leading_diamond": "\ue0b6",
|
|
"properties": {
|
|
"template": " {{ .Icon }} "
|
|
},
|
|
"style": "diamond",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "os"
|
|
},
|
|
{
|
|
"background": "#DE2121",
|
|
"foreground": "#FFFFFF",
|
|
"leading_diamond": "<transparent,#DE2121>\ue0b0</>",
|
|
"properties": {
|
|
"template": " \uf0e7 "
|
|
},
|
|
"style": "diamond",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "root"
|
|
},
|
|
{
|
|
"background": "#26BDBB",
|
|
"foreground": "#0C212F",
|
|
"leading_diamond": "<transparent,#26BDBB>\ue0b0</>",
|
|
"properties": {
|
|
"folder_icon": "\uf6d7",
|
|
"folder_separator_icon": "<transparent> \ue0b1 </>",
|
|
"home_icon": "\uf7db",
|
|
"style": "agnoster_short",
|
|
"template": " {{ .Path }} "
|
|
},
|
|
"style": "diamond",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "path"
|
|
},
|
|
{
|
|
"background": "#280C2E",
|
|
"background_templates": [
|
|
"{{ if or (.Working.Changed) (.Staging.Changed) }}#7621DE{{ end }}",
|
|
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#7621DE{{ end }}",
|
|
"{{ if gt .Ahead 0 }}#7621DE{{ end }}",
|
|
"{{ if gt .Behind 0 }}#7621DE{{ end }}"
|
|
],
|
|
"foreground": "#FFFFFF",
|
|
"powerline_symbol": "\ue0b0",
|
|
"properties": {
|
|
"fetch_stash_count": true,
|
|
"fetch_status": true,
|
|
"fetch_upstream_icon": true,
|
|
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
|
|
},
|
|
"style": "powerline",
|
|
"type": "git"
|
|
},
|
|
{
|
|
"background": "#0C212F",
|
|
"foreground": "#FFFFFF",
|
|
"leading_diamond": "<transparent,#0C212F>\ue0b0</>",
|
|
"properties": {
|
|
"template": " {{ .CurrentDate | date .Format }} ",
|
|
"time_format": "15:04"
|
|
},
|
|
"style": "diamond",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "time"
|
|
},
|
|
{
|
|
"background": "#26BDBB",
|
|
"foreground": "#0C212F",
|
|
"leading_diamond": "<transparent,#26BDBB>\ue0b0</>",
|
|
"properties": {
|
|
"style": "dallas",
|
|
"template": " {{ .FormattedMs }}s ",
|
|
"threshold": 0
|
|
},
|
|
"style": "diamond",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "executiontime"
|
|
},
|
|
{
|
|
"background": "#910000",
|
|
"foreground": "#ffffff",
|
|
"leading_diamond": "<transparent,background>\ue0b0</>",
|
|
"properties": {
|
|
"template": "<transparent> \uf12a</> {{ .Meaning }} "
|
|
},
|
|
"style": "diamond",
|
|
"trailing_diamond": "\ue0b0",
|
|
"type": "exit"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"console_title": true,
|
|
"console_title_style": "template",
|
|
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.Folder | replace \"~\" \"🏠\"}} @ {{.HostName}}",
|
|
"final_space": true,
|
|
"osc99": true,
|
|
"version": 1
|
|
}
|