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

67 lines
1.5 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",
2020-12-02 00:20:58 -08:00
"background": "transparent",
2019-03-13 04:14:30 -07:00
"properties": {
"user_info_separator": "",
"display_host": false,
2019-03-13 04:14:30 -07:00
"prefix": "@"
}
},
{
"type": "text",
"style": "plain",
"foreground": "#62ED8B",
2020-12-02 00:20:58 -08:00
"background": "transparent",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-16 08:12:34 -07:00
"text": "\u279C",
2019-03-13 04:14:30 -07:00
"postfix": "",
"prefix": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "#56B6C2",
2020-12-02 00:20:58 -08:00
"background": "transparent",
2019-03-13 04:14:30 -07:00
"properties": {
"style": "folder",
"postfix": ""
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D4AAFC",
2020-12-02 00:20:58 -08:00
"background": "transparent",
2019-03-13 04:14:30 -07:00
"properties": {
"branch_icon": "",
"display_status": false,
"prefix": " <#DDB15F>git(</>",
2020-12-02 00:20:58 -08:00
"postfix": "<#DDB15F>)</>"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#DCB977",
2020-12-02 00:20:58 -08:00
"background": "transparent",
2019-03-13 04:14:30 -07:00
"properties": {
2020-10-16 08:12:34 -07:00
"prefix": "\uD00D",
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
}