oh-my-posh/themes/half-life.omp.json

70 lines
1.8 KiB
JSON
Raw Normal View History

2021-03-24 03:18:04 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "plain",
"foreground": "#7E46B6",
"properties": {
2021-12-03 14:44:58 -08:00
"prefix": "",
"template": "{{ .UserName }}"
2021-03-24 03:18:04 -07:00
}
},
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
"text": "in"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#87FF00",
"properties": {
"style": "full",
"prefix": ""
}
},
{
"type": "git",
"style": "plain",
"foreground": "#5FD7FF",
"properties": {
"prefix": "<#ffffff>on</> ",
"branch_icon": "",
"branch_ahead_icon": "",
"branch_behind_icon": "",
"branch_gone_icon": "",
"branch_identical_icon": "",
"commit_icon": "",
"tag_icon": "",
"merge_icon": "",
"rebase_icon": "",
"cherry_pick_icon": "",
"revert_icon": "",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}{{ if .Staging.Changed }}<#87FF00> ● {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#D75F00> ● {{ .Working.String }}</>{{ end }}",
"fetch_status": true
2021-03-24 03:18:04 -07:00
}
},
{
"type": "text",
"style": "plain",
"foreground": "#D75F00",
"properties": {
"text": "λ",
"prefix": ""
}
}
]
}
],
"final_space": false
}