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

64 lines
1.5 KiB
JSON
Raw Normal View History

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": "exit",
"style": "plain",
"foreground": "#ffffff",
"properties": {
2021-11-14 04:39:00 -08:00
"template": "{{ .Text }}",
2019-03-13 04:14:30 -07:00
"postfix": ""
}
},
{
"type": "root",
"style": "plain",
"foreground": "#100e23"
2019-03-13 04:14:30 -07:00
},
{
"type": "session",
"style": "plain",
"foreground": "#ffffff"
2019-03-13 04:14:30 -07:00
},
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC",
2020-12-24 13:17:00 -08:00
"properties": {
"folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ",
2020-12-24 13:17:00 -08:00
"style": "full",
"prefix": "<transparent>\uE0B0</> ",
"postfix": " "
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC",
"properties": {
2020-10-16 08:12:34 -07:00
"prefix": "<#ffffff>\uE0B1</> ",
"postfix": " ",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}"
2019-03-13 04:14:30 -07:00
}
},
{
"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
}