oh-my-posh/themes/agnoster.json

76 lines
1.9 KiB
JSON
Raw Normal View History

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",
"background": "#ffffff",
"properties": {
"user_info_separator": "@"
}
},
{
"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",
"properties" : {
"home_icon": "",
"folder_icon": "",
"windows_registry_icon": "",
"folder_separator_icon": "  ",
"style": "agnoster"
}
},
{
"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",
"background": "#95ffa4",
"properties": {
"branch_icon": "",
"branch_identical_icon": "≡",
"branch_ahead_icon": "↑",
"branch_behind_icon": "↓",
"branch_gone_icon": "≢",
"local_working_icon": "",
"local_staged_icon": ""
}
},
{
"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": {
"prefix": "  "
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",
2020-10-15 23:37:43 -07:00
"background": "#ff8080"
2019-03-13 04:14:30 -07:00
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}