oh-my-posh/Themes/emodipt.json
Jan De Dobbeleer afaaace35b refactor: final_space is better name
I\'m coming for you Avocato
2020-10-05 17:19:05 +02:00

72 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "time",
"style": "plain",
"foreground": "#E5C07B",
"properties": {
"time_format": "15:04:05",
"prefix": "[ ",
"postfix": " ]"
}
},
{
"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": {
"error_icon": "x"
}
},
{
"type": "text",
"style": "plain",
"foreground": "#E06C75",
"properties": {
"prefix": "",
"text": " "
}
}
]
}
],
"final_space": true
}