oh-my-posh/themes/star.omp.json

75 lines
1.8 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
2021-02-15 23:36:37 -08:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2019-03-13 04:14:30 -07:00
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
2020-10-09 06:49:08 -07:00
"type": "root",
2019-03-13 04:14:30 -07:00
"style": "plain",
2020-10-09 06:49:08 -07:00
"foreground": "#E06C75",
2019-03-13 04:14:30 -07:00
"properties": {
2022-01-22 10:46:56 -08:00
"template": "root",
"prefix": "",
2020-10-09 06:49:08 -07:00
"postfix": " <#ffffff>in</> "
2019-03-13 04:14:30 -07:00
}
},
{
2020-10-09 06:49:08 -07:00
"type": "path",
2019-03-13 04:14:30 -07:00
"style": "plain",
2020-10-09 06:49:08 -07:00
"foreground": "#55B9C4",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-09 06:49:08 -07:00
"style": "folder",
"prefix": ""
2019-03-13 04:14:30 -07:00
}
},
{
2020-10-09 06:49:08 -07:00
"type": "git",
2019-03-13 04:14:30 -07:00
"style": "plain",
2020-10-09 06:49:08 -07:00
"foreground": "#C678DD",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-09 06:49:08 -07:00
"prefix": "<#ffffff>on</> ",
"fetch_status": true,
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}"
2019-03-13 04:14:30 -07:00
}
},
{
2020-10-09 06:49:08 -07:00
"type": "node",
2019-03-13 04:14:30 -07:00
"style": "plain",
2020-10-09 06:49:08 -07:00
"foreground": "#98C379",
2019-03-13 04:14:30 -07:00
"properties": {
2022-01-22 10:46:56 -08:00
"fetch_version": true,
2020-10-09 06:49:08 -07:00
"prefix": "<#ffffff>via</> \uE781 "
2019-03-13 04:14:30 -07:00
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#C94A16",
"properties": {
2021-11-14 04:39:00 -08:00
"prefix": "",
"template": "x"
2019-03-13 04:14:30 -07:00
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
2019-03-13 04:14:30 -07:00
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#63F08C",
"properties": {
"prefix": "",
2020-10-16 08:12:34 -07:00
"text": "\u279C"
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}