oh-my-posh/themes/fish.json

66 lines
1.5 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"postfix": ""
}
},
{
"type": "root",
"style": "plain",
2020-10-15 23:37:43 -07:00
"foreground": "#100e23"
2019-03-13 04:14:30 -07:00
},
{
"type": "session",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"user_info_separator": "@"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC",
"properties" : {
"home_icon": "~",
"folder_icon": "",
"windows_registry_icon": "",
"folder_separator_icon": "",
"style": "short",
2020-10-15 23:37:43 -07:00
"prefix": "<transparent>\uE0B0</> ",
2019-03-13 04:14:30 -07:00
"postfix": " "
}
},
{
"type": "git",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC",
"properties": {
"prefix": "<#ffffff></> ",
"postfix": " "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"prefix": "",
2020-10-15 23:37:43 -07:00
"text": "\uE0B0"
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}