oh-my-posh/Themes/zash.json

62 lines
1.3 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "plain",
"foreground": "#E36464",
"properties": {
"user_info_separator": "",
"display_computer": false,
"prefix": "@"
}
},
{
"type": "text",
"style": "plain",
"foreground": "#62ED8B",
"properties": {
"text": "→",
"postfix": "",
"prefix": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "#56B6C2",
"properties": {
"style": "folder",
"postfix": ""
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D4AAFC",
"properties": {
"branch_icon": "",
"display_status": false,
"prefix": " <#DDB15F>git(</>",
"postfix": "<#DDB15F>)</>"
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#DCB977",
"properties": {
2020-09-30 02:25:54 -07:00
"prefix": "✗",
2020-09-30 02:18:35 -07:00
"display_exit_code": false,
"postfix": ""
2019-03-13 04:14:30 -07:00
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}