oh-my-posh/themes/star.omp.json
2021-11-09 13:26:59 +01:00

75 lines
1.9 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "plain",
"foreground": "#E06C75",
"properties": {
"root_icon": "root",
"prefix": "",
"postfix": " <#ffffff>in</> "
}
},
{
"type": "path",
"style": "plain",
"foreground": "#55B9C4",
"properties": {
"style": "folder",
"prefix": ""
}
},
{
"type": "git",
"style": "plain",
"foreground": "#C678DD",
"properties": {
"prefix": "<#ffffff>on</> ",
"fetch_status": true,
"template": "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }} \uF044 {{ .Repo.Working.String }}{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }} \uF046 {{ .Repo.Staging.String }}{{ end }}"
}
},
{
"type": "node",
"style": "plain",
"foreground": "#98C379",
"properties": {
"display_version": true,
"prefix": "<#ffffff>via</> \uE781 "
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#C94A16",
"properties": {
"prefix": "x",
"display_exit_code": false
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#63F08C",
"properties": {
"prefix": "",
"text": "\u279C"
}
}
]
}
]
}