2019-03-13 04:14:30 -07:00
|
|
|
{
|
2021-02-15 23:36:37 -08:00
|
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
2019-03-13 04:14:30 -07:00
|
|
|
"blocks": [
|
|
|
|
{
|
|
|
|
"type": "prompt",
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"type": "root",
|
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"foreground": "#100e23",
|
2020-10-15 23:37:43 -07:00
|
|
|
"background": "#ffe9aa"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "session",
|
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"foreground": "#100e23",
|
2021-12-03 14:44:58 -08:00
|
|
|
"background": "#ffffff",
|
|
|
|
"properties": {
|
2022-01-17 04:16:04 -08:00
|
|
|
"template": "{{ .UserName }}@{{ .HostName }}"
|
2021-12-03 14:44:58 -08:00
|
|
|
}
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "path",
|
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"foreground": "#100e23",
|
|
|
|
"background": "#91ddff",
|
2021-11-07 08:42:56 -08:00
|
|
|
"properties": {
|
|
|
|
"home_icon": "\uF7DB",
|
|
|
|
"folder_icon": "\uF115",
|
|
|
|
"folder_separator_icon": " \uE0B1 ",
|
|
|
|
"style": "agnoster"
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"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
|
|
|
}
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
2020-10-02 02:55:27 -07:00
|
|
|
"type": "python",
|
2019-03-13 04:14:30 -07:00
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"foreground": "#100e23",
|
|
|
|
"background": "#906cff",
|
|
|
|
"properties": {
|
2020-10-16 08:12:34 -07:00
|
|
|
"prefix": " \uE235 "
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "exit",
|
|
|
|
"style": "powerline",
|
2020-10-15 23:37:43 -07:00
|
|
|
"powerline_symbol": "\uE0B0",
|
2019-03-13 04:14:30 -07:00
|
|
|
"foreground": "#ffffff",
|
2021-11-14 04:39:00 -08:00
|
|
|
"background": "#ff8080",
|
|
|
|
"properties": {
|
|
|
|
"template": "{{ .Text }}"
|
|
|
|
}
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2020-09-26 11:00:28 -07:00
|
|
|
"final_space": true
|
2019-03-13 04:14:30 -07:00
|
|
|
}
|