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

65 lines
1.5 KiB
JSON
Raw Normal View History

2021-10-05 08:36:43 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#45F1C2",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "\uf508 {{ .UserName }} on"
},
"style": "plain",
"type": "session"
2021-10-05 08:36:43 -07:00
},
{
"foreground": "#0CA0D8",
"properties": {
2022-02-03 01:22:57 -08:00
"folder_separator_icon": "/",
2021-10-05 08:36:43 -07:00
"style": "full",
2022-02-03 01:22:57 -08:00
"template": " \uf07b {{ .Path }} "
},
"style": "plain",
"type": "path"
2021-10-05 08:36:43 -07:00
},
{
"foreground": "#14A5AE",
2022-02-03 01:22:57 -08:00
"powerline_symbol": "\ue0b0",
2021-10-05 08:36:43 -07:00
"properties": {
"fetch_stash_count": true,
2021-11-08 13:56:40 -08:00
"fetch_upstream_icon": true,
2022-02-03 01:22:57 -08:00
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "plain",
"type": "git"
2021-10-05 08:36:43 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-10-05 08:36:43 -07:00
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#cd5e42",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "\ue3bf "
},
"style": "plain",
"type": "root"
2021-10-05 08:36:43 -07:00
},
{
"foreground": "#CD4277",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "# "
},
"style": "plain",
"type": "text"
2021-10-05 08:36:43 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-10-05 08:36:43 -07:00
}
2022-02-03 01:22:57 -08:00
],
"version": 1
2021-10-05 08:36:43 -07:00
}