oh-my-posh/themes/rudolfs-dark.omp.json

77 lines
2.3 KiB
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
2022-02-03 01:22:57 -08:00
"background": "#BF231D",
"foreground": "#ffffff",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " \uf0e7 ",
2022-02-03 01:22:57 -08:00
"type": "root"
},
{
"background": "#0A703E",
"foreground": "#ffffff",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " {{ .Icon }} ",
2022-02-03 01:22:57 -08:00
"type": "os"
},
{
"background": "#0A703E",
"foreground": "#ffffff",
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"
},
{
"background": "#256C9D",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"properties": {
2022-02-03 01:22:57 -08:00
"folder_icon": "\uf115",
"folder_separator_icon": " \ue0b1 ",
"max_depth": 2,
2022-03-27 01:12:47 -07:00
"style": "agnoster_short"
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"
},
{
"background": "#256C9D",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"properties": {
"branch_max_length": 30,
2022-02-03 01:22:57 -08:00
"fetch_stash_count": false,
"fetch_status": true,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"template": "[ {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ]",
2022-02-03 01:22:57 -08:00
"type": "git"
},
{
"background": "#256C9D",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"style": "plain",
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ",
"properties": {
"text": "\ue0b0"
},
"type": "python"
},
{
"foreground": "#256C9D",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\ue0b0 ",
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
}