oh-my-posh/themes/agnoster.minimal.omp.json

66 lines
1.9 KiB
JSON
Raw Normal View History

2022-07-23 23:43:06 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffffff",
"style": "plain",
"template": "{{ reason .Code }}\u274c ",
"type": "status"
2022-07-23 23:43:06 -07:00
},
{
"foreground": "#ff0000",
"style": "plain",
"template": "# ",
"type": "root"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "{{ .UserName }}@{{ .HostName }} ",
"type": "session"
},
{
"background": "#007ACC",
"foreground": "#ffffff",
"properties": {
"folder_icon": "\u2026",
"folder_separator_icon": " \ue0b1 ",
"style": "agnoster_short",
"max_depth": 3
},
"style": "plain",
"template": "<transparent>\ue0b0</> {{ .Path }} ",
"type": "path"
},
{
"background": "#007ACC",
"foreground": "#ffffff",
"properties": {
"cherry_pick_icon": "\u2713 ",
"commit_icon": "\u25b7 ",
"fetch_status": true,
"merge_icon": "\u25f4 ",
"no_commits_icon": "[no commits]",
"rebase_icon": "\u2c62 ",
"tag_icon": "\u25b6 "
},
"style": "plain",
"template": "{{ .HEAD }}{{ if and (eq .Ahead 0) (eq .Behind 0) }} \u2261{{end}}{{ if gt .Ahead 0 }} \u2191{{.Ahead}}{{end}}{{ if gt .Behind 0 }} \u2193{{.Behind}}{{end}} {{ if .Working.Changed }}+{{ .Working.Added }} ~{{ .Working.Modified }} -{{ .Working.Deleted }} {{ end }}",
"type": "git"
},
{
"foreground": "#007ACC",
"style": "plain",
"template": "\ue0b0 ",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 2
}