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

97 lines
2.6 KiB
JSON
Raw Normal View History

2021-08-12 22:31:44 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "session",
"style": "diamond",
"foreground": "#ff0000",
"background": "#333333",
"leading_diamond": "\uE0B6",
2021-12-03 14:44:58 -08:00
"trailing_diamond": "\uE0B0",
"properties": {
"template": "{{ .UserName }}@{{ .HostName }}"
2021-12-03 14:44:58 -08:00
}
2021-08-12 22:31:44 -07:00
},
{
"type": "spotify",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#434343",
"background": "#1BD760",
"properties": {
"prefix": " \uF9C6 "
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#ff0000",
"properties": {
"prefix": " \uE5FF ",
"style": "folder"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#fffb38",
"properties": {
"fetch_stash_count": true,
2021-11-08 13:56:40 -08:00
"fetch_upstream_icon": true,
2021-11-09 08:13:47 -08:00
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}"
2021-08-12 22:31:44 -07:00
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E",
"properties": {
"prefix": " \uE718 "
}
},
{
"type": "shell",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#203248",
"properties": {
"prefix": " \uFCB5 "
}
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#ffff66"
},
{
"type": "exit",
2021-10-07 11:33:21 -07:00
"style": "plain",
2021-08-12 22:31:44 -07:00
"foreground": "#ffffff",
"background": "#2e9599",
2021-11-14 04:39:00 -08:00
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"],
2021-08-12 22:31:44 -07:00
"properties": {
"always_enabled": true,
2021-11-14 04:39:00 -08:00
"template": " \uE23A ",
"prefix": "<transparent>\uE0B0</>",
"postfix": "<background,transparent>\uE0B4</>"
2021-08-12 22:31:44 -07:00
}
}
]
}
],
"final_space": true
}