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

78 lines
2.1 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": [
{
2022-02-03 01:22:57 -08:00
"background": "#ffe9aa",
2019-03-13 04:14:30 -07:00
"foreground": "#100e23",
2022-02-03 01:22:57 -08:00
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf0e7 "
},
"style": "powerline",
"type": "root"
2019-03-13 04:14:30 -07:00
},
{
2021-12-03 14:44:58 -08:00
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
2021-12-03 14:44:58 -08:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": " {{ .UserName }}@{{ .HostName }} "
},
"style": "powerline",
"type": "session"
2019-03-13 04:14:30 -07:00
},
{
"background": "#91ddff",
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"folder_icon": "\uf115",
"folder_separator_icon": " \ue0b1 ",
"home_icon": "\uf7db",
"style": "agnoster",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"background": "#95ffa4",
2022-02-03 01:22:57 -08:00
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " {{ .HEAD }} "
},
"style": "powerline",
"type": "git"
2019-03-13 04:14:30 -07:00
},
{
"background": "#906cff",
2022-02-03 01:22:57 -08:00
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
2019-03-13 04:14:30 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
},
"style": "powerline",
"type": "python"
2019-03-13 04:14:30 -07:00
},
{
2021-11-14 04:39:00 -08:00
"background": "#ff8080",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
2021-11-14 04:39:00 -08:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": " {{ .Text }} "
},
"style": "powerline",
"type": "exit"
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
"final_space": true,
"version": 1
2019-03-13 04:14:30 -07:00
}