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

149 lines
4.4 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",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#4707a8",
2022-02-03 01:22:57 -08:00
"foreground": "#000000",
"leading_diamond": "\ue0c2\ue0c2",
"style": "diamond",
"type": "text"
},
2021-04-16 07:24:46 -07:00
{
"background": "#4707a8",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ .UserName }}@{{ .HostName }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b0",
"type": "session"
2021-04-16 07:24:46 -07:00
},
{
"background": "#1a1af5",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"trailing_diamond": "\ue0b0",
"style": "diamond",
"template": " \uebd8 {{ .Name }} ",
2022-02-03 01:22:57 -08:00
"type": "az"
2021-04-16 07:24:46 -07:00
},
{
"background": "#4707a8",
2022-02-03 01:22:57 -08:00
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff",
"properties": {
2022-03-27 01:12:47 -07:00
"always_enabled": true
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
"template": " \ue23a ",
"leading_diamond": "<transparent>\ue0b0</>",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b4",
"type": "status"
2021-04-16 07:24:46 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#000000",
"leading_diamond": "\ue0c2\ue0c2",
"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",
2022-02-03 01:22:57 -08:00
"windows": "\ue70f"
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#000000> \ue0b1</>",
2022-02-03 01:22:57 -08:00
"type": "os"
2021-04-16 07:24:46 -07:00
},
{
"background": "#000000",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " \uf0e7<#ffffff> \ue0b1</>",
2022-02-03 01:22:57 -08:00
"type": "root"
2021-04-16 07:24:46 -07:00
},
{
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#000000",
2021-04-16 07:24:46 -07:00
"properties": {
"folder_icon": "<#000000>\ue5fe </>",
2022-02-03 01:22:57 -08:00
"folder_separator_icon": "<#000000>\ue0b1 </>",
"home_icon": "\ueb06 ",
2022-03-27 01:12:47 -07:00
"style": "agnoster_short"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "<#000000> \ue5ff </>{{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
2021-04-16 07:24:46 -07:00
},
{
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#000000",
"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,
"fetch_status": true,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "<#000000>\ue0b1 </>{{ .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 }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
2021-04-16 07:24:46 -07:00
},
{
2022-02-03 01:22:57 -08:00
"background": "#ffffff",
"foreground": "#000000",
2022-02-03 01:22:57 -08:00
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ .WorkspaceName }} ",
2022-02-03 01:22:57 -08:00
"type": "terraform"
},
2021-04-16 07:24:46 -07:00
{
"background": "#ffffff",
2022-02-03 01:22:57 -08:00
"foreground": "#000000",
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "text"
2021-04-16 07:24:46 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-04-16 07:24:46 -07:00
},
{
"alignment": "left",
"segments": [
{
"foreground": "#1a1af5",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " \u276f ",
2022-02-03 01:22:57 -08:00
"type": "text"
2021-04-16 07:24:46 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-04-16 07:24:46 -07:00
}
2022-02-03 01:22:57 -08:00
],
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
}