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": [
|
|
|
|
{
|
|
|
|
"type": "time",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#E5C07B",
|
|
|
|
"properties": {
|
|
|
|
"time_format": "15:04:05",
|
2020-10-06 06:35:30 -07:00
|
|
|
"prefix": "[",
|
|
|
|
"postfix": "]"
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "root",
|
|
|
|
"style": "plain",
|
2020-12-02 09:40:10 -08:00
|
|
|
"foreground": "#B5B50D"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "path",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#61AFEF",
|
|
|
|
"properties": {
|
|
|
|
"style": "agnoster",
|
|
|
|
"postfix": " on"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#F3C267",
|
|
|
|
"properties": {
|
2021-11-09 08:13:47 -08:00
|
|
|
"template": "{{ .HEAD }}",
|
2020-10-16 04:28:54 -07:00
|
|
|
"branch_identical_icon": "\uF14A",
|
|
|
|
"branch_gone_icon": "\u274E"
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "exit",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#C94A16",
|
|
|
|
"properties": {
|
2021-11-14 04:39:00 -08:00
|
|
|
"template": "x{{ .Text }}",
|
|
|
|
"prefix": ""
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "text",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#E06C75",
|
|
|
|
"properties": {
|
|
|
|
"prefix": "",
|
2021-11-07 08:42:56 -08:00
|
|
|
"text": "\u276F"
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2021-11-07 08:42:56 -08:00
|
|
|
]
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|