mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
|
{
|
|||
|
"blocks": [
|
|||
|
{
|
|||
|
"type": "prompt",
|
|||
|
"alignment": "right",
|
|||
|
"line_offset": -1,
|
|||
|
"segments": [
|
|||
|
{
|
|||
|
"type": "time",
|
|||
|
"style": "plain",
|
|||
|
"foreground": "#00C5C7",
|
|||
|
"background": "#193549",
|
|||
|
"properties": {
|
|||
|
"time_format": "15:04:05"
|
|||
|
}
|
|||
|
}
|
|||
|
]
|
|||
|
},
|
|||
|
{
|
|||
|
"type": "line-break"
|
|||
|
},
|
|||
|
{
|
|||
|
"type": "prompt",
|
|||
|
"alignment": "left",
|
|||
|
"powerline_separator": "",
|
|||
|
"segments": [
|
|||
|
{
|
|||
|
"type": "path",
|
|||
|
"style": "plain",
|
|||
|
"foreground": "#77E4F7",
|
|||
|
"background": "#193549",
|
|||
|
"properties" : {
|
|||
|
"home_icon": "~",
|
|||
|
"style": "short"
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"type": "git",
|
|||
|
"style": "plain",
|
|||
|
"foreground": "#FFE700",
|
|||
|
"background": "#193549",
|
|||
|
"properties": {
|
|||
|
"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",
|
|||
|
"background": "#193549",
|
|||
|
"properties": {
|
|||
|
"text": "❯"
|
|||
|
}
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
],
|
|||
|
"console_background_color": "#193549",
|
|||
|
"end_space_enabled": true
|
|||
|
}
|