oh-my-posh/themes/star.json

75 lines
1.6 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"home_icon": "~",
"style": "short",
"postfix": " on"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#F3C267",
"properties": {
"branch_icon": "",
"display_status": false,
"postfix": " <#C49EE9>[?!]</>"
}
},
{
"type": "command",
"style": "plain",
"foreground": "#C49EE9",
"properties": {
"shell": "bash",
"command": "find . -name package.json -depth 1 -exec echo \" <#ffffff>via node</>\" \\;"
}
},
{
"type": "root",
"style": "plain",
"foreground": "#B5B50D",
"properties": {
"root_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": "newline"
2019-03-13 04:14:30 -07:00
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#63F08C",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"text": "→"
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}