oh-my-posh/themes/spaceship.omp.json
2022-02-03 10:44:18 +01:00

56 lines
1.3 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "lightYellow",
"properties": {
"template": "{{ .UserName }} "
},
"style": "plain",
"type": "session"
},
{
"foreground": "cyan",
"properties": {
"style": "folder",
"template": "<#ffffff>in</> {{ .Path }} "
},
"style": "plain",
"type": "path"
},
{
"foreground": "#ff94df",
"properties": {
"branch_icon": " <#ff94df><b>\ue0a0 </b></>",
"fetch_stash_count": true,
"template": "<#ffffff>on</> {{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "plain",
"type": "git"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "lightGreen",
"properties": {
"template": "\u276f"
},
"style": "plain",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 1
}