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

56 lines
1.2 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": [
{
"alignment": "left",
"segments": [
{
"foreground": "#E36464",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "@{{ .UserName }} "
},
"style": "plain",
"type": "session"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#62ED8B",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "\u279c"
},
"style": "plain",
"type": "text"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#56B6C2",
"properties": {
"style": "folder",
2022-02-03 01:22:57 -08:00
"template": " {{ .Path }}"
},
"style": "plain",
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#D4AAFC",
"properties": {
"branch_icon": "",
2022-02-03 01:22:57 -08:00
"template": " <#DDB15F>git(</>{{ .HEAD }}<#DDB15F>)</>"
},
"style": "plain",
"type": "git"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#DCB977",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \uf119"
},
"style": "plain",
"type": "exit"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2019-03-13 04:14:30 -07:00
}
],
2022-02-03 01:22:57 -08:00
"final_space": true,
"version": 1
2019-03-13 04:14:30 -07:00
}