oh-my-posh/themes/emodipt.json

72 lines
1.6 KiB
JSON
Raw Normal View History

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",
"foreground": "#B5B50D",
"properties": {
"root_icon": "⚡"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#61AFEF",
"properties": {
"home_icon": "~",
"style": "agnoster",
"postfix": " on"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#F3C267",
"properties": {
"branch_icon": "🚦 ",
"display_status": true,
"branch_identical_icon": "✅",
"branch_ahead_icon": "",
"branch_behind_icon": "",
"branch_gone_icon": "❎",
"local_working_icon": "",
"local_staged_icon": ""
}
},
{
"type": "exit",
"style": "plain",
"foreground": "#C94A16",
"properties": {
2020-09-30 02:25:54 -07:00
"prefix": "x"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "text",
"style": "plain",
"foreground": "#E06C75",
"properties": {
"prefix": "",
"text": " "
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}