oh-my-posh/themes/powerlevel10k_lean.json

63 lines
1.3 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "right",
"vertical_offset": -1,
2019-03-13 04:14:30 -07:00
"segments": [
{
"type": "time",
"style": "plain",
"foreground": "#00C5C7",
"properties": {
"time_format": "15:04:05"
}
}
]
},
{
"type": "newline"
2019-03-13 04:14:30 -07:00
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "plain",
"foreground": "#77E4F7",
"properties": {
"prefix": "",
"home_icon": "~",
"style": "short"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "plain",
"foreground": "#FFE700",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"branch_icon": "",
"branch_identical_icon": "≡",
"branch_ahead_icon": "↑",
"branch_behind_icon": "↓",
"branch_gone_icon": "≢",
"local_working_icon": "",
"local_staged_icon": ""
}
},
{
"type": "text",
"style": "plain",
"foreground": "#43D426",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"text": ""
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}