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

66 lines
1.6 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": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffffff",
"properties": {
"template": " {{ .Meaning }}"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"type": "exit"
2019-03-13 04:14:30 -07:00
},
{
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"properties": {
"template": " \uf0e7 "
},
2019-03-13 04:14:30 -07:00
"style": "plain",
2022-02-03 01:22:57 -08:00
"type": "root"
2019-03-13 04:14:30 -07:00
},
{
2021-12-03 14:44:58 -08:00
"foreground": "#ffffff",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " {{ .UserName }}@{{ .HostName }} "
},
"style": "plain",
"type": "session"
2019-03-13 04:14:30 -07:00
},
{
"background": "#007ACC",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
2020-12-24 13:17:00 -08:00
"properties": {
2022-02-03 01:22:57 -08:00
"folder_icon": "\uf115",
"folder_separator_icon": " \ue0b1 ",
2020-12-24 13:17:00 -08:00
"style": "full",
2022-02-03 01:22:57 -08:00
"template": "<transparent>\ue0b0</> {{ .Path }} "
},
"style": "plain",
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"background": "#007ACC",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
2019-03-13 04:14:30 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": "<#ffffff>\ue0b1</> {{ .HEAD }} "
},
"style": "plain",
"type": "git"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#007ACC",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "\ue0b0 "
},
"style": "plain",
"type": "text"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"version": 1
2019-03-13 04:14:30 -07:00
}