oh-my-posh/themes/fish.omp.json

65 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",
2020-12-02 00:20:58 -08:00
"background": "transparent",
2019-03-13 04:14:30 -07:00
"properties": {
"postfix": ""
}
},
{
"type": "root",
"style": "plain",
2020-12-02 00:20:58 -08:00
"foreground": "#100e23",
"background": "transparent"
2019-03-13 04:14:30 -07:00
},
{
"type": "session",
"style": "plain",
2020-12-02 00:20:58 -08:00
"foreground": "#ffffff",
"background": "transparent"
2019-03-13 04:14:30 -07:00
},
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC",
"properties" : {
2020-10-16 06:57:42 -07:00
"folder_icon": "\uF115",
2020-10-16 08:12:34 -07:00
"folder_separator_icon": "\uE0B1",
2019-03-13 04:14:30 -07:00
"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": {
2020-10-16 08:12:34 -07:00
"prefix": "<#ffffff>\uE0B1</> ",
2019-03-13 04:14:30 -07:00
"postfix": " "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
2020-12-02 00:20:58 -08:00
"background": "transparent",
2019-03-13 04:14:30 -07:00
"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
}