mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 20:09:39 -08:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||
|
"blocks": [
|
||
|
{
|
||
|
"type": "prompt",
|
||
|
"alignment": "left",
|
||
|
"segments": [
|
||
|
{
|
||
|
"type": "root",
|
||
|
"style": "powerline",
|
||
|
"powerline_symbol": "\uE0B0",
|
||
|
"foreground": "#100e23",
|
||
|
"background": "#ffe9aa",
|
||
|
"properties": {
|
||
|
"root_icon": "\uF451"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"type": "path",
|
||
|
"style": "powerline",
|
||
|
"powerline_symbol": "\uE0B0",
|
||
|
"foreground": "#ffffff",
|
||
|
"background": "#0037DA",
|
||
|
"properties" : {
|
||
|
"home_icon": "\uF3E1",
|
||
|
"style": "folder",
|
||
|
"mapped_locations": [
|
||
|
["terminal", "\uF31F"]
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"type": "git",
|
||
|
"style": "powerline",
|
||
|
"powerline_symbol": "\uE0B0",
|
||
|
"foreground": "#111111",
|
||
|
"background": "#C19C00"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "newline"
|
||
|
},
|
||
|
{
|
||
|
"type": "prompt",
|
||
|
"alignment": "left",
|
||
|
"segments": [
|
||
|
{
|
||
|
"type": "text",
|
||
|
"style": "plain",
|
||
|
"foreground": "white",
|
||
|
"properties": {
|
||
|
"prefix": "",
|
||
|
"text": "\uF449"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"final_space": false
|
||
|
}
|