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

88 lines
2.5 KiB
JSON
Raw Permalink Normal View History

2021-03-22 16:18:25 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#26C6DA",
"properties": {
2022-03-27 01:12:47 -07:00
"macos": "mac"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}}",
2022-02-03 01:22:57 -08:00
"type": "os"
},
{
"foreground": "#26C6DA",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " {{ .UserName }}: ",
2022-02-03 01:22:57 -08:00
"type": "session"
},
{
"foreground": "lightGreen",
"properties": {
2022-03-27 01:12:47 -07:00
"style": "folder"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "{{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
},
{
"properties": {
"branch_icon": "",
2022-03-27 01:12:47 -07:00
"fetch_stash_count": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"template": "<#ffffff>on</> {{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
},
{
"foreground": "#906cff",
2022-02-03 01:22:57 -08:00
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "[\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}] ",
2022-02-03 01:22:57 -08:00
"type": "python"
},
{
"foreground": "#7FD5EA",
2022-02-03 01:22:57 -08:00
"style": "powerline",
"template": "[\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}] ",
2022-02-03 01:22:57 -08:00
"type": "go"
},
{
"foreground": "#76b367",
2022-02-03 01:22:57 -08:00
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "[\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}] ",
2022-02-03 01:22:57 -08:00
"type": "node"
},
{
"foreground": "#f44336",
2022-02-03 01:22:57 -08:00
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "[\ue791{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}] ",
2022-02-03 01:22:57 -08:00
"type": "ruby"
},
{
"foreground": "#ea2d2e",
2022-02-03 01:22:57 -08:00
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": "[\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}] ",
2022-02-03 01:22:57 -08:00
"type": "java"
},
{
"foreground": "#4063D8",
2022-02-03 01:22:57 -08:00
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue624 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "julia"
},
{
"foreground": "#FFD54F",
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"
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
}
2022-02-03 01:22:57 -08:00
],
2022-03-27 01:12:47 -07:00
"version": 2
}