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

172 lines
4.8 KiB
JSON
Raw Normal View History

2021-04-16 07:24:46 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "diamond",
"leading_diamond": "\ue0c2\ue0c2",
"foreground": "#000000",
"background": "#4707a8",
"properties": {
"text": "",
"postfix": "",
"prefix": ""
}
},
2021-04-16 07:24:46 -07:00
{
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#4707a8",
"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-04-16 07:24:46 -07:00
},
{
"type": "az",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#1a1af5",
"properties": {
"prefix": " \uFD03 "
}
2021-04-16 07:24:46 -07:00
},
{
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#4707a8",
2021-11-14 04:39:00 -08:00
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"],
"leading_diamond": "",
"trailing_diamond": "\uE0B4",
"properties": {
2021-11-14 04:39:00 -08:00
"template": " \uE23A",
"always_enabled": true,
2021-11-14 04:39:00 -08:00
"prefix": "<transparent>\uE0B0</>"
}
2021-04-16 07:24:46 -07:00
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "os",
"style": "diamond",
"leading_diamond": "\ue0c2\ue0c2",
"foreground": "#000000",
"background": "#ffffff",
"properties": {
"alpine": "\uf300",
"arch": "\uf303",
"centos": "\uf304",
"debian": "\uf306",
"elementary": "\uf309",
"fedora": "\uf30a",
"gentoo": "\uf30d",
"linux": "\ue712",
"macos": "\ue711",
"manjaro": "\uf312",
"mint": "\uf30f",
"opensuse": "\uf314",
"raspbian": "\uf315",
"ubuntu": "\uf31c",
"windows": "\ue70f",
2022-01-22 10:46:56 -08:00
"postfix": "<#000000> \ue0b1</>",
"template": "{{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}"
}
2021-04-16 07:24:46 -07:00
},
2021-04-16 07:24:46 -07:00
{
"type": "root",
"style": "diamond",
"foreground": "#ffffff",
"background": "#000000",
"properties": {
2022-01-22 10:46:56 -08:00
"template": "\uF0E7",
2021-04-16 07:24:46 -07:00
"postfix": "<#ffffff> \ue0b1</>"
}
},
{
"type": "path",
"style": "diamond",
"foreground": "#000000",
"background": "#ffffff",
"properties": {
"prefix": "<#000000> \ue5ff </>",
"style": "agnoster_short",
"home_icon": "\uF7DB ",
"folder_icon": "<#000000>\ue5fe </>",
"folder_separator_icon": "<#000000>\uE0B1 </>"
}
},
{
"type": "git",
"style": "diamond",
"foreground": "#000000",
"background": "#ffffff",
"foreground_templates": [
2021-11-09 08:13:47 -08:00
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffea00{{ end }}",
"{{ if gt .Ahead 0 }}#2EC4B6{{ end }}",
"{{ if gt .Behind 0 }}#8A4FFF{{ end }}"
],
2021-04-16 07:24:46 -07:00
"properties": {
"fetch_stash_count": true,
2021-11-08 13:56:40 -08:00
"fetch_upstream_icon": true,
"fetch_status": true,
"prefix": "<#000000>\ue0b1 </>",
2021-11-09 08:13:47 -08:00
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }}<#2FDA4E> \uF046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }}<#E84855> \uF044 {{ .Working.String }}</>{{ end }}"
2021-04-16 07:24:46 -07:00
}
},
{
"type": "terraform",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#000000",
"background": "#ffffff"
},
2021-04-16 07:24:46 -07:00
{
"type": "text",
"style": "diamond",
"trailing_diamond": "\ue0b0",
"foreground": "#000000",
"background": "#ffffff",
"properties": {
"text": "",
"postfix": "",
"prefix": ""
2021-04-16 07:24:46 -07:00
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#1a1af5",
"properties": {
"text": "\u276F"
2021-04-16 07:24:46 -07:00
}
}
]
}
]
}