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

60 lines
1.6 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": [
{
"alignment": "left",
"segments": [
{
"foreground": "#7E46B6",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "{{ .UserName }} ",
2022-02-03 01:22:57 -08:00
"type": "session"
2021-03-24 03:18:04 -07:00
},
{
"foreground": "#ffffff",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "in ",
2022-02-03 01:22:57 -08:00
"type": "text"
2021-03-24 03:18:04 -07:00
},
{
"foreground": "#87FF00",
"properties": {
2022-03-27 01:12:47 -07:00
"style": "full"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "{{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
2021-03-24 03:18:04 -07:00
},
{
"foreground": "#5FD7FF",
"properties": {
"branch_ahead_icon": "",
"branch_behind_icon": "",
"branch_gone_icon": "",
2022-02-03 01:22:57 -08:00
"branch_icon": "",
2021-03-24 03:18:04 -07:00
"branch_identical_icon": "",
2022-02-03 01:22:57 -08:00
"cherry_pick_icon": "",
"commit_icon": "",
2022-02-03 01:22:57 -08:00
"fetch_status": true,
"merge_icon": "",
"rebase_icon": "",
"revert_icon": "",
2022-03-27 01:12:47 -07:00
"tag_icon": ""
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#ffffff>on</> {{ .HEAD }}{{ if .Staging.Changed }}<#87FF00> \u25cf {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#D75F00> \u25cf {{ .Working.String }}</>{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
2021-03-24 03:18:04 -07:00
},
{
"foreground": "#D75F00",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "λ ",
2022-02-03 01:22:57 -08:00
"type": "text"
2021-03-24 03:18:04 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-03-24 03:18:04 -07:00
}
],
2022-03-27 01:12:47 -07:00
"version": 2
2021-03-24 03:18:04 -07:00
}