2021-03-04 11:25:26 -08:00
|
|
|
{
|
|
|
|
"$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": "#ff3026",
|
|
|
|
"properties": {
|
|
|
|
"root_icon": "\uF0E7"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "session",
|
|
|
|
"style": "powerline",
|
|
|
|
"powerline_symbol": "\uE0B0",
|
|
|
|
"foreground": "#100e23",
|
|
|
|
"background": "#cfcfc4"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "path",
|
|
|
|
"style": "powerline",
|
|
|
|
"powerline_symbol": "\uE0B0",
|
|
|
|
"foreground": "#100e23",
|
|
|
|
"background": "#ec9706",
|
2021-11-07 08:42:56 -08:00
|
|
|
"properties": {
|
|
|
|
"home_icon": "\uF7DB",
|
|
|
|
"folder_icon": "\uF115",
|
|
|
|
"folder_separator_icon": " \uE0B1 ",
|
|
|
|
"style": "full"
|
2021-03-04 11:25:26 -08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"style": "powerline",
|
|
|
|
"powerline_symbol": "\uE0B0",
|
|
|
|
"foreground": "#193549",
|
2021-11-07 08:42:56 -08:00
|
|
|
"background": "#95ffa4",
|
|
|
|
"properties": {
|
2021-11-09 08:13:47 -08:00
|
|
|
"template": "{{ .HEAD }}"
|
2021-11-07 08:42:56 -08:00
|
|
|
}
|
2021-03-04 11:25:26 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "python",
|
|
|
|
"style": "powerline",
|
|
|
|
"powerline_symbol": "\uE0B0",
|
|
|
|
"foreground": "#100e23",
|
|
|
|
"background": "#906cff",
|
|
|
|
"properties": {
|
|
|
|
"prefix": " \uE235 "
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "rprompt",
|
|
|
|
"alignment": "right",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"type": "exit",
|
|
|
|
"style": "diamond",
|
|
|
|
"leading_diamond": "\ue0c2",
|
|
|
|
"trailing_diamond": "\ue0c0",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "#ff4040",
|
|
|
|
"properties": {
|
|
|
|
"display_exit_code": false,
|
|
|
|
"always_enabled": false,
|
|
|
|
"prefix": " \ue70f"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "executiontime",
|
|
|
|
"style": "diamond",
|
|
|
|
"foreground": "#fafafa",
|
|
|
|
"background": "#2f2f2f",
|
|
|
|
"leading_diamond": "\ue0b2",
|
|
|
|
"properties": {
|
|
|
|
"style": "austin"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"final_space": true
|
|
|
|
}
|