oh-my-posh/themes/material.json
2020-10-16 11:18:19 -07:00

57 lines
1.2 KiB
JSON

{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
"text": "<#C591E8>\u276F</><#69FF94>\u276F</>"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#56B6C2",
"properties": {
"style": "folder"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#D0666F",
"properties": {
"branch_icon": "",
"display_status": false,
"prefix": "<#5FAAE8>git:(</>",
"postfix": "<#5FAAE8>)</>"
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#DCB977",
"properties": {
"prefix": "\uD00D",
"display_exit_code": false
}
},
{
"type": "time",
"style": "plain",
"foreground": "#66F68F",
"properties": {
"time_format": "15:04"
}
}
]
}
],
"final_space": true
}