oh-my-posh/Themes/agnoster.json

82 lines
2 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "powerline",
"powerline_symbol": "",
2019-03-13 04:14:30 -07:00
"foreground": "#100e23",
"background": "#ffe9aa",
"properties": {
"root_icon": "襁"
}
},
{
"type": "session",
"style": "powerline",
"powerline_symbol": "",
2019-03-13 04:14:30 -07:00
"foreground": "#100e23",
"background": "#ffffff",
"properties": {
"user_info_separator": "@"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
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",
"powerline_symbol": "",
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": "virtualenv",
"style": "powerline",
"powerline_symbol": "",
2019-03-13 04:14:30 -07:00
"foreground": "#100e23",
"background": "#906cff",
"properties": {
"python_icon": ""
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
2019-03-13 04:14:30 -07:00
"foreground": "#ffffff",
"background": "#ff8080",
"properties": {
2020-09-30 02:25:54 -07:00
"prefix": ""
2019-03-13 04:14:30 -07:00
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}