theme: migrate all

This commit is contained in:
Jan De Dobbeleer 2022-02-03 10:22:57 +01:00 committed by Jan De Dobbeleer
parent a9d32a86d4
commit 86db860fe6
80 changed files with 5003 additions and 5233 deletions

2
.gitignore vendored
View file

@ -239,3 +239,5 @@ $RECYCLE.BIN/
# Keys # Keys
cosign.key cosign.key
*.omp.json.bak

View file

@ -1,71 +1,69 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#9A348E", "background": "#9A348E",
"leading_diamond": "\uE0B6",
"trailing_diamond": "",
"properties": {
"prefix": "",
"template": "{{ .UserName }}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#DA627D", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"style": "folder" "template": "{{ .UserName }} "
} },
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#FCA17D",
"properties": {
"fetch_stash_count": true,
"fetch_upstream_icon": true,
"branch_icon": "",
"fetch_status": false,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}",
"prefix": " \u279C (",
"postfix": ") "
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#86BBD8",
"properties": {
"prefix": " \uE718 "
}
},
{
"type": "time",
"style": "diamond", "style": "diamond",
"trailing_diamond": "\uE0B0", "type": "session"
},
{
"background": "#DA627D",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#33658A", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \u2665 ", "style": "folder",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#FCA17D",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"branch_icon": "",
"fetch_stash_count": true,
"fetch_status": false,
"fetch_upstream_icon": true,
"template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }}) "
},
"style": "powerline",
"type": "git"
},
{
"background": "#86BBD8",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
},
"style": "powerline",
"type": "node"
},
{
"background": "#33658A",
"foreground": "#ffffff",
"properties": {
"template": " \u2665 {{ .CurrentDate | date .Format }} ",
"time_format": "15:04" "time_format": "15:04"
} },
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "time"
} }
] ],
"type": "prompt"
} }
] ],
"final_space": true,
"version": 1
} }

View file

@ -2,71 +2,76 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root", "background": "#ffe9aa",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#ffe9aa" "powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf0e7 "
},
"style": "powerline",
"type": "root"
}, },
{ {
"type": "session",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#ffffff", "background": "#ffffff",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": "{{ .UserName }}@{{ .HostName }}" "template": " {{ .UserName }}@{{ .HostName }} "
} },
"style": "powerline",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#91ddff", "background": "#91ddff",
"properties": {
"home_icon": "\uF7DB",
"folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ",
"style": "agnoster"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#95ffa4",
"properties": {
"template": "{{ .HEAD }}"
}
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#906cff", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE235 " "folder_icon": "\uf115",
} "folder_separator_icon": " \ue0b1 ",
"home_icon": "\uf7db",
"style": "agnoster",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
}, },
{ {
"type": "exit", "background": "#95ffa4",
"style": "powerline", "foreground": "#193549",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\ue0b0",
"foreground": "#ffffff",
"background": "#ff8080",
"properties": { "properties": {
"template": "{{ .Text }}" "template": " {{ .HEAD }} "
} },
"style": "powerline",
"type": "git"
},
{
"background": "#906cff",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
},
"style": "powerline",
"type": "python"
},
{
"background": "#ff8080",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " {{ .Text }} "
},
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -2,60 +2,63 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"vertical_offset": -1,
"segments": [ "segments": [
{ {
"type": "time",
"style": "plain",
"foreground": "#007ACC", "foreground": "#007ACC",
"properties": { "properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05" "time_format": "15:04:05"
} },
"style": "plain",
"type": "time"
} }
] ],
"type": "prompt",
"vertical_offset": -1
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "session",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#ffffff", "background": "#ffffff",
"properties": {
"template": "{{ .UserName }}@{{ .HostName }}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#91ddff", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"home_icon": "\uF7DB", "template": " {{ .UserName }}@{{ .HostName }} "
"folder_icon": "\uF115", },
"folder_separator_icon": " \uE0B1 ", "style": "powerline",
"style": "agnoster" "type": "session"
}
}, },
{ {
"type": "git", "background": "#91ddff",
"style": "powerline", "foreground": "#100e23",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\ue0b0",
"foreground": "#193549",
"background": "#95ffa4",
"properties": { "properties": {
"template": "{{ .HEAD }}" "folder_icon": "\uf115",
} "folder_separator_icon": " \ue0b1 ",
"home_icon": "\uf7db",
"style": "agnoster",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#95ffa4",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " {{ .HEAD }} "
},
"style": "powerline",
"type": "git"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -2,50 +2,55 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#61AFEF", "background": "#61AFEF",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0B0",
"properties": {
"template": "{{ .UserName }}@{{ .HostName }}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#C678DD", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"style": "full" "template": " {{ .UserName }}@{{ .HostName }} "
} },
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#95ffa4",
"properties": {
"template": "{{ .HEAD }}"
}
},
{
"type": "python",
"style": "diamond", "style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "session"
},
{
"background": "#C678DD",
"foreground": "#ffffff", "foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"style": "full",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#95ffa4",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " {{ .HEAD }} "
},
"style": "powerline",
"type": "git"
},
{
"background": "#FF6471", "background": "#FF6471",
"leading_diamond": "<transparent,background>\uE0B0</>", "foreground": "#ffffff",
"trailing_diamond": "\uE0B4" "leading_diamond": "<transparent,background>\ue0b0</>",
"properties": {
"template": " {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "python"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -2,67 +2,63 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"foreground": "#45F1C2", "foreground": "#45F1C2",
"properties": { "properties": {
"prefix": "\uf508 ", "template": "\uf508 {{ .UserName }} on"
"postfix": " on", },
"template": "{{ .UserName }}" "style": "plain",
} "type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#0CA0D8", "foreground": "#0CA0D8",
"properties": { "properties": {
"folder_separator_icon": "/",
"style": "full", "style": "full",
"prefix": " \uf07b ", "template": " \uf07b {{ .Path }} "
"folder_separator_icon": "/" },
} "style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "#14A5AE", "foreground": "#14A5AE",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"prefix": "", "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" },
} "style": "plain",
"type": "git"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "#cd5e42", "foreground": "#cd5e42",
"properties": { "properties": {
"prefix": "", "template": "\ue3bf "
"template": "\ue3bf" },
} "style": "plain",
"type": "root"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#CD4277", "foreground": "#CD4277",
"properties": { "properties": {
"prefix": "", "template": "# "
"text": "\u0023" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,53 +1,42 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false,
"osc99": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "shell",
"style": "diamond",
"leading_diamond": "╭─",
"trailing_diamond": "",
"foreground": "#ffffff",
"background": "#0077c2", "background": "#0077c2",
"foreground": "#ffffff",
"leading_diamond": "\u256d\u2500\ue0b6",
"properties": { "properties": {
"prefix": " " "template": "\uf120 {{ .Name }} "
} },
},
{
"type": "root",
"style": "diamond", "style": "diamond",
"leading_diamond": "", "type": "shell"
"trailing_diamond": "", },
"foreground": "#FFFB38", {
"background": "#ef5350", "background": "#ef5350",
"foreground": "#FFFB38",
"properties": { "properties": {
"template": "\uf292", "template": "<parentBackground>\ue0b0</> \uf292 "
"prefix": "<parentBackground>\uE0B0</> " },
} "style": "diamond",
"type": "root"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#2d3436",
"background": "#FF9248", "background": "#FF9248",
"foreground": "#2d3436",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"home_icon": "",
"folder_icon": " \uf07b ", "folder_icon": " \uf07b ",
"home_icon": "\uf7dd",
"style": "folder", "style": "folder",
"prefix": " \uf07b\uf553" "template": " \uf07b\uf553{{ .Path }} "
} },
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#011627",
"background": "#FFFB38", "background": "#FFFB38",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb95{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb95{{ end }}",
@ -55,270 +44,257 @@
"{{ if gt .Ahead 0 }}#C792EA{{ end }}", "{{ if gt .Ahead 0 }}#C792EA{{ end }}",
"{{ if gt .Behind 0 }}#C792EA{{ end }}" "{{ if gt .Behind 0 }}#C792EA{{ end }}"
], ],
"foreground": "#011627",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"branch_icon": "\ue725 ", "branch_icon": "\ue725 ",
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#ef5350> \uF046 {{ .Staging.String }}</>{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#ef5350> \uf046 {{ .Staging.String }}</>{{ end }} "
} },
"style": "powerline",
"type": "git"
}, },
{ {
"type": "executiontime",
"style": "diamond",
"leading_diamond": "",
"trailing_diamond": "\uE0B4",
"foreground": "#ffffff",
"background": "#83769c", "background": "#83769c",
"foreground": "#ffffff",
"properties": { "properties": {
"prefix": "羽", "style": "roundrock",
"postfix": "\u2800", "template": " \ufa1e{{ .FormattedMs }}\u2800",
"threshold": 0, "threshold": 0
"style": "roundrock" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "executiontime"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "node",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#3C873A",
"background": "#303030", "background": "#303030",
"foreground": "#3C873A",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE718 ", "fetch_package_manager": true,
"postfix": "", "npm_icon": " <#cc3a3a>\ue5fa</> ",
"display_package_manager": true, "template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}",
"yarn_icon": " <#348cba></>", "yarn_icon": " <#348cba>\uf61a</>"
"npm_icon": " <#cc3a3a></> " },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "node"
}, },
{ {
"type": "python",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#FFE873",
"background": "#306998", "background": "#306998",
"foreground": "#FFE873",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE235 ", "template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "python"
}, },
{ {
"type": "java",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#ec2729",
"background": "#0e8ac8", "background": "#0e8ac8",
"foreground": "#ec2729",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE738 ", "template": "\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "java"
}, },
{ {
"type": "dotnet",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#0d6da8",
"background": "#0e0e0e", "background": "#0e0e0e",
"foreground": "#0d6da8",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE77F ", "template": "\ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "dotnet"
}, },
{ {
"type": "go", "background": "#ffffff",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#06aad5", "foreground": "#06aad5",
"background": "#ffffff", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uFCD1 ", "template": "\ufcd1 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "go"
}, },
{ {
"type": "rust",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#925837",
"background": "#f3f0ec", "background": "#f3f0ec",
"foreground": "#925837",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE7a8 ", "template": "\ue7a8 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "rust"
}, },
{ {
"type": "dart",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#055b9c",
"background": "#e1e8e9", "background": "#e1e8e9",
"foreground": "#055b9c",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE798 ", "template": "\ue798 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "dart"
}, },
{ {
"type": "angular", "background": "#ffffff",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#ce092f", "foreground": "#ce092f",
"background": "#ffffff", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE753 ", "template": "\ue753 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "angular"
}, },
{ {
"type": "julia",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#359a25",
"background": "#945bb3", "background": "#945bb3",
"foreground": "#359a25",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "<#ca3c34>\uE624</> ", "template": "<#ca3c34>\ue624</> {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "julia"
}, },
{ {
"type": "ruby", "background": "#ffffff",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#9c1006", "foreground": "#9c1006",
"background": "#ffffff", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE791 ", "template": "\ue791 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "ruby"
}, },
{ {
"type": "azfunc", "background": "#ffffff",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#5398c2", "foreground": "#5398c2",
"background": "#ffffff", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uf104<#f5bf45>\uf0e7</>\uf105 ", "template": "\uf104<#f5bf45>\uf0e7</>\uf105 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "azfunc"
}, },
{ {
"type": "aws",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#faa029",
"background": "#565656", "background": "#565656",
"foreground": "#faa029",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE7AD ", "template": "\ue7ad {{.Profile}}{{if .Region}}@{{.Region}}{{end}}"
"postfix": "", },
"template": "{{.Profile}}{{if .Region}}@{{.Region}}{{end}}" "style": "diamond",
} "trailing_diamond": "\ue0b4",
"type": "aws"
}, },
{ {
"type": "kubectl",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "\uE0B4",
"foreground": "#ffffff",
"background": "#316ce4", "background": "#316ce4",
"foreground": "#ffffff",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uFD31 ", "template": "\ufd31 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}"
"postfix": "", },
"template": "{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}" "style": "diamond",
} "trailing_diamond": "\ue0b4",
"type": "kubectl"
}, },
{ {
"type": "os",
"style": "diamond",
"leading_diamond": " \uE0B6",
"trailing_diamond": "",
"foreground": "#222222",
"background": "#b2bec3", "background": "#b2bec3",
"foreground": "#222222",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"postfix": "<#262626> \uE0B2</>", "linux": "\ue27f",
"windows": "\ue27f",
"macos": "\ue27f", "macos": "\ue27f",
"linux": "\ue27f" "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}<#262626> \ue0b2</>",
} "windows": "\ue27f"
},
"style": "diamond",
"type": "os"
}, },
{ {
"type": "battery",
"style": "diamond",
"invert_powerline": true,
"leading_diamond": "\uE0B2",
"trailing_diamond": "",
"foreground": "#262626",
"background": "#f36943", "background": "#f36943",
"background_templates": [ "background_templates": [
"{{if eq \"Charging\" .State.String}}#b8e994{{end}}", "{{if eq \"Charging\" .State.String}}#b8e994{{end}}",
"{{if eq \"Discharging\" .State.String}}#fff34e{{end}}", "{{if eq \"Discharging\" .State.String}}#fff34e{{end}}",
"{{if eq \"Full\" .State.String}}#33DD2D{{end}}" "{{if eq \"Full\" .State.String}}#33DD2D{{end}}"
], ],
"foreground": "#262626",
"invert_powerline": true,
"leading_diamond": "\ue0b2",
"properties": { "properties": {
"discharging_icon": " ",
"charging_icon": "\uf1e6 ",
"charged_icon": "\uf58e ", "charged_icon": "\uf58e ",
"postfix": " <#262626>\uE0B2</>" "charging_icon": "\uf1e6 ",
} "discharging_icon": "\ue234 ",
"template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 <#262626>\ue0b2</>"
},
"style": "diamond",
"type": "battery"
}, },
{ {
"type": "time",
"style": "diamond",
"invert_powerline": true,
"leading_diamond": "\uE0B2",
"trailing_diamond": "\uE0B4",
"background": "#40c4ff", "background": "#40c4ff",
"foreground": "#ffffff", "foreground": "#ffffff",
"invert_powerline": true,
"leading_diamond": "\ue0b2",
"properties": { "properties": {
"prefix": " \uf5ef ", "template": " \uf5ef {{ .CurrentDate | date .Format }} ",
"time_format": "_2,15:04" "time_format": "_2,15:04"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "time"
} }
} ],
] "type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#21c7c7", "foreground": "#21c7c7",
"properties": { "properties": {
"prefix": "", "template": "\u2570\u2500"
"postfix": "", },
"text": "╰─" "style": "plain",
} "type": "text"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#e0f8ff", "foreground": "#e0f8ff",
"foreground_templates": [
"{{ if gt .Code 0 }}#ef5350{{ end }}"
],
"properties": { "properties": {
"prefix": "\ue285ff",
"display_exit_code": false,
"always_enabled": true, "always_enabled": true,
"error_color": "#ef5350" "template": "\ue285\ufb00 "
} },
"style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"osc99": true,
"version": 1
} }

View file

@ -1,183 +1,157 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false,
"osc99": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"properties": { "properties": {
"prefix": "╭─[", "template": "\u256d\u2500[<#ffff55>{{ .UserName }}</><#ff5555>@</><#55ff55>{{ .HostName }}</>]\u2500"
"postfix": "]─", },
"template": "<#ffff55>{{ .UserName }}</><#ff5555>@</><#55ff55>{{ .HostName }}</>" "style": "plain",
} "type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#ff5555", "foreground": "#ff5555",
"properties": { "properties": {
"prefix": "<#ffffff>[</>", "template": "<#ffffff>[</>{{ .Path }}<#ffffff>]</>"
"postfix": "<#ffffff>]</>" },
} "style": "plain",
"type": "path"
}, },
{ {
"type": "root",
"style": "plain",
"foreground": "#FF9248", "foreground": "#FF9248",
"properties": { "properties": {
"prefix": "<#ffffff>─(</>", "template": "<#ffffff>\u2500(</>#<#ffffff>)</>"
"postfix": "<#ffffff>)</>", },
"template": "#" "style": "plain",
} "type": "root"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "node",
"style": "plain",
"foreground": "#3C873A", "foreground": "#3C873A",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "fetch_package_manager": true,
"postfix": "<#ffffff>)</>", "npm_icon": " <#cc3a3a>\ue5fa</> ",
"display_package_manager": true, "template": "<#ffffff>(</>{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}<#ffffff>)</>",
"yarn_icon": " <#348cba></>", "yarn_icon": " <#348cba>\uf61a</>"
"npm_icon": " <#cc3a3a></> " },
} "style": "plain",
"type": "node"
}, },
{ {
"type": "python",
"style": "plain",
"foreground": "#FFE873", "foreground": "#FFE873",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "python"
}, },
{ {
"type": "java",
"style": "plain",
"foreground": "#ec2729", "foreground": "#ec2729",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "java"
}, },
{ {
"type": "dotnet",
"style": "plain",
"foreground": "#0d6da8", "foreground": "#0d6da8",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "dotnet"
}, },
{ {
"type": "go",
"style": "plain",
"foreground": "#06aad5", "foreground": "#06aad5",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "go"
}, },
{ {
"type": "rust",
"style": "plain",
"foreground": "#925837", "foreground": "#925837",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "rust"
}, },
{ {
"type": "dart",
"style": "plain",
"foreground": "#055b9c", "foreground": "#055b9c",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "dart"
}, },
{ {
"type": "angular",
"style": "plain",
"foreground": "#ce092f", "foreground": "#ce092f",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "angular"
}, },
{ {
"type": "julia",
"style": "plain",
"foreground": "#359a25", "foreground": "#359a25",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "julia"
}, },
{ {
"type": "ruby",
"style": "plain",
"foreground": "#9c1006", "foreground": "#9c1006",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "ruby"
}, },
{ {
"type": "azfunc",
"style": "plain",
"foreground": "#5398c2", "foreground": "#5398c2",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}<#ffffff>)</>"
"postfix": "<#ffffff>)</>" },
} "style": "plain",
"type": "azfunc"
}, },
{ {
"type": "aws",
"style": "plain",
"foreground": "#faa029", "foreground": "#faa029",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{.Profile}}{{if .Region}}@{{.Region}}{{end}}<#ffffff>)</>"
"postfix": "<#ffffff>)</>", },
"template": "{{.Profile}}{{if .Region}}@{{.Region}}{{end}}" "style": "plain",
} "type": "aws"
}, },
{ {
"type": "kubectl",
"style": "plain",
"foreground": "#316ce4", "foreground": "#316ce4",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "template": "<#ffffff>(</>{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}<#ffffff>)</>"
"postfix": "<#ffffff>)</>", },
"template": "{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}" "style": "plain",
} "type": "kubectl"
}, },
{ {
"type": "os",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "<#ffffff>(</>", "linux": "<#ffffff>\ue27f</>",
"postfix": "<#ffffff>)─</>",
"windows": "<#ffffff>\ue27f</>",
"macos": "<#ffffff>\ue27f</>", "macos": "<#ffffff>\ue27f</>",
"linux": "<#ffffff>\ue27f</>" "template": "<#ffffff>(</>{{ if .WSL }}WSL at {{ end }}{{.Icon}}<#ffffff>)\u2500</>",
} "windows": "<#ffffff>\ue27f</>"
},
"style": "plain",
"type": "os"
}, },
{ {
"type": "battery",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"foreground_templates": [ "foreground_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}", "{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
@ -185,64 +159,64 @@
"{{if eq \"Full\" .State.String}}#33DD2D{{end}}" "{{if eq \"Full\" .State.String}}#33DD2D{{end}}"
], ],
"properties": { "properties": {
"discharging_icon": " ",
"charging_icon": "\uf1e6 ",
"charged_icon": "\uf58e ", "charged_icon": "\uf58e ",
"prefix": "<#ffffff>[</>", "charging_icon": "\uf1e6 ",
"postfix": "%<#ffffff>]─</>" "discharging_icon": "\ue234 ",
} "template": "<#ffffff>[</>{{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}%<#ffffff>]\u2500</>"
},
"style": "plain",
"type": "battery"
}, },
{ {
"type": "time",
"style": "plain",
"foreground": "#55ffff", "foreground": "#55ffff",
"properties": { "properties": {
"prefix": "<#ffffff>[</>", "template": "<#ffffff>[</>{{ .CurrentDate | date .Format }}<#ffffff>]</>",
"postfix": "<#ffffff>]</>",
"time_format": "_2,15:04" "time_format": "_2,15:04"
},
"style": "plain",
"type": "time"
} }
} ],
] "type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"properties": { "properties": {
"prefix": "", "template": "\u2570\u2500"
"postfix": "", },
"text": "╰─" "style": "plain",
} "type": "text"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#e0f8ff", "foreground": "#e0f8ff",
"properties": { "properties": {
"prefix": "<#ffffff>[</>",
"postfix": "<#ffffff>]-</>",
"branch_icon": "\ue725 ", "branch_icon": "\ue725 ",
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }}<#00AA00> ● {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#D75F00> ● {{ .Working.String }}</>{{ end }}" "template": "<#ffffff>[</>{{ .HEAD }}{{ if .Staging.Changed }}<#00AA00> \u25cf {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#D75F00> \u25cf {{ .Working.String }}</>{{ end }}<#ffffff>]-</>"
} },
"style": "plain",
"type": "git"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#ecf7fa", "foreground": "#ecf7fa",
"foreground_templates": [
"{{ if gt .Code 0 }}#ef5350{{ end }}"
],
"properties": { "properties": {
"prefix": "\ue285ff",
"display_exit_code": false,
"always_enabled": true, "always_enabled": true,
"error_color": "#ef5350" "template": "\ue285\ufb00 "
} },
"style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"osc99": true,
"version": 1
} }

View file

@ -2,59 +2,60 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "path",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "style": "full",
"style": "full" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#C2C206", "foreground": "#C2C206",
"properties": { "properties": {
"prefix": "", "template": "{{ .HEAD }} "
"template": "{{ .HEAD }}" },
} "style": "plain",
"type": "git"
}, },
{ {
"type": "root", "foreground": "#B5B50D",
"properties": {
"template": " \uf0e7 "
},
"style": "plain", "style": "plain",
"foreground": "#B5B50D" "type": "root"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#C94A16", "foreground": "#C94A16",
"properties": { "properties": {
"template": "x{{ .Text }}", "template": "x{{ .Text }} "
"prefix": "" },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#007ACC", "foreground": "#007ACC",
"properties": { "properties": {
"prefix": "", "template": "\ue602 "
"text": "\uE602" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,53 +1,43 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false,
"osc99": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}} ⚡ {{end}}{{.Folder | replace \"~\" \"🏚\" }} @ {{.HostName}}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "#FFEB3B",
"background": "#a313a8", "background": "#a313a8",
"foreground": "#FFEB3B",
"properties": { "properties": {
"prefix": "", "template": "\u26a1 "
"template": "⚡" },
}
},
{
"type": "os",
"style": "plain", "style": "plain",
"foreground": "#ffffff", "type": "root"
},
{
"background": "transparent", "background": "transparent",
"properties": {
"prefix": ""
}
},
{
"type": "path",
"style": "diamond",
"leading_diamond": "<transparent,#01579B>\uE0B0</>",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#01579B",
"properties": { "properties": {
"home_icon": "\uF7DB", "template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}} "
"folder_icon": "\uF6D7", },
"folder_separator_icon": "<transparent> \uE0BD </>", "style": "plain",
"style": "agnoster_short" "type": "os"
} },
{
"background": "#01579B",
"foreground": "#ffffff",
"leading_diamond": "<transparent,#01579B>\ue0b0</>",
"properties": {
"folder_icon": "\uf6d7",
"folder_separator_icon": "<transparent> \ue0bd </>",
"home_icon": "\uf7db",
"style": "agnoster_short",
"template": " {{ .Path }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#00C853", "background": "#00C853",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}",
@ -55,84 +45,91 @@
"{{ if gt .Ahead 0 }}#B388FF{{ end }}", "{{ if gt .Ahead 0 }}#B388FF{{ end }}",
"{{ if gt .Behind 0 }}#B388FF{{ end }}" "{{ if gt .Behind 0 }}#B388FF{{ end }}"
], ],
"foreground": "#000000",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uF046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
} },
},
{
"type": "executiontime",
"style": "diamond",
"leading_diamond": "<transparent,#49404f>\uE0B0</>",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff",
"background": "#49404f",
"properties": {
"threshold": 0,
"style": "dallas",
"postfix": "s "
}
},
{
"type": "exit",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "git"
},
{
"background": "#49404f",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#910000", "leading_diamond": "<transparent,#49404f>\ue0b0</>",
"properties": { "properties": {
"prefix": "<transparent> \uF12A</> ", "style": "dallas",
"template": "{{ .Text }}" "template": " {{ .FormattedMs }}s ",
} "threshold": 0
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "executiontime"
},
{
"background": "#910000",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"template": "<transparent> \uf12a</> {{ .Text }} "
},
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"trailing_diamond": "",
"leading_diamond": "\uE0C5",
"foreground": "#43CCEA",
"background": "#29315A", "background": "#29315A",
"foreground": "#43CCEA",
"leading_diamond": "\ue0c5",
"properties": { "properties": {
"postfix": "", "template": " {{ .UserName }}<transparent> / </>{{ .HostName }}"
"prefix": " ", },
"template": "{{ .UserName }}<transparent> / </>{{ .HostName }}" "style": "diamond",
} "type": "session"
}, },
{ {
"type": "time",
"style": "plain",
"foreground": "#3EC669",
"background": "#29315A", "background": "#29315A",
"foreground": "#3EC669",
"properties": { "properties": {
"time_format": "15:04:05", "template": "<transparent> \ue0ba\ue0bc </>{{ .CurrentDate | date .Format }} ",
"prefix": "<transparent> \uE0BA\uE0BC </>" "time_format": "15:04:05"
} },
"style": "plain",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "exit",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"foreground_templates": ["{{ if gt .Code 0 }}#ff0000{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}#ff0000{{ end }}"
],
"properties": { "properties": {
"template": "\u276F", "always_enabled": true,
"prefix": "", "template": "\u276f "
"always_enabled": true },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.Folder | replace \"~\" \"🏚\" }} @ {{.HostName}}",
"osc99": true,
"version": 1
} }

View file

@ -2,128 +2,132 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os",
"style": "diamond",
"foreground": "#26C6DA",
"background": "#546E7A", "background": "#546E7A",
"foreground": "#26C6DA",
"leading_diamond": "\ue0c5",
"properties": { "properties": {
"postfix": " \uE0B1", "macos": "mac",
"macos": "mac" "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} \ue0b1"
}, },
"leading_diamond": "\uE0c5", "style": "diamond",
"trailing_diamond": "\uE0B0" "trailing_diamond": "\ue0b0",
"type": "os"
}, },
{ {
"type": "session",
"style": "powerline",
"foreground": "#26C6DA",
"background": "#546E7A", "background": "#546E7A",
"powerline_symbol": "\uE0B0", "foreground": "#26C6DA",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": "{{ .UserName }}@{{ .HostName }}" "template": " {{ .UserName }}@{{ .HostName }} "
} },
"style": "powerline",
"type": "session"
}, },
{ {
"type": "battery",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#a2beef", "background": "#a2beef",
"background_templates": [ "background_templates": [
"{{if eq \"Charging\" .State.String}}#00D100{{end}}", "{{if eq \"Charging\" .State.String}}#00D100{{end}}",
"{{if eq \"Discharging\" .State.String}}#FFCD58{{end}}", "{{if eq \"Discharging\" .State.String}}#FFCD58{{end}}",
"{{if eq \"Full\" .State.String}}#0476d0{{end}}" "{{if eq \"Full\" .State.String}}#0476d0{{end}}"
], ],
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"postfix": "\uF295 \uf583 " "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 \uf583 "
} },
"style": "powerline",
"type": "battery"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#14c2dd", "background": "#14c2dd",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE5FF ", "style": "folder",
"style": "folder" "template": " \ue5ff {{ .Path }} "
} },
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#a2c4e0", "background": "#a2c4e0",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
} },
"style": "powerline",
"type": "git"
}, },
{ {
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E", "background": "#6CA35E",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE718 " "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
} },
"style": "powerline",
"type": "node"
}, },
{ {
"type": "root", "background": "#ffff66",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"background": "#ffff66" "powerline_symbol": "\ue0b0",
}, "properties": {
{ "template": " \uf0e7 "
"type": "kubectl", },
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "root"
"foreground": "#ffffff",
"background": "#0077c2",
"properties": {
"prefix": " \uFD31 ",
"template": "{{.Context}} :: {{if .Namespace}}{{.Namespace}}{{else}}default{{end}}"
}
}, },
{ {
"type": "exit", "background": "#0077c2",
"style": "diamond",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#007800", "powerline_symbol": "\ue0b0",
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"],
"leading_diamond": "<transparent,background>\uE0B0</>",
"trailing_diamond": "\uE0b0",
"properties": { "properties": {
"template": "\ufc8d", "template": " \ufd31 {{.Context}} :: {{if .Namespace}}{{.Namespace}}{{else}}default{{end}} "
"always_enabled": true },
} "style": "powerline",
"type": "kubectl"
},
{
"background": "#007800",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff",
"leading_diamond": "<transparent,background>\ue0b0</>",
"properties": {
"always_enabled": true,
"template": " \ufc8d "
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#007ACC", "foreground": "#007ACC",
"properties": { "properties": {
"prefix": "", "template": "\u279c "
"text": "\u279C" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,183 +1,170 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "session", "background": "#29315A",
"style": "diamond",
"trailing_diamond": "\uE0B4 ",
"leading_diamond": "\uE0B6",
"foreground": "#E64747", "foreground": "#E64747",
"background": "#29315A", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"postfix": "",
"prefix": "",
"template": "{{ .UserName }}" "template": "{{ .UserName }}"
} },
"style": "diamond",
"trailing_diamond": "\ue0b4 ",
"type": "session"
}, },
{ {
"type": "path", "background": "#29315A",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#3EC669", "foreground": "#3EC669",
"background": "#29315A", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"prefix": "\uE5FF ", "style": "folder",
"postfix": "", "template": "\ue5ff {{ .Path }}"
"style": "folder" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "path"
}, },
{ {
"type": "git",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#43CCEA",
"background": "#29315A", "background": "#29315A",
"foreground": "#43CCEA",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "",
"postfix": "",
"branch_icon": "", "branch_icon": "",
"template": "{{ .HEAD }}" "template": "{{ .HEAD }}"
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "git"
}, },
{ {
"type": "python", "background": "#29315A",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E4F34A", "foreground": "#E4F34A",
"background": "#29315A", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE235", "fetch_version": false,
"postfix": "", "template": "\ue235{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "python"
}, },
{ {
"type": "go", "background": "#29315A",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#7FD5EA", "foreground": "#7FD5EA",
"background": "#29315A", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uFCD1", "fetch_version": false,
"postfix": "", "template": "\ufcd1{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "go"
}, },
{ {
"type": "node", "background": "#29315A",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#42E66C", "foreground": "#42E66C",
"background": "#29315A", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE718", "fetch_version": false,
"postfix": "", "template": "\ue718{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "node"
}, },
{ {
"type": "ruby", "background": "#29315A",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747", "foreground": "#E64747",
"background": "#29315A", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE791", "fetch_version": false,
"postfix": "", "template": "\ue791{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "ruby"
}, },
{ {
"type": "java", "background": "#29315A",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747", "foreground": "#E64747",
"background": "#29315A", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE738", "fetch_version": false,
"postfix": "", "template": "\ue738{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "java"
}, },
{ {
"type": "julia",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#29315A", "background": "#29315A",
"foreground": "#9B6BDF",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE624", "fetch_version": false,
"fetch_version": false "template": "\ue624{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "julia"
}, },
{ {
"type": "battery",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#29315A", "background": "#29315A",
"foreground": "#9B6BDF",
"foreground_templates": [ "foreground_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}", "{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}", "{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}" "{{if eq \"Full\" .State.String}}#4caf50{{end}}"
], ],
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"discharging_icon": "\u21E3 ", "charged_icon": "• ",
"charging_icon": "\u21E1 ", "charging_icon": "\u21e1 ",
"charged_icon": "\u0095 ", "discharging_icon": "\u21e3 ",
"prefix": "", "template": "{{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "battery"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "executiontime",
"style": "diamond",
"trailing_diamond": "\uE0B4 ",
"leading_diamond": "\uE0B6",
"foreground": "#AEA4BF",
"background": "#29315A", "background": "#29315A",
"foreground": "#AEA4BF",
"leading_diamond": "\ue0b6",
"properties": { "properties": {
"threshold": 150,
"style": "austin", "style": "austin",
"prefix": "", "template": "{{ .FormattedMs }}",
"postfix": "" "threshold": 150
} },
"style": "diamond",
"trailing_diamond": "\ue0b4 ",
"type": "executiontime"
}, },
{ {
"type": "text",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#7FD5EA",
"background": "#29315A", "background": "#29315A",
"foreground": "#7FD5EA",
"leading_diamond": "\ue0b6",
"properties": { "properties": {
"prefix": "", "template": "\u276f"
"text": "\u276F", },
"postfix": "" "style": "diamond",
} "trailing_diamond": "\ue0b4",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"final_space": true,
"version": 1
} }

View file

@ -2,154 +2,143 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "rprompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "path", "background": "#424242",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": "\uE0B6",
"foreground": "#3EC669", "foreground": "#3EC669",
"background": "#424242", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"prefix": "\uE5FF ", "style": "folder",
"postfix": "", "template": "\ue5ff {{ .Path }}"
"style": "folder" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "path"
}, },
{ {
"type": "git", "background": "#424242",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#43CCEA", "foreground": "#43CCEA",
"background": "#424242", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "", "branch_icon": "",
"postfix": "", "template": "{{ .HEAD }}"
"template": "{{ .HEAD }}", },
"branch_icon": "" "style": "diamond",
} "trailing_diamond": "\ue0b4",
"type": "git"
}, },
{ {
"type": "python", "background": "#424242",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E4F34A", "foreground": "#E4F34A",
"background": "#424242", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE235", "fetch_version": false,
"postfix": "", "template": "\ue235{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "python"
}, },
{ {
"type": "go", "background": "#424242",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#7FD5EA", "foreground": "#7FD5EA",
"background": "#424242", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uFCD1", "fetch_version": false,
"postfix": "", "template": "\ufcd1{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "go"
}, },
{ {
"type": "node", "background": "#424242",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#42E66C", "foreground": "#42E66C",
"background": "#424242", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE718", "fetch_version": false,
"postfix": "", "template": "\ue718{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "node"
}, },
{ {
"type": "ruby", "background": "#424242",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747", "foreground": "#E64747",
"background": "#424242", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE791", "fetch_version": false,
"postfix": "", "template": "\ue791{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "ruby"
}, },
{ {
"type": "java", "background": "#424242",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#E64747", "foreground": "#E64747",
"background": "#424242", "leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE738", "fetch_version": false,
"postfix": "", "template": "\ue738{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "java"
}, },
{ {
"type": "julia",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#424242", "background": "#424242",
"foreground": "#9B6BDF",
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"prefix": "\uE624", "fetch_version": false,
"postfix": "", "template": "\ue624{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"fetch_version": false },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "julia"
}, },
{ {
"type": "battery",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"leading_diamond": " \uE0B6",
"foreground": "#9B6BDF",
"background": "#424242", "background": "#424242",
"foreground": "#9B6BDF",
"foreground_templates": [ "foreground_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}", "{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}", "{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}" "{{if eq \"Full\" .State.String}}#4caf50{{end}}"
], ],
"leading_diamond": " \ue0b6",
"properties": { "properties": {
"discharging_icon": "\u21E3 ", "charged_icon": "\u25cf ",
"charging_icon": "\u21E1 ", "charging_icon": "\u21e1 ",
"charged_icon": "\u25CF ", "discharging_icon": "\u21e3 ",
"prefix": "", "template": "{{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "battery"
} }
] ],
"type": "rprompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"trailing_diamond": "\uE0B4 ",
"leading_diamond": "\uE0B6",
"foreground": "#9B6BDF",
"background": "#424242", "background": "#424242",
"foreground": "#9B6BDF",
"leading_diamond": "\ue0b6",
"properties": { "properties": {
"postfix": " \u276F", "template": "{{ .UserName }} \u276f"
"prefix": "", },
"template": "{{ .UserName }}" "style": "diamond",
} "trailing_diamond": "\ue0b4 ",
"type": "session"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,76 +1,76 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$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}} ⚡ {{end}}{{.UserName}} ➔ 📁{{.Folder}}",
"blocks": [ "blocks": [
{ {
"type": "rprompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "time",
"style": "plain",
"foreground": "#ffffff",
"background": "#003543", "background": "#003543",
"foreground": "#ffffff",
"properties": { "properties": {
"prefix": " \uf64f " "template": " \uf64f {{ .CurrentDate | date .Format }} "
} },
"style": "plain",
"type": "time"
}, },
{ {
"type": "executiontime",
"style": "plain",
"foreground": "#ffffff",
"background": "#83769c", "background": "#83769c",
"foreground": "#ffffff",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": " 羽" "template": " \ufa1e{{ .FormattedMs }} "
} },
"style": "plain",
"type": "executiontime"
} }
] ],
"type": "rprompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#61AFEF", "background": "#61AFEF",
"trailing_diamond": "\uE0B0", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "",
"postfix": "",
"display_host": false, "display_host": false,
"template": "{{if .Root}} \uF0E7 {{.UserName}} {{else}} {{.UserName}} {{end}}" "template": "{{if .Root}} \uf0e7 {{.UserName}} {{else}} {{.UserName}} {{end}}"
} },
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "ffffff",
"background": "#C678DD", "background": "#C678DD",
"foreground": "ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"folder_icon": "\uf115",
"folder_separator_icon": " \ue0b1 ",
"max_depth": 2, "max_depth": 2,
"folder_icon": "\uF115", "style": "agnoster_short",
"folder_separator_icon": " \uE0B1 ", "template": " {{ .Path }} "
"style": "agnoster_short" },
} "style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#95ffa4", "background": "#95ffa4",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": "{{ .HEAD }}" "template": " {{ .HEAD }} "
} },
"style": "powerline",
"type": "git"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.UserName}} \u2794 📁{{.Folder}}",
"final_space": true,
"version": 1
} }

View file

@ -1,60 +1,60 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks":[ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0C6",
"background": "#E36464", "background": "#E36464",
"foreground": "#fff", "foreground": "#fff",
"leading_diamond": "\ue0b6",
"properties": { "properties": {
"prefix": "", "template": "{{ .UserName }} "
"template": "{{ .UserName }}" },
} "style": "diamond",
"trailing_diamond": "\ue0c6",
"type": "session"
}, },
{ {
"type":"path",
"style": "diamond",
"leading_diamond": "\uE0C7",
"trailing_diamond": "\uE0C6",
"background": "green", "background": "green",
"foreground": "#fff", "foreground": "#fff",
"leading_diamond": "\ue0c7",
"properties": { "properties": {
"style": "folder" "style": "folder",
} "template": " {{ .Path }} "
},
"style": "diamond",
"trailing_diamond": "\ue0c6",
"type": "path"
}, },
{ {
"type": "git",
"style": "diamond",
"leading_diamond": "\uE0C7",
"trailing_diamond": "\uE0C6",
"background": "lightCyan", "background": "lightCyan",
"foreground": "#fff", "foreground": "#fff",
"leading_diamond": "\ue0c7",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"template": "{{ .HEAD }}", "template": " git({{ .HEAD }}) "
"prefix": " git(", },
"postfix": ") " "style": "diamond",
} "trailing_diamond": "\ue0c6",
"type": "git"
}, },
{ {
"type": "time",
"style": "diamond",
"leading_diamond": "\uE0C7",
"trailing_diamond": "\uE0C6",
"foreground": "#fff",
"background": "lightMagenta", "background": "lightMagenta",
"foreground": "#fff",
"leading_diamond": "\ue0c7",
"properties": { "properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04" "time_format": "15:04"
} },
"style": "diamond",
"trailing_diamond": "\ue0c6",
"type": "time"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,69 +1,71 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt", "alignment": "left",
"alignment": "left", "segments": [
"segments": [ {
{ "background": "#07585c",
"type": "session", "foreground": "#ffffff",
"style": "diamond", "leading_diamond": "\ue0b6",
"foreground": "#ffffff", "properties": {
"background": "#07585c", "template": " {{ .UserName }}@{{ .HostName }} "
"leading_diamond": "\uE0B6",
"properties": {
"template": "{{ .UserName }}@{{ .HostName }}"
}
}, },
{ "style": "diamond",
"type": "path", "type": "session"
"style": "plain", },
"foreground": "#ffffff", {
"background": "#3e9022", "background": "#3e9022",
"properties": { "foreground": "#ffffff",
"prefix": " \uE5FF ", "properties": {
"style": "folder" "style": "folder",
} "template": " \ue5ff {{ .Path }} "
}, },
{ "style": "plain",
"type": "git", "type": "path"
"style": "plain", },
"foreground": "#ffffff", {
"background": "#de076f", "background": "#de076f",
"properties": { "foreground": "#ffffff",
"fetch_upstream_icon": true, "properties": {
"branch_icon": "", "branch_icon": "",
"template": "{{ .UpstreamIcon }}{{ .HEAD }}" "fetch_upstream_icon": true,
} "template": " {{ .UpstreamIcon }}{{ .HEAD }} "
}, },
{ "style": "plain",
"type": "spotify", "type": "git"
"style": "plain", },
"foreground": "#ffffff", {
"background": "#491545", "background": "#491545",
"properties": { "foreground": "#ffffff",
"prefix": " \uF9C6 ", "properties": {
"playing_icon": "\uE602 ", "paused_icon": "\uf8e3 ",
"paused_icon": "\uF8E3 ", "playing_icon": "\ue602 ",
"stopped_icon": "\uF04D ", "stopped_icon": "\uf04d ",
"track_separator" : " - " "template": " \uf9c6 {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ",
} "track_separator": " - "
}, },
{ "style": "plain",
"type": "exit", "type": "spotify"
"style": "diamond", },
"trailing_diamond": "\uE0B4", {
"foreground": "#ffffff", "background": "#491515",
"background": "#491515", "background_templates": [
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"], "{{ if gt .Code 0 }}#f1184c{{ end }}"
"properties": { ],
"template": "\uF7d4", "foreground": "#ffffff",
"always_enabled": true "properties": {
} "always_enabled": true,
} "template": " \uf7d4 "
] },
} "style": "diamond",
], "trailing_diamond": "\ue0b4",
"final_space": true "type": "exit"
} }
],
"type": "prompt"
}
],
"final_space": true,
"version": 1
}

View file

@ -1,166 +1,156 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false, "blocks": [
"osc99": true, {
"console_title": true, "alignment": "left",
"console_title_style": "template", "newline": true,
"console_title_template": "{{ .Folder }}", "segments": [
"transient_prompt": {
"background": "transparent",
"foreground": "#FEF5ED",
"template": "\ue285 "
},
"blocks": [
{ {
"type": "prompt", "background": "#FEF5ED",
"alignment": "left", "foreground": "#011627",
"newline": true, "leading_diamond": "\ue0b2",
"segments": [ "properties": {
{ "macos": "\uf179 ",
"type": "os", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}",
"style": "diamond", "ubuntu": "\uf31b ",
"leading_diamond": "\uE0B2", "windows": "\uf871 "
"trailing_diamond": "<transparent,#FEF5ED>\uE0B2</>", },
"foreground": "#011627", "style": "diamond",
"background": "#FEF5ED", "trailing_diamond": "<transparent,#FEF5ED>\ue0b2</>",
"properties": { "type": "os"
"postfix": "",
"windows": "\uf871 ",
"macos": "\uf179 ",
"ubuntu": "\uf31b "
}
},
{
"type": "shell",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#FEF5ED>\uE0B2</>",
"foreground": "#011627",
"background": "#FEF5ED",
"properties": {
"prefix": "\uf489 ",
"postfix": ""
}
},
{
"type": "sysinfo",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "",
"foreground": "#ffffff",
"background": "#516BEB",
"properties": {
"prefix": "\uf85a CPU: ",
"postfix": "% | ",
"template": "{{ round .PhysicalPercentUsed .Precision }}"
}
},
{
"type": "sysinfo",
"style": "diamond",
"leading_diamond": "",
"trailing_diamond": "<transparent,#516BEB>\uE0B2</>",
"foreground": "#ffffff",
"background": "#516BEB",
"properties": {
"prefix": "MEM: ",
"postfix": "GB \uf85a ",
"template": "{{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}"
}
},
{
"type": "executiontime",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "\uE0B0",
"foreground": "#d6deeb",
"background": "#575656",
"properties": {
"threshold": 0,
"style": "roundrock"
}
}
]
}, },
{ {
"type": "prompt", "background": "#FEF5ED",
"alignment": "right", "foreground": "#011627",
"newline": false, "leading_diamond": "\ue0b2",
"segments": [ "properties": {
{ "template": "\uf489 {{ .Name }}"
"type": "git", },
"style": "diamond", "style": "diamond",
"leading_diamond": "\uE0B2", "trailing_diamond": "<transparent,#FEF5ED>\ue0b2</>",
"trailing_diamond": "\uE0B0", "type": "shell"
"foreground": "#011627",
"background": "#17D7A0",
"properties": {
"branch_icon": "\ue725 ",
"fetch_status": true,
"fetch_stash_count": true,
"fetch_worktree_count": true,
"fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}"
}
}
]
}, },
{ {
"type": "prompt", "background": "#516BEB",
"alignment": "left", "foreground": "#ffffff",
"newline": true, "leading_diamond": "\ue0b2",
"segments": [ "properties": {
{ "template": "\uf85a CPU: {{ round .PhysicalPercentUsed .Precision }}% | "
"type": "text", },
"style": "plain", "style": "diamond",
"properties": { "type": "sysinfo"
"prefix": "",
"postfix": "",
"text": "╭─"
}
},
{
"type": "time",
"style": "plain",
"properties": {
"prefix": " \u2665 ",
"postfix": " |",
"time_format": "15:04"
}
},
{
"type": "root",
"style": "plain",
"properties": {
"template": "\uf292 "
}
},
{
"type": "path",
"style": "plain",
"properties": {
"folder_separator_icon": " \uf554 ",
"home_icon": "\uf7db ",
"folder_icon": "\uf07b "
}
}
]
}, },
{ {
"type": "prompt", "background": "#516BEB",
"alignment": "left", "foreground": "#ffffff",
"newline": true, "properties": {
"segments": [ "template": "MEM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB \uf85a "
{ },
"type": "exit", "style": "diamond",
"style": "plain", "trailing_diamond": "<transparent,#516BEB>\ue0b2</>",
"properties": { "type": "sysinfo"
"prefix": "", },
"template": "╰─", {
"always_enabled": true "background": "#575656",
} "foreground": "#d6deeb",
} "leading_diamond": "\ue0b2",
] "properties": {
"style": "roundrock",
"template": " {{ .FormattedMs }} ",
"threshold": 0
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "executiontime"
} }
] ],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#17D7A0",
"foreground": "#011627",
"leading_diamond": "\ue0b2",
"properties": {
"branch_icon": "\ue725 ",
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true,
"fetch_worktree_count": true,
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "git"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"properties": {
"template": "\u256d\u2500"
},
"style": "plain",
"type": "text"
},
{
"properties": {
"template": " \u2665 {{ .CurrentDate | date .Format }} |",
"time_format": "15:04"
},
"style": "plain",
"type": "time"
},
{
"properties": {
"template": " \uf292 "
},
"style": "plain",
"type": "root"
},
{
"properties": {
"folder_icon": "\uf07b ",
"folder_separator_icon": " \uf554 ",
"home_icon": "\uf7db ",
"template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"properties": {
"always_enabled": true,
"template": "\u2570\u2500 "
},
"style": "plain",
"type": "exit"
}
],
"type": "prompt"
}
],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{ .Folder }}",
"osc99": true,
"transient_prompt": {
"background": "transparent",
"foreground": "#FEF5ED",
"template": "\ue285 "
},
"version": 1
} }

View file

@ -3,155 +3,152 @@
"blocks": [ "blocks": [
{ {
"alignment": "left", "alignment": "left",
"horizontal_offset": 0,
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"background": "#c386f1", "background": "#c386f1",
"foreground": "#ffffff", "foreground": "#ffffff",
"leading_diamond": "\ue0b6", "leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b0" "properties": {
"template": " {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}@{{ .HostName }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"background": "#ff479c", "background": "#ff479c",
"foreground": "#ffffff", "foreground": "#ffffff",
"invert_powerline": false,
"powerline_symbol": "\ue0b0", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uf07b ", "style": "folder",
"style": "folder" "template": " \uf07b {{ .Path }} "
} },
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"background": "#fffb38", "background": "#fffb38",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#ff4500{{ end }}", "{{ if and (gt .Ahead 0) (gt .Behind 0) }}#ff4500{{ end }}",
"{{ if gt .Ahead 0 }}#B388FF{{ end }}", "{{ if gt .Ahead 0 }}#B388FF{{ end }}",
"{{ if gt .Behind 0 }}#B388FF{{ end }}" "{{ if gt .Behind 0 }}#B388FF{{ end }}"
], ],
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true,
"fetch_upstream_icon": true,
"branch_max_length": 25, "branch_max_length": 25,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "fetch_stash_count": true,
} "fetch_status": true,
"fetch_upstream_icon": true,
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "powerline",
"type": "git"
}, },
{ {
"type": "exit",
"style": "diamond",
"background": "#2e9599", "background": "#2e9599",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff", "foreground": "#ffffff",
"leading_diamond": "<transparent,background>\ue0b0</>", "leading_diamond": "<transparent,background>\ue0b0</>",
"trailing_diamond": "\ue0b4",
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"],
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": " \ue23a " "template": " \ue23a {{ if gt .Code 0 }}\uf00d {{ .Meaning }}{{ else }}\uf42e{{ end }} "
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "exit"
} }
], ],
"type": "prompt", "type": "prompt"
"vertical_offset": 0
}, },
{ {
"alignment": "right", "alignment": "right",
"horizontal_offset": 0,
"segments": [ "segments": [
{ {
"type": "shell",
"style": "plain",
"background": "#0077c2", "background": "#0077c2",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"postfix": " <transparent,#0077c2>\ue0b2</>", "template": "<#0077c2,transparent>\ue0b6</> \uf489 {{ .Name }} <transparent,#0077c2>\ue0b2</>"
"prefix": "<#0077c2,transparent>\ue0b6</> \uf489 " },
} "style": "plain",
"type": "shell"
}, },
{ {
"type": "battery",
"style": "powerline",
"background": "#f36943", "background": "#f36943",
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "",
"background_templates": [ "background_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}", "{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}", "{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}" "{{if eq \"Full\" .State.String}}#4caf50{{end}}"
], ],
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"charged_icon": "\ue22f ", "charged_icon": "\ue22f ",
"charging_icon": "\uf583 ", "charging_icon": "\uf583 ",
"color_background": true,
"discharging_icon": "\uf582 ", "discharging_icon": "\uf582 ",
"postfix": "\uf295 " "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 "
} },
"style": "powerline",
"type": "battery"
}, },
{ {
"type": "time",
"style": "diamond",
"background": "#2e9599", "background": "#2e9599",
"foreground": "#111111", "foreground": "#111111",
"invert_powerline": true, "invert_powerline": true,
"leading_diamond": "", "leading_diamond": "\ue0b2",
"trailing_diamond": "\ue0b4" "properties": {
"template": " {{ .CurrentDate | date .Format }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "time"
} }
], ],
"type": "prompt", "type": "prompt"
"vertical_offset": 0
}, },
{ {
"alignment": "left", "alignment": "left",
"horizontal_offset": 0,
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "kubectl",
"style": "diamond",
"background": "#ebcc34", "background": "#ebcc34",
"foreground": "#000000", "foreground": "#000000",
"leading_diamond": "\ue0b6", "leading_diamond": "\ue0b6",
"trailing_diamond": "",
"properties": { "properties": {
"prefix": " \uefd31 ", "template": " \uefd31 Kubernetes {{.Context}} cluster {{if .Namespace}}- {{.Namespace}} namespace{{end}} "
"template": "Kubernetes {{.Context}} cluster {{if .Namespace}}- {{.Namespace}} namespace{{end}}" },
} "style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "kubectl"
}, },
{ {
"type": "az",
"style": "powerline",
"background": "#9ec3f0", "background": "#9ec3f0",
"foreground": "#000000", "foreground": "#000000",
"powerline_symbol": "", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \ufd03 ", "template": " \ufd03 Subscription {{ .Name }} ({{ if .EnvironmentName | contains \"AzureCloud\" }}{{ \"Global\" }}{{ else }}{{ .EnvironmentName }}{{ end }}) "
"template": "Subscription {{ .Name }} ({{ if .EnvironmentName | contains \"AzureCloud\" }}{{ \"Global\" }}{{ else }}{{ .EnvironmentName }}{{ end }})" },
} "style": "powerline",
"type": "az"
} }
], ],
"type": "prompt", "type": "prompt"
"vertical_offset": 0
}, },
{ {
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#E06C75", "foreground": "#E06C75",
"properties": { "properties": {
"text": "~" "template": " ~ "
} },
"style": "plain",
"type": "text"
} }
], ],
"type": "prompt" "type": "prompt"
@ -160,5 +157,6 @@
"console_title": true, "console_title": true,
"console_title_style": "template", "console_title_style": "template",
"console_title_template": "{{ .Shell }} in {{ .Folder }}", "console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,122 +1,121 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}(Admin) {{end}}{{.Folder}}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0C4",
"foreground": "#242424",
"background": "#f1184c", "background": "#f1184c",
"properties": {
"prefix": "",
"postfix": ""
}
},
{
"type": "os",
"style": "diamond",
"leading_diamond": " ",
"powerline_symbol": "",
"foreground": "#3A86FF",
"background": "#282c34",
"properties": {
"prefix": ""
}
},
{
"type": "time",
"style": "powerline",
"powerline_symbol": "\uE0C4",
"foreground": "#FFBB00",
"background": "#242424",
"properties": {
"time_format": "15:04:05",
"prefix": ""
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#33DD2D",
"background": "#242424",
"properties": {
"prefix": "\uE5FF ",
"style": "folder",
"folder_separator_icon": "/"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#3A86FF",
"background": "#242424",
"properties": {
"fetch_status": true,
"fetch_stash_count": true,
"fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}",
"prefix": ""
}
},
{
"type": "dotnet",
"style": "powerline",
"powerline_symbol": "\uE0C4",
"foreground": "#ffffff",
"background": "#0184bc",
"properties": {
"prefix": "  "
}
},
{
"type": "executiontime",
"style": "powerline",
"powerline_symbol": "\uE0C4",
"foreground": "#ffffff",
"background": "#8800dd",
"properties": {
"threshold": 1,
"style": "austin",
"prefix": " <#fefefe>\ufbab</> "
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "\uE0B4",
"foreground": "#242424", "foreground": "#242424",
"background": "#33DD2D", "powerline_symbol": "\ue0c4",
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"],
"properties": { "properties": {
"template": "\uF7d4" "template": "\uf0e7"
} },
"style": "powerline",
"type": "root"
},
{
"background": "#282c34",
"foreground": "#3A86FF",
"leading_diamond": " ",
"properties": {
"template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}} "
},
"style": "diamond",
"type": "os"
},
{
"background": "#242424",
"foreground": "#FFBB00",
"powerline_symbol": "\ue0c4",
"properties": {
"template": "{{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05"
},
"style": "powerline",
"type": "time"
},
{
"background": "#242424",
"foreground": "#33DD2D",
"powerline_symbol": "\ue0b0",
"properties": {
"folder_separator_icon": "/",
"style": "folder",
"template": "\ue5ff {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#242424",
"foreground": "#3A86FF",
"powerline_symbol": "\ue0b0",
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "powerline",
"type": "git"
},
{
"background": "#0184bc",
"foreground": "#ffffff",
"powerline_symbol": "\ue0c4",
"properties": {
"template": " \ue70c {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }} "
},
"style": "powerline",
"type": "dotnet"
},
{
"background": "#8800dd",
"foreground": "#ffffff",
"powerline_symbol": "\ue0c4",
"properties": {
"style": "austin",
"template": " <#fefefe>\ufbab</> {{ .FormattedMs }} ",
"threshold": 1
},
"style": "powerline",
"type": "executiontime"
},
{
"background": "#33DD2D",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#242424",
"powerline_symbol": "\ue0b4",
"properties": {
"template": " \uf7d4 "
},
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#f1184c", "foreground": "#f1184c",
"properties": { "properties": {
"prefix": "", "template": "\u279c "
"text": "\u279C" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}(Admin) {{end}}{{.Folder}}",
"version": 1
} }

View file

@ -2,67 +2,60 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "<#CB4B16>┏[</>", "template": "<#CB4B16>\u250f[</>{{ .UserName }}<#CB4B16>]</>"
"postfix": "<#CB4B16>]</>", },
"template": "{{ .UserName }}" "style": "plain",
} "type": "session"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "<#CB4B16>[</>", "template": "<#CB4B16>[</>{{ .HEAD }}<#CB4B16>]</>"
"postfix": "<#CB4B16>]</>", },
"template": "{{ .HEAD }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "root",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "<#CB4B16>[</>", "template": "<#CB4B16>[</>\uf0e7<#CB4B16>]</>"
"postfix": "<#CB4B16>]</>" },
} "style": "plain",
"type": "root"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"template": "{{ .Text }}", "template": "<#CB4B16>[x</>{{ .Text }}<#CB4B16>]</>"
"prefix": "<#CB4B16>[x</>", },
"postfix": "<#CB4B16>]</>" "style": "plain",
} "type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "path",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"style": "full", "style": "full",
"prefix": "<#CB4B16>┖[</>", "template": "<#CB4B16>\u2516[</>{{ .Path }}<#CB4B16>]></>"
"postfix": "<#CB4B16>]></>" },
} "style": "plain",
"type": "path"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -2,62 +2,63 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "time",
"style": "plain",
"foreground": "#E5C07B", "foreground": "#E5C07B",
"properties": { "properties": {
"time_format": "15:04:05", "template": "[{{ .CurrentDate | date .Format }}]",
"prefix": "[", "time_format": "15:04:05"
"postfix": "]" },
} "style": "plain",
"type": "time"
}, },
{ {
"type": "root", "foreground": "#B5B50D",
"properties": {
"template": " \uf0e7 "
},
"style": "plain", "style": "plain",
"foreground": "#B5B50D" "type": "root"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#61AFEF", "foreground": "#61AFEF",
"properties": { "properties": {
"style": "agnoster", "style": "agnoster",
"postfix": " on" "template": " {{ .Path }} on"
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#F3C267", "foreground": "#F3C267",
"properties": { "properties": {
"template": "{{ .HEAD }}", "branch_gone_icon": "\u274e",
"branch_identical_icon": "\uF14A", "branch_identical_icon": "\uf14a",
"branch_gone_icon": "\u274E" "template": " {{ .HEAD }} "
} },
"style": "plain",
"type": "git"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#C94A16", "foreground": "#C94A16",
"properties": { "properties": {
"template": "x{{ .Text }}", "template": "x{{ .Text }} "
"prefix": "" },
} "style": "plain",
"type": "exit"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#E06C75", "foreground": "#E06C75",
"properties": { "properties": {
"prefix": "", "template": "\u276f "
"text": "\u276F" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,93 +1,91 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#0f1225",
"background": "#adbccd", "background": "#adbccd",
"leading_diamond": "\uE0B6",
"trailing_diamond": "",
"properties": {
"prefix": "",
"template": "{{ .UserName }}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#0f1225", "foreground": "#0f1225",
"background": "#f1ece6", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"style": "folder" "template": "{{ .UserName }} "
} },
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#0f1225",
"background": "#90a7c4",
"properties": {
"fetch_stash_count": true,
"fetch_upstream_icon": true,
"branch_icon": "",
"fetch_status": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}",
"prefix": " \u279C (",
"postfix": ") "
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#86BBD8",
"properties": {
"prefix": " \uE718 "
}
},
{
"type": "time",
"style": "diamond", "style": "diamond",
"trailing_diamond": "\uE0B0", "type": "session"
"foreground": "#ffffff", },
"background": "#1f4b8e", {
"background": "#f1ece6",
"foreground": "#0f1225",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uf9b6", "style": "folder",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#90a7c4",
"foreground": "#0f1225",
"powerline_symbol": "\ue0b0",
"properties": {
"branch_icon": "",
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true,
"template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }}) "
},
"style": "powerline",
"type": "git"
},
{
"background": "#86BBD8",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
},
"style": "powerline",
"type": "node"
},
{
"background": "#1f4b8e",
"foreground": "#ffffff",
"properties": {
"template": " \uf9b6{{ .CurrentDate | date .Format }} ",
"time_format": "15:04" "time_format": "15:04"
} },
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt",
"segments": [ "segments": [
{ {
"type": "text",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "\uE0B4",
"foreground": "#ffffff",
"background": "#1f4b8e", "background": "#1f4b8e",
"foreground": "#ffffff",
"leading_diamond": "\ue0b2",
"properties": { "properties": {
"template": "\uf1bb {{ .Env.DAYS }} days till Christmas" "template": " \uf1bb {{ .Env.DAYS }} days till Christmas "
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "text"
} }
] ],
"type": "rprompt"
} }
], ],
"console_title_template": "{{ .Shell }} in {{ .Folder }}", "console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true,
"transient_prompt": { "transient_prompt": {
"background": "transparent", "background": "transparent",
"foreground": "#ffffff", "foreground": "#ffffff",
"template": "<#1f4b8e,transparent></><#ffffff,#1f4b8e>\uf2dc</><#1f4b8e,transparent>\uE0B4</> {{ .Command }}" "template": "<#1f4b8e,transparent>\ue0b6</><#ffffff,#1f4b8e>\uf2dc</><#1f4b8e,transparent>\ue0b4</> {{ .Command }}"
} },
"version": 1
} }

View file

@ -2,63 +2,64 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "exit",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"template": "{{ .Text }}", "template": " {{ .Text }}"
"postfix": "" },
} "style": "plain",
"type": "exit"
}, },
{ {
"type": "root", "foreground": "#100e23",
"properties": {
"template": " \uf0e7 "
},
"style": "plain", "style": "plain",
"foreground": "#100e23" "type": "root"
}, },
{ {
"type": "session",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"template": "{{ .UserName }}@{{ .HostName }}" "template": " {{ .UserName }}@{{ .HostName }} "
} },
"style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC", "background": "#007ACC",
"foreground": "#ffffff",
"properties": { "properties": {
"folder_icon": "\uF115", "folder_icon": "\uf115",
"folder_separator_icon": " \uE0B1 ", "folder_separator_icon": " \ue0b1 ",
"style": "full", "style": "full",
"prefix": "<transparent>\uE0B0</> " "template": "<transparent>\ue0b0</> {{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#ffffff",
"background": "#007ACC", "background": "#007ACC",
"foreground": "#ffffff",
"properties": { "properties": {
"prefix": "<#ffffff>\uE0B1</> ", "template": "<#ffffff>\ue0b1</> {{ .HEAD }} "
"template": "{{ .HEAD }}" },
} "style": "plain",
"type": "git"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#007ACC", "foreground": "#007ACC",
"properties": { "properties": {
"prefix": "", "template": "\ue0b0 "
"text": "\uE0B0" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -2,107 +2,115 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os", "background": "#3A86FF",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"properties": {
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} "
},
"style": "diamond", "style": "diamond",
"foreground": "#ffffff", "type": "os"
"background": "#3A86FF",
"leading_diamond": "\uE0B6"
}, },
{ {
"type": "session",
"style": "powerline",
"foreground": "#ffffff",
"background": "#3A86FF", "background": "#3A86FF",
"foreground": "#ffffff",
"properties": { "properties": {
"template": "{{ .UserName }}@{{ .HostName }}" "template": " {{ .UserName }}@{{ .HostName }} "
} },
"style": "powerline",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#ff479c", "background": "#ff479c",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE5FF ", "style": "full",
"style": "full" "template": " \ue5ff {{ .Path }} "
} },
"style": "powerline",
"type": "path"
}, },
{ {
"type": "time",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#4caf50", "background": "#4caf50",
"properties": {
"time_format": "2006-01-02 15:04:05"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549", "foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "2006-01-02 15:04:05"
},
"style": "powerline",
"type": "time"
},
{
"background": "#fffb38", "background": "#fffb38",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
} },
"style": "powerline",
"type": "git"
}, },
{ {
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E", "background": "#6CA35E",
"properties": {
"prefix": " \uE718 "
}
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#ffff66"
},
{
"type": "exit",
"style": "diamond",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#2e9599", "powerline_symbol": "\ue0b0",
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"],
"leading_diamond": "<transparent,background>\uE0B0</>",
"trailing_diamond": "\uE0B4",
"properties": { "properties": {
"template": "\uF7d4", "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
"always_enabled": true },
} "style": "powerline",
"type": "node"
},
{
"background": "#ffff66",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf0e7 "
},
"style": "powerline",
"type": "root"
},
{
"background": "#2e9599",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff",
"leading_diamond": "<transparent,background>\ue0b0</>",
"properties": {
"always_enabled": true,
"template": " \uf7d4 "
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#f1184c", "foreground": "#f1184c",
"properties": { "properties": {
"prefix": "", "template": "\uf7c6 "
"text": "\uF7C6" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,136 +1,133 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false, "blocks": [
"osc99": true, {
"console_title": true, "alignment": "left",
"console_title_style": "template", "segments": [
"console_title_template": "{{if .Root}} ⚡ {{end}}{{.Folder | replace \"~\" \"🏚\" }} @ {{.HostName}}",
"blocks": [
{ {
"type": "prompt", "background": "#000000",
"alignment": "left", "foreground": "#dd1e1e",
"segments": [ "properties": {
{ "template": " \u26a1 "
"type": "root", },
"style": "plain", "style": "plain",
"foreground": "#dd1e1e", "type": "root"
"background": "#000000",
"properties": {
"template": "⚡"
}
},
{
"type": "os",
"style": "plain",
"foreground": "#ffffff",
"background": "transparent",
"properties": {
"prefix": ""
}
},
{
"type": "path",
"style": "plain",
"foreground": "#43CCEA",
"background": "#5a3d29",
"properties": {
"home_icon": "\uF7DB",
"folder_icon": "\uF6D7",
"folder_separator_icon": "<transparent> \uE0BD </>",
"style": "agnoster_short"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#00C853",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFCC80{{ end }}",
"{{ if gt .Ahead 0 }}#B388FF{{ end }}",
"{{ if gt .Behind 0 }}#B388FF{{ end }}"
],
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uF046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}"
}
},
{
"type": "executiontime",
"style": "diamond",
"trailing_diamond": "\uE0B0",
"foreground": "#5a3d29",
"background": "#2ba1bb",
"properties": {
"threshold": 0,
"style": "dallas",
"postfix": "s "
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#910000",
"properties": {
"prefix": "<transparent> \uF12A</> ",
"template": "{{ .Text }}"
}
}
]
}, },
{ {
"type": "prompt", "background": "transparent",
"alignment": "right", "foreground": "#ffffff",
"segments": [ "properties": {
{ "template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}} "
"type": "session", },
"style": "diamond", "style": "plain",
"trailing_diamond": "", "type": "os"
"leading_diamond": "\uE0C5",
"foreground": "#43CCEA",
"background": "#5a3d29",
"properties": {
"postfix": "",
"prefix": " ",
"user_info_separator": "<transparent> / </>"
}
},
{
"type": "time",
"style": "plain",
"foreground": "#43CCEA",
"background": "#5a3d29",
"properties": {
"time_format": "3:04:05 PM",
"prefix": "<transparent> \uE0BA\uE0BC </>"
}
}
]
}, },
{ {
"type": "prompt", "background": "#5a3d29",
"alignment": "left", "foreground": "#43CCEA",
"newline": true, "properties": {
"segments": [ "folder_icon": "\uf6d7",
{ "folder_separator_icon": "<transparent> \ue0bd </>",
"type": "exit", "home_icon": "\uf7db",
"style": "plain", "style": "agnoster_short",
"foreground": "#ffffff", "template": " {{ .Path }} "
"foreground_templates": [ },
"{{ if gt .Code 0 }}#ff0000{{ end }}" "style": "plain",
], "type": "path"
"properties": { },
"template": "\u276F", {
"prefix": "", "background": "#00C853",
"always_enabled": true "background_templates": [
} "{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}",
} "{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFCC80{{ end }}",
] "{{ if gt .Ahead 0 }}#B388FF{{ end }}",
"{{ if gt .Behind 0 }}#B388FF{{ end }}"
],
"foreground": "#000000",
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"template": " {{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "diamond",
"leading_diamond": "<parentBackground,background>\ue0b0</>",
"type": "git"
},
{
"background": "#2ba1bb",
"foreground": "#5a3d29",
"properties": {
"style": "dallas",
"template": " {{ .FormattedMs }}s ",
"threshold": 0
},
"style": "diamond",
"leading_diamond": "<parentBackground,background>\ue0b0</>",
"type": "executiontime"
},
{
"background": "#910000",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"always_enabled": true,
"template": "{{ if gt .Code 0 }}<parentBackground,background>\ue0b0</><transparent> \uf12a</> {{ .Meaning }} <background,transparent>\ue0b0</>{{ else }}<parentBackground,transparent>\ue0b0</>{{ end }}"
},
"style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#5a3d29",
"foreground": "#43CCEA",
"leading_diamond": "\ue0c5",
"properties": {
"template": " {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}<transparent> / </>{{ .HostName }}"
},
"style": "diamond",
"type": "session"
},
{
"background": "#5a3d29",
"foreground": "#43CCEA",
"properties": {
"template": "<transparent> \ue0ba\ue0bc </>{{ .CurrentDate | date .Format }} ",
"time_format": "3:04:05 PM"
},
"style": "plain",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#ffffff",
"foreground_templates": [
"{{ if gt .Code 0 }}#ff0000{{ end }}"
],
"properties": {
"always_enabled": true,
"template": "\u276f "
},
"style": "plain",
"type": "exit"
}
],
"type": "prompt"
}
],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.Folder | replace \"~\" \"🏚\" }} @ {{.HostName}}",
"osc99": true,
"version": 1
} }

View file

@ -2,68 +2,64 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"foreground": "#7E46B6", "foreground": "#7E46B6",
"properties": { "properties": {
"prefix": "", "template": "{{ .UserName }} "
"template": "{{ .UserName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "in "
"text": "in" },
} "style": "plain",
"type": "text"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#87FF00", "foreground": "#87FF00",
"properties": { "properties": {
"style": "full", "style": "full",
"prefix": "" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#5FD7FF", "foreground": "#5FD7FF",
"properties": { "properties": {
"prefix": "<#ffffff>on</> ",
"branch_icon": "",
"branch_ahead_icon": "", "branch_ahead_icon": "",
"branch_behind_icon": "", "branch_behind_icon": "",
"branch_gone_icon": "", "branch_gone_icon": "",
"branch_icon": "",
"branch_identical_icon": "", "branch_identical_icon": "",
"cherry_pick_icon": "",
"commit_icon": "", "commit_icon": "",
"tag_icon": "", "fetch_status": true,
"merge_icon": "", "merge_icon": "",
"rebase_icon": "", "rebase_icon": "",
"cherry_pick_icon": "",
"revert_icon": "", "revert_icon": "",
"template": "{{ .HEAD }}{{ if .Staging.Changed }}<#87FF00> ● {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#D75F00> ● {{ .Working.String }}</>{{ end }}", "tag_icon": "",
"fetch_status": true "template": "<#ffffff>on</> {{ .HEAD }}{{ if .Staging.Changed }}<#87FF00> \u25cf {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#D75F00> \u25cf {{ .Working.String }}</>{{ end }} "
} },
"style": "plain",
"type": "git"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#D75F00", "foreground": "#D75F00",
"properties": { "properties": {
"text": "λ", "template": "λ "
"prefix": "" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": false "version": 1
} }

View file

@ -2,94 +2,92 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"properties": { "properties": {
"prefix": "<#0377C8># </>", "template": "<#0377C8># </><#0377C8>{{ .UserName }}</> <#ffffff>in</> <#4A9207>{{ .HostName }}</> "
"template": "<#0377C8>{{ .UserName }}</> <#ffffff>in</> <#4A9207>{{ .HostName }}</>" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#0973C0", "foreground": "#0973C0",
"properties": { "properties": {
"folder_icon": "\uF115", "folder_icon": "\uf115",
"folder_separator_icon": " \uE0B1 ", "folder_separator_icon": " \ue0b1 ",
"style": "full" "style": "full",
} "template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#B8B80A", "foreground": "#B8B80A",
"properties": { "properties": {
"prefix": "<#ffffff>on git:</>", "template": "<#ffffff>on git:</>{{ .HEAD }} "
"template": "{{ .HEAD }}" },
} "style": "plain",
"type": "git"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "time",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "[", "template": "[{{ .CurrentDate | date .Format }}]"
"postfix": "]" },
} "style": "plain",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "#CECE04", "foreground": "#CECE04",
"properties": { "properties": {
"prefix": "" "template": "\uf0e7 "
} },
"style": "plain",
"type": "root"
}, },
{ {
"type": "python",
"style": "plain",
"foreground": "#100e23", "foreground": "#100e23",
"properties": { "properties": {
"prefix": "\uE235 " "template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
} },
"style": "plain",
"type": "python"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#CB4B16", "foreground": "#CB4B16",
"properties": { "properties": {
"template": "{{ .Text }}" "template": " {{ .Text }} "
} },
"style": "plain",
"type": "exit"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#CC4B16", "foreground": "#CC4B16",
"properties": { "properties": {
"prefix": "", "template": "\u279c "
"text": "\u279C" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,61 +1,62 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"osc99": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{.Folder}}{{if .Root}} :: root{{end}} :: {{.Shell}}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "yellow", "foreground": "yellow",
"properties": { "properties": {
"template": "" "template": " \ue0a2 "
} },
"style": "plain",
"type": "root"
}, },
{ {
"type": "path",
"style": "diamond",
"foreground": "black",
"background": "lightBlue", "background": "lightBlue",
"leading_diamond": "", "foreground": "black",
"trailing_diamond": "\uE0B0", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"style": "mixed" "style": "mixed",
} "template": " {{ .Path }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "black",
"background": "green", "background": "green",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}" "{{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}"
], ],
"foreground": "black",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"branch_ahead_icon": "\u2191",
"branch_behind_icon": "\u2193",
"branch_gone": "\u2262",
"branch_icon": "\ue0a0 ",
"branch_identical_icon": "\u2261",
"cherry_pick_icon": "\u2713 ",
"commit_icon": "\u25b7 ",
"fetch_status": true, "fetch_status": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}", "merge_icon": "\u25f4 ",
"branch_icon": " ", "no_commits_icon": "[no commits]",
"branch_identical_icon": "≡", "rebase_icon": "\u2c62 ",
"branch_ahead_icon": "↑", "tag_icon": "\u25b6 ",
"branch_behind_icon": "↓", "template": " {{ .HEAD }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }} "
"branch_gone": "≢", },
"stash_count_icon": "", "style": "powerline",
"commit_icon": "▷ ", "type": "git"
"tag_icon": "▶ ",
"rebase_icon": "Ɫ ",
"cherry_pick_icon": "✓ ",
"merge_icon": "◴ ",
"no_commits_icon": "[no commits]"
}
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{.Folder}}{{if .Root}} :: root{{end}} :: {{.Shell}}",
"final_space": true,
"osc99": true,
"version": 1
} }

View file

@ -1,62 +1,53 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"console_title": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os", "background": "#c44569",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"properties": {
"template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}}",
"windows": "\ue62a"
},
"style": "diamond", "style": "diamond",
"foreground": "#ffffff", "type": "os"
},
{
"background": "#c44569", "background": "#c44569",
"leading_diamond": "\uE0B6", "foreground": "#ffffff",
"trailing_diamond": "", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": "", "style": "full",
"windows": "\uE62A", "template": "{{ .Path }} "
"postfix": "" },
} "style": "powerline",
"type": "path"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#c44569",
"properties": {
"prefix": "",
"style": "full"
}
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#f78fb3", "background": "#f78fb3",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE718 " "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
} },
"style": "powerline",
"type": "node"
}, },
{ {
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#f78fb3", "background": "#f78fb3",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE235 ", "fetch_version": false,
"fetch_version": false "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "python"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#caffbf", "background": "#caffbf",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FCA17D{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#FCA17D{{ end }}",
@ -64,83 +55,94 @@
"{{ if gt .Ahead 0 }}#89d1dc{{ end }}", "{{ if gt .Ahead 0 }}#89d1dc{{ end }}",
"{{ if gt .Behind 0 }}#f17c37{{ end }}" "{{ if gt .Behind 0 }}#f17c37{{ end }}"
], ],
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_upstream_icon": true,
"fetch_status": true, "fetch_status": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}" "fetch_upstream_icon": true,
} "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }} "
},
"style": "powerline",
"type": "git"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "executiontime",
"style": "powerline",
"powerline_symbol": "\uE0B2",
"invert_powerline": true,
"foreground": "#ffffff",
"background": "#83769c", "background": "#83769c",
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"always_enabled": true "always_enabled": true,
} "template": " {{ .FormattedMs }} "
},
"style": "powerline",
"type": "executiontime"
}, },
{ {
"type": "root", "background": "#86BBD8",
"style": "powerline",
"powerline_symbol": "\uE0B2",
"invert_powerline": true,
"foreground": "#FFD700", "foreground": "#FFD700",
"background": "#86BBD8", "invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": "", "template": " \u26a1"
"template": "⚡" },
}
},
{
"type": "session",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B2", "type": "root"
"invert_powerline": true,
"foreground": "#ffffff",
"background": "#86BBD8",
"properties": {
"template": "{{ .UserName }}"
}
}, },
{ {
"type": "shell", "background": "#86BBD8",
"style": "diamond",
"trailing_diamond": "\uE0B4",
"invert_powerline": true,
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#33658A" "invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": {
"template": " {{ .UserName }} "
},
"style": "powerline",
"type": "session"
},
{
"background": "#33658A",
"foreground": "#ffffff",
"invert_powerline": true,
"properties": {
"template": " {{ .Name }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "shell"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "root", "properties": {
"template": " \uf0e7 "
},
"style": "plain", "style": "plain",
"properties": {} "type": "root"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "<#69FF94>\u276f</>"
"postfix": "", },
"text": "<#69FF94>\u276F</>" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"final_space": true,
"version": 1
} }

View file

@ -1,79 +1,70 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt", "alignment": "left",
"alignment": "left", "segments": [
"segments": [ {
{ "foreground": "#FFE082",
"type": "session", "properties": {
"style": "plain", "template": "@{{ .UserName }} \u279c"
"foreground": "#FFE082",
"properties": {
"prefix": "@",
"postfix": " \u279C",
"template": "{{ .UserName }}"
}
}, },
{ "style": "plain",
"type": "path", "type": "session"
"style": "plain", },
"foreground": "#56B6C2", {
"properties": { "foreground": "#56B6C2",
"style": "agnoster_short" "properties": {
} "style": "agnoster_short",
"template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
},
{
"foreground": "#7FD5EA",
"properties": {
"template": "(\ufcd1{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}) "
}, },
{
"type": "go",
"style": "powerline",
"foreground": "#7FD5EA",
"properties": {
"prefix": "\u0028\uFCD1",
"postfix": "\u0029 "
}
},
{
"type": "python",
"style": "powerline",
"foreground": "#9e7eff",
"properties": {
"prefix": "\u0028\uE235 ",
"postfix": "\u0029 "
}
},
{
"type": "git",
"style": "plain",
"foreground": "#56B6C2",
"properties": {
"branch_icon": "",
"template": "{{ .HEAD }}",
"prefix": "<#E8CC97>git(</>",
"postfix": "<#E8CC97>) </>"
}
},
{
"type": "executiontime",
"style": "powerline",
"foreground": "#FFAB91",
"properties": {
"threshold": 100,
"style": "austin",
"prefix": "\u007B",
"postfix": "\u007D",
"always_enabled": false
}
}
]
},
{
"type": "prompt",
"alignment": "left",
"newline": true,
"segments": [
{
"type": "battery",
"style": "powerline", "style": "powerline",
"type": "go"
},
{
"foreground": "#9e7eff",
"properties": {
"template": "(\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}) "
},
"style": "powerline",
"type": "python"
},
{
"foreground": "#56B6C2",
"properties": {
"branch_icon": "",
"template": "<#E8CC97>git(</>{{ .HEAD }}<#E8CC97>) </>"
},
"style": "plain",
"type": "git"
},
{
"foreground": "#FFAB91",
"properties": {
"always_enabled": false,
"style": "austin",
"template": "{{{ .FormattedMs }}}",
"threshold": 100
},
"style": "powerline",
"type": "executiontime"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#193549", "foreground": "#193549",
"foreground_templates": [ "foreground_templates": [
"{{if eq \"Charging\" .State.String}}#64B5F6{{end}}", "{{if eq \"Charging\" .State.String}}#64B5F6{{end}}",
@ -81,16 +72,18 @@
"{{if eq \"Full\" .State.String}}#66BB6A{{end}}" "{{if eq \"Full\" .State.String}}#66BB6A{{end}}"
], ],
"properties": { "properties": {
"discharging_icon": "\uE231 ", "charged_icon": "\ue22f ",
"charging_icon": "\uE234 ", "charging_icon": "\ue234 ",
"charged_icon": "\uE22F ", "discharging_icon": "\ue231 ",
"prefix": "\u005B", "template": "[{{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295]"
"postfix": "\uF295\u005D" },
} "style": "powerline",
} "type": "battery"
] }
} ],
], "type": "prompt"
"final_space": true }
} ],
"final_space": true,
"version": 1
}

View file

@ -1,53 +1,43 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$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": "{{ .Shell }} in {{ .Folder }}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os", "background": "#003543",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#fff", "foreground": "#fff",
"background": "#003543", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"windows": "\uF179", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}",
"postfix": "" "windows": "\uf179"
} },
"style": "powerline",
"type": "os"
}, },
{ {
"type": "session", "background": "#003543",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#d2ff5e", "foreground": "#d2ff5e",
"background": "#003543", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": "", "template": "{{ .UserName }} "
"template": "{{ .UserName }}" },
} "style": "powerline",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#003544",
"background": "#0087D8", "background": "#0087D8",
"foreground": "#003544",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE5FF ", "folder_separator_icon": "/",
"style": "full", "style": "full",
"folder_separator_icon": "/" "template": " \ue5ff {{ .Path }} "
} },
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#d2ff5e", "background": "#d2ff5e",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}",
@ -55,96 +45,106 @@
"{{ if gt .Ahead 0 }}#89d1dc{{ end }}", "{{ if gt .Ahead 0 }}#89d1dc{{ end }}",
"{{ if gt .Behind 0 }}#f17c37{{ end }}" "{{ if gt .Behind 0 }}#f17c37{{ end }}"
], ],
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true, "fetch_stash_count": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "fetch_status": true,
} "template": " {{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "powerline",
"type": "git"
}, },
{ {
"type": "exit",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#242424",
"background": "#33DD2D", "background": "#33DD2D",
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"], "background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#242424",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": "\ufc8d", "always_enabled": true,
"always_enabled": true "template": " \ufc8d "
} },
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "battery",
"style": "powerline",
"invert_powerline": true,
"powerline_symbol": "\uE0B2",
"foreground": "#242424",
"background": "#f36943", "background": "#f36943",
"background_templates": [ "background_templates": [
"{{if eq \"Charging\" .State.String}}#33DD2D{{end}}", "{{if eq \"Charging\" .State.String}}#33DD2D{{end}}",
"{{if eq \"Discharging\" .State.String}}#FFCD58{{end}}", "{{if eq \"Discharging\" .State.String}}#FFCD58{{end}}",
"{{if eq \"Full\" .State.String}}#0476d0{{end}}" "{{if eq \"Full\" .State.String}}#0476d0{{end}}"
], ],
"foreground": "#242424",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": "\uF295 \uf583 " "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 \uf583 "
} },
"style": "powerline",
"type": "battery"
}, },
{ {
"type": "python",
"style": "powerline",
"invert_powerline": true,
"powerline_symbol": "\uE0B2",
"foreground": "#003544",
"background": "#0087D8", "background": "#0087D8",
"foreground": "#003544",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"prefix": " \uE235 ",
"display_mode": "context", "display_mode": "context",
"fetch_virtual_env": true, "fetch_virtual_env": true,
"template": "{{ .Venv }}" "template": " \ue235 {{ .Venv }} "
} },
"style": "powerline",
"type": "python"
}, },
{ {
"type": "time",
"style": "powerline",
"invert_powerline": true,
"powerline_symbol": "\uE0B2",
"foreground": "#fff",
"background": "#003543", "background": "#003543",
"foreground": "#fff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"prefix": "<#fff> \uf64f </>" "template": "<#fff> \uf64f </>{{ .CurrentDate | date .Format }} "
} },
"style": "powerline",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "#FFD700", "foreground": "#FFD700",
"properties": { "properties": {
"template": "⚡" "template": " \u26a1 "
} },
"style": "plain",
"type": "root"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#f1184c", "foreground": "#f1184c",
"properties": { "properties": {
"prefix": "", "template": "🚀 "
"text": "🚀" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true,
"version": 1
} }

View file

@ -2,38 +2,33 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#c386f1", "background": "#c386f1",
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"properties": {
"template": "{{ .UserName }}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#ff479c", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"prefix": "  ", "template": " {{ .UserName }} "
"home_icon": "~", },
"folder_separator_icon": " \uE0b1 ", "style": "diamond",
"style": "folder" "trailing_diamond": "\ue0b0",
} "type": "session"
}, },
{ {
"type": "git", "background": "#ff479c",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"folder_separator_icon": " \ue0b1 ",
"home_icon": "~",
"style": "folder",
"template": " \uf74a {{ .Path }} "
},
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "path"
"foreground": "#193549", },
{
"background": "#fffb38", "background": "#fffb38",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}",
@ -41,198 +36,202 @@
"{{ if gt .Ahead 0 }}#B388FF{{ end }}", "{{ if gt .Ahead 0 }}#B388FF{{ end }}",
"{{ if gt .Behind 0 }}#B388FF{{ end }}" "{{ if gt .Behind 0 }}#B388FF{{ end }}"
], ],
"leading_diamond": "", "foreground": "#193549",
"trailing_diamond": "", "leading_diamond": "\ue0b6",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true,
"fetch_upstream_icon": true,
"branch_max_length": 25, "branch_max_length": 25,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "fetch_stash_count": true,
} "fetch_status": true,
"fetch_upstream_icon": true,
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "powerline",
"trailing_diamond": "\ue0b4",
"type": "git"
}, },
{ {
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E", "background": "#6CA35E",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uF898 ", "fetch_version": true,
"fetch_version": true "template": " \uf898 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
} },
"style": "powerline",
"type": "node"
}, },
{ {
"type": "go",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#111111",
"background": "#8ED1F7", "background": "#8ED1F7",
"foreground": "#111111",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE626 ", "fetch_version": true,
"fetch_version": true "template": " \ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "go"
}, },
{ {
"type": "julia",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#111111",
"background": "#4063D8", "background": "#4063D8",
"foreground": "#111111",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE624 ", "fetch_version": true,
"fetch_version": true "template": " \ue624 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "julia"
}, },
{ {
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#111111",
"background": "#FFDE57", "background": "#FFDE57",
"foreground": "#111111",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE235 ",
"display_mode": "files", "display_mode": "files",
"fetch_virtual_env": false, "fetch_virtual_env": false,
"template": "{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}" "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "python"
}, },
{ {
"type": "ruby",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#AE1401", "background": "#AE1401",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE791 ", "display_mode": "files",
"fetch_version": true, "fetch_version": true,
"display_mode": "files" "template": " \ue791 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "ruby"
}, },
{ {
"type": "azfunc",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#FEAC19", "background": "#FEAC19",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uf0e7", "display_mode": "files",
"fetch_version": false, "fetch_version": false,
"display_mode": "files" "template": " \uf0e7{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "azfunc"
}, },
{ {
"type": "aws",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background_templates": [ "background_templates": [
"{{if contains \"default\" .Profile}}#FFA400{{end}}", "{{if contains \"default\" .Profile}}#FFA400{{end}}",
"{{if contains \"jan\" .Profile}}#f1184c{{end}}" "{{if contains \"jan\" .Profile}}#f1184c{{end}}"
], ],
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE7AD ", "display_default": false,
"display_default": false "template": " \ue7ad {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} "
} },
},
{
"type": "root",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "aws"
"foreground": "#111111", },
{
"background": "#ffff66", "background": "#ffff66",
"foreground": "#111111",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": "" "template": " \uf0ad "
} },
"style": "powerline",
"type": "root"
}, },
{ {
"type": "executiontime",
"style": "plain",
"foreground": "#ffffff",
"background": "#83769c", "background": "#83769c",
"leading_diamond": "", "foreground": "#ffffff",
"trailing_diamond": "",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": "<transparent>\uE0B0</> \ufbab", "template": "<transparent>\ue0b0</> \ufbab{{ .FormattedMs }}\u2800"
"postfix": "\u2800" },
} "style": "plain",
"type": "executiontime"
}, },
{ {
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#00897b", "background": "#00897b",
"background_templates": ["{{ if gt .Code 0 }}#e91e63{{ end }}"], "background_templates": [
"leading_diamond": "", "{{ if gt .Code 0 }}#e91e63{{ end }}"
"trailing_diamond": "\uE0B4", ],
"foreground": "#ffffff",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "\uE23A", "template": "<parentBackground>\ue0b0</> \ue23a "
"prefix": "<parentBackground>\uE0B0</> " },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt",
"segments": [ "segments": [
{ {
"type": "shell",
"style": "plain",
"foreground": "#ffffff",
"background": "#0077c2", "background": "#0077c2",
"properties": {
"prefix": "<#0077c2,transparent>\uE0B6</>  ",
"postfix": " <transparent,#0077c2>\uE0B2</>"
}
},
{
"type": "ytm",
"style": "powerline",
"powerline_symbol": "\uE0B2",
"invert_powerline": true,
"foreground": "#111111",
"background": "#1BD760",
"properties": {
"prefix": " \uF167 ",
"paused_icon": " ",
"playing_icon": " "
}
},
{
"type": "battery",
"style": "powerline",
"invert_powerline": true,
"powerline_symbol": "\uE0B2",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": {
"template": "<#0077c2,transparent>\ue0b6</> \uf489 {{ .Name }} <transparent,#0077c2>\ue0b2</>"
},
"style": "plain",
"type": "shell"
},
{
"background": "#1BD760",
"foreground": "#111111",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": {
"paused_icon": "\uf04c ",
"playing_icon": "\uf04b ",
"template": " \uf167 {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} "
},
"style": "powerline",
"type": "ytm"
},
{
"background": "#f36943", "background": "#f36943",
"background_templates": [ "background_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}", "{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}", "{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}" "{{if eq \"Full\" .State.String}}#4caf50{{end}}"
], ],
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"discharging_icon": " ", "charged_icon": "\ue22f ",
"charging_icon": " ", "charging_icon": "\ue234 ",
"charged_icon": " ", "discharging_icon": "\ue231 ",
"postfix": " " "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}\uf295 "
} },
"style": "powerline",
"type": "battery"
}, },
{ {
"type": "time",
"style": "diamond",
"invert_powerline": true,
"leading_diamond": "\uE0B2",
"trailing_diamond": "\uE0B4",
"background": "#2e9599", "background": "#2e9599",
"foreground": "#111111" "foreground": "#111111",
"invert_powerline": true,
"leading_diamond": "\ue0b2",
"properties": {
"template": " {{ .CurrentDate | date .Format }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "time"
} }
] ],
"type": "rprompt"
} }
], ],
"final_space": true,
"console_title": true, "console_title": true,
"console_title_style": "template", "console_title_style": "template",
"console_title_template": "{{ .Shell }} in {{ .Folder }}" "console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true,
"version": 1
} }

View file

@ -1,63 +1,61 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"osc99": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}} ⚡ {{end}}{{.Folder | replace \"~\" \"🏠\"}} @ {{.HostName}}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"background": "#0C212F", "background": "#0C212F",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"leading_diamond": "\uE0B6", "leading_diamond": "\ue0b6",
"trailing_diamond": "\uE0B0",
"properties": { "properties": {
"template": "{{ .Icon }}" "template": " {{ .Icon }} "
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "os" "type": "os"
}, },
{ {
"background": "#DE2121", "background": "#DE2121",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"leading_diamond": "<transparent,#DE2121>\uE0B0</>", "leading_diamond": "<transparent,#DE2121>\ue0b0</>",
"properties": {
"template": " \uf0e7 "
},
"style": "diamond", "style": "diamond",
"trailing_diamond": "\uE0B0", "trailing_diamond": "\ue0b0",
"type": "root" "type": "root"
}, },
{ {
"background": "#26BDBB", "background": "#26BDBB",
"foreground": "#0C212F", "foreground": "#0C212F",
"leading_diamond": "<transparent,#26BDBB>\uE0B0</>", "leading_diamond": "<transparent,#26BDBB>\ue0b0</>",
"properties": { "properties": {
"folder_icon": "\uF6D7", "folder_icon": "\uf6d7",
"folder_separator_icon": "<transparent> \uE0B1 </>", "folder_separator_icon": "<transparent> \ue0b1 </>",
"home_icon": "\uF7DB", "home_icon": "\uf7db",
"style": "agnoster_short" "style": "agnoster_short",
"template": " {{ .Path }} "
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "\uE0B0", "trailing_diamond": "\ue0b0",
"type": "path" "type": "path"
}, },
{ {
"background": "#280C2E", "background": "#280C2E",
"foreground": "#FFFFFF",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#7621DE{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#7621DE{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#7621DE{{ end }}", "{{ if and (gt .Ahead 0) (gt .Behind 0) }}#7621DE{{ end }}",
"{{ if gt .Ahead 0 }}#7621DE{{ end }}", "{{ if gt .Ahead 0 }}#7621DE{{ end }}",
"{{ if gt .Behind 0 }}#7621DE{{ end }}" "{{ if gt .Behind 0 }}#7621DE{{ end }}"
], ],
"powerline_symbol": "\uE0B0", "foreground": "#FFFFFF",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
}, },
"style": "powerline", "style": "powerline",
"type": "git" "type": "git"
@ -65,40 +63,47 @@
{ {
"background": "#0C212F", "background": "#0C212F",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"leading_diamond": "<transparent,#0C212F>\uE0B0</>", "leading_diamond": "<transparent,#0C212F>\ue0b0</>",
"properties": { "properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04" "time_format": "15:04"
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "\uE0B0", "trailing_diamond": "\ue0b0",
"type": "time" "type": "time"
}, },
{ {
"background": "#26BDBB", "background": "#26BDBB",
"foreground": "#0C212F", "foreground": "#0C212F",
"leading_diamond": "<transparent,#26BDBB>\uE0B0</>", "leading_diamond": "<transparent,#26BDBB>\ue0b0</>",
"properties": { "properties": {
"postfix": "s ",
"style": "dallas", "style": "dallas",
"template": " {{ .FormattedMs }}s ",
"threshold": 0 "threshold": 0
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "\uE0B0", "trailing_diamond": "\ue0b0",
"type": "executiontime" "type": "executiontime"
}, },
{ {
"background": "#910000", "background": "#910000",
"foreground": "#ffffff", "foreground": "#ffffff",
"leading_diamond": "<transparent,background>\uE0B0</>", "leading_diamond": "<transparent,background>\ue0b0</>",
"properties": { "properties": {
"template": "{{ .Text }}", "template": "<transparent> \uf12a</> {{ .Text }} "
"prefix": "<transparent> \uF12A</> "
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "\uE0B0", "trailing_diamond": "\ue0b0",
"type": "exit" "type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.Folder | replace \"~\" \"🏠\"}} @ {{.HostName}}",
"final_space": true,
"osc99": true,
"version": 1
} }

View file

@ -1,75 +1,65 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$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": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text", "background": "#4707a8",
"style": "diamond",
"leading_diamond": "\ue0c2\ue0c2",
"foreground": "#000000", "foreground": "#000000",
"background": "#4707a8", "leading_diamond": "\ue0c2\ue0c2",
"properties": { "properties": {
"text": "", "template": ""
"postfix": "", },
"prefix": ""
}
},
{
"type": "session",
"style": "diamond", "style": "diamond",
"foreground": "#ffffff", "type": "text"
"background": "#4707a8",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0B0",
"properties": {
"template": "{{ .UserName }}@{{ .HostName }}"
}
}, },
{ {
"type": "az", "background": "#4707a8",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"properties": {
"template": " {{ .UserName }}@{{ .HostName }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "session"
},
{
"background": "#1a1af5", "background": "#1a1af5",
"properties": {
"prefix": " \uFD03 "
}
},
{
"type": "exit",
"style": "diamond",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#4707a8", "powerline_symbol": "\ue0b0",
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"], "properties": {
"leading_diamond": "", "template": " \ufd03 {{ .Name }} "
"trailing_diamond": "\uE0B4", },
"style": "powerline",
"type": "az"
},
{
"background": "#4707a8",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff",
"properties": { "properties": {
"template": " \uE23A",
"always_enabled": true, "always_enabled": true,
"prefix": "<transparent>\uE0B0</>" "template": "<transparent>\ue0b0</>\ue23a "
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "os",
"style": "diamond",
"leading_diamond": "\ue0c2\ue0c2",
"foreground": "#000000",
"background": "#ffffff", "background": "#ffffff",
"foreground": "#000000",
"leading_diamond": "\ue0c2\ue0c2",
"properties": { "properties": {
"alpine": "\uf300", "alpine": "\uf300",
"arch": "\uf303", "arch": "\uf303",
@ -84,41 +74,38 @@
"mint": "\uf30f", "mint": "\uf30f",
"opensuse": "\uf314", "opensuse": "\uf314",
"raspbian": "\uf315", "raspbian": "\uf315",
"template": " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#000000> \ue0b1</>",
"ubuntu": "\uf31c", "ubuntu": "\uf31c",
"windows": "\ue70f", "windows": "\ue70f"
"postfix": "<#000000> \ue0b1</>", },
"template": "{{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}"
}
},
{
"type": "root",
"style": "diamond", "style": "diamond",
"foreground": "#ffffff", "type": "os"
},
{
"background": "#000000", "background": "#000000",
"foreground": "#ffffff",
"properties": { "properties": {
"template": "\uF0E7", "template": " \uf0e7<#ffffff> \ue0b1</>"
"postfix": "<#ffffff> \ue0b1</>" },
} "style": "diamond",
"type": "root"
}, },
{ {
"type": "path",
"style": "diamond",
"foreground": "#000000",
"background": "#ffffff", "background": "#ffffff",
"foreground": "#000000",
"properties": { "properties": {
"prefix": "<#000000> \ue5ff </>",
"style": "agnoster_short",
"home_icon": "\uF7DB ",
"folder_icon": "<#000000>\ue5fe </>", "folder_icon": "<#000000>\ue5fe </>",
"folder_separator_icon": "<#000000>\uE0B1 </>" "folder_separator_icon": "<#000000>\ue0b1 </>",
} "home_icon": "\uf7db ",
"style": "agnoster_short",
"template": "<#000000> \ue5ff </>{{ .Path }} "
},
"style": "diamond",
"type": "path"
}, },
{ {
"type": "git",
"style": "diamond",
"foreground": "#000000",
"background": "#ffffff", "background": "#ffffff",
"foreground": "#000000",
"foreground_templates": [ "foreground_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffea00{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ffea00{{ end }}",
"{{ if gt .Ahead 0 }}#2EC4B6{{ end }}", "{{ if gt .Ahead 0 }}#2EC4B6{{ end }}",
@ -126,46 +113,53 @@
], ],
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_upstream_icon": true,
"fetch_status": true, "fetch_status": true,
"prefix": "<#000000>\ue0b1 </>", "fetch_upstream_icon": true,
"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 }}" "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 }} "
} },
"style": "diamond",
"type": "git"
}, },
{ {
"type": "terraform", "background": "#ffffff",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#000000", "foreground": "#000000",
"background": "#ffffff" "properties": {
"template": " {{ .WorkspaceName }} "
},
"style": "powerline",
"type": "terraform"
}, },
{ {
"type": "text", "background": "#ffffff",
"foreground": "#000000",
"properties": {
"template": ""
},
"style": "diamond", "style": "diamond",
"trailing_diamond": "\ue0b0", "trailing_diamond": "\ue0b0",
"foreground": "#000000", "type": "text"
"background": "#ffffff",
"properties": {
"text": "",
"postfix": "",
"prefix": ""
}
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#1a1af5", "foreground": "#1a1af5",
"properties": { "properties": {
"text": "\u276F" "template": " \u276f "
} },
"style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
"final_space": true,
"version": 1
} }

View file

@ -7,20 +7,20 @@
{ {
"background": "#EB9654", "background": "#EB9654",
"foreground": "#ffffff", "foreground": "#ffffff",
"leading_diamond": "", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"display_host": false, "display_host": false,
"prefix": "" "template": "{{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }} "
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "",
"type": "session" "type": "session"
}, },
{ {
"background": "lightYellow", "background": "lightYellow",
"foreground": "#3f3f3f", "foreground": "#3f3f3f",
"properties": { "properties": {
"style": "full" "style": "full",
"template": " {{ .Path }} "
}, },
"style": "plain", "style": "plain",
"type": "path" "type": "path"
@ -30,38 +30,39 @@
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"fetch_status": true, "fetch_status": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}", "template": " branch ({{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}) "
"postfix": ") ",
"prefix": " branch ("
}, },
"style": "plain", "style": "plain",
"type": "git" "type": "git"
}, },
{ {
"type": "spotify",
"style": "plain",
"foreground": "#ffffff",
"background": "#1BD760", "background": "#1BD760",
"foreground": "#ffffff",
"properties": { "properties": {
"track_separator": " - ", "paused_icon": "",
"playing_icon": "", "playing_icon": "",
"stopped_icon": "", "stopped_icon": "",
"paused_icon": "" "template": " {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ",
} "track_separator": " - "
},
"style": "plain",
"type": "spotify"
}, },
{ {
"background": "#cc00ff", "background": "#cc00ff",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05" "time_format": "15:04:05"
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "\uE0B0", "trailing_diamond": "\ue0b0",
"type": "time" "type": "time"
} }
], ],
"type": "prompt" "type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,201 +1,189 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$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}}Admin: {{end}} {{.Folder}}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": ""
"text": "", },
"postfix": "" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text", "foreground": "#185F7B",
"properties": {
"template": "\ue0c5"
},
"style": "plain", "style": "plain",
"foreground": "#185F7B", "type": "text"
"properties": {
"prefix": "\ue0c5",
"text": "",
"postfix": ""
}
}, },
{ {
"type": "text", "background": "#185F7B",
"style": "powerline", "foreground": "#185F7B",
"powerline_symbol": "\ue0c4", "powerline_symbol": "\ue0c4",
"background": "#185F7B",
"foreground": "#185F7B",
"properties": { "properties": {
"text": "", "template": ""
"prefix": "", },
"postfix": ""
}
},
{
"type": "path",
"style": "diamond",
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff",
"background": "#185F7B",
"properties": {
"style": "mixed",
"home_icon": "\uf7dd ",
"prefix": ""
}
},
{
"type": "git",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "text"
},
{
"background": "#185F7B",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": {
"home_icon": "\uf7dd ",
"style": "mixed",
"template": "{{ .Path }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "path"
},
{
"background": "#6f42c1", "background": "#6f42c1",
"backround_templates": [ "foreground": "#ffffff",
"{{ if or (.Working.Changed) (.Staging.Changed) }}#176f2c{{ end }}", "powerline_symbol": "\ue0b0",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#f26d50{{ end }}",
"{{ if gt .Ahead 0 }}#0366d6{{ end }}",
"{{ if gt .Behind 0 }}#f9c513{{ end }}"
],
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
} },
},
{
"type": "text",
"style": "plain",
"leading_diamond": "<transparent,#49404f>\uE0B0</>",
"trailing_diamond": "\uE0B0",
"properties": {
"prefix": "",
"text": "",
"postfix": ""
}
},
{
"type": "exit",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "git"
"foreground": "#ffffff", },
{
"leading_diamond": "<transparent,#49404f>\ue0b0</>",
"properties": {
"template": ""
},
"style": "plain",
"trailing_diamond": "\ue0b0",
"type": "text"
},
{
"background": "#4caf50", "background": "#4caf50",
"background_templates": ["{{ if gt .Code 0 }}red{{ end }}"], "background_templates": [
"{{ if gt .Code 0 }}red{{ end }}"
],
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "{{ if gt .Code 0 }}\uf525{{ else }}\uf469 \u2665{{ end }} " "template": " {{ if gt .Code 0 }}\uf525{{ else }}\uf469 \u2665{{ end }} "
} },
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "time",
"style": "diamond",
"leading_diamond": "\ue0c5",
"trailing_diamond": "\ue0c4",
"invert_powerline": true,
"foreground": "#ffffff",
"background": "#2B2B2B", "background": "#2B2B2B",
"foreground": "#ffffff",
"invert_powerline": true,
"leading_diamond": "\ue0c5",
"properties": { "properties": {
"postfix": "\u003c#ffffff\u003e \uF64F \u003c/\u003e", "template": " {{ .CurrentDate | date .Format }}<#ffffff> \uf64f </>",
"time_format": "3:04:05 PM" "time_format": "3:04:05 PM"
} },
"style": "diamond",
"trailing_diamond": "\ue0c4",
"type": "time"
}, },
{ {
"type": "executiontime",
"style": "diamond",
"leading_diamond": "\ue0c5",
"trailing_diamond": "\ue0c4",
"invert_powerline": true,
"foreground": "#ffffff",
"background": "#2B2B2B", "background": "#2B2B2B",
"foreground": "#ffffff",
"invert_powerline": true,
"leading_diamond": "\ue0c5",
"properties": { "properties": {
"postfix": "<#ffffff> \uF252 </>", "always_enabled": true,
"always_enabled": true "template": " {{ .FormattedMs }}<#ffffff> \uf252 </>"
} },
"style": "diamond",
"trailing_diamond": "\ue0c4",
"type": "executiontime"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#2B2B2B", "foreground": "#2B2B2B",
"properties": { "properties": {
"prefix": "\ue0c5", "template": "\ue0c5"
"text": "", },
"postfix": "" "style": "plain",
} "type": "text"
}, },
{ {
"type": "os",
"style": "powerline",
"powerline_symbol": "\ue0c4",
"foreground": "#1CA6A3",
"background": "#2B2B2B"
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#FBD951",
"background": "#2B2B2B", "background": "#2B2B2B",
"foreground": "#1CA6A3",
"powerline_symbol": "\ue0c4",
"properties": { "properties": {
"prefix": "" "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} "
} },
"style": "powerline",
"type": "os"
}, },
{ {
"type": "session", "background": "#2B2B2B",
"style": "powerline", "foreground": "#FBD951",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\ue0b0",
"foreground": "#ffffff",
"background": "#DC291E",
"properties": { "properties": {
"template": "{{ .UserName }}" "template": "\uf0e7 "
} },
"style": "powerline",
"type": "root"
},
{
"background": "#DC291E",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " {{ .UserName }} "
},
"style": "powerline",
"type": "session"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "shell",
"style": "plain",
"foreground": "#666666",
"background": "#000000", "background": "#000000",
"foreground": "#666666",
"properties": { "properties": {
"prefix": " ", "template": "\uf489 {{ .Name }}"
"postfix": "" },
} "style": "plain",
"type": "shell"
} }
] ],
"type": "rprompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}Admin: {{end}} {{.Folder}}",
"final_space": true,
"version": 1
} }

View file

@ -2,36 +2,36 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#F5F5F5", "foreground": "#F5F5F5",
"properties": { "properties": {
"prefix": "", "template": "\ufb26 "
"text": "\uFB26" },
} "style": "plain",
"type": "text"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#B80101", "foreground": "#B80101",
"properties": { "properties": {
"style": "agnoster" "style": "agnoster",
} "template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#B80101", "foreground": "#B80101",
"properties": { "properties": {
"prefix": " <#F5F5F5>git:</>", "template": " <#F5F5F5>git:</>{{ .HEAD }} "
"template": "{{ .HEAD }}" },
} "style": "plain",
"type": "git"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -2,38 +2,33 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#c386f1", "background": "#c386f1",
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"properties": {
"template": "{{ .UserName }}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#ff479c", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"prefix": "  ", "template": " {{ .UserName }} "
"home_icon": "~", },
"folder_separator_icon": " \uE0b1 ", "style": "diamond",
"style": "folder" "trailing_diamond": "\ue0b0",
} "type": "session"
}, },
{ {
"type": "git", "background": "#ff479c",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"folder_separator_icon": " \ue0b1 ",
"home_icon": "~",
"style": "folder",
"template": " \uf74a {{ .Path }} "
},
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "path"
"foreground": "#193549", },
{
"background": "#fffb38", "background": "#fffb38",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}",
@ -41,72 +36,71 @@
"{{ if gt .Ahead 0 }}#B388FF{{ end }}", "{{ if gt .Ahead 0 }}#B388FF{{ end }}",
"{{ if gt .Behind 0 }}#B388FF{{ end }}" "{{ if gt .Behind 0 }}#B388FF{{ end }}"
], ],
"leading_diamond": "", "foreground": "#193549",
"trailing_diamond": "", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true,
"fetch_upstream_icon": true,
"branch_max_length": 25, "branch_max_length": 25,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "fetch_stash_count": true,
} "fetch_status": true,
"fetch_upstream_icon": true,
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "powerline",
"type": "git"
}, },
{ {
"type": "executiontime",
"style": "plain",
"foreground": "#ffffff",
"background": "#83769c", "background": "#83769c",
"leading_diamond": "", "foreground": "#ffffff",
"trailing_diamond": "",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": "<transparent>\uE0B0</> \ufbab", "template": "<transparent>\ue0b0</> \ufbab{{ .FormattedMs }}\u2800"
"postfix": "\u2800" },
} "style": "plain",
"type": "executiontime"
}, },
{ {
"type": "strava",
"style": "powerline",
"foreground": "#ffffff",
"background": "#000000", "background": "#000000",
"background_templates": [ "background_templates": [
"{{ if gt .Hours 100 }}#dc3545{{ end }}", "{{ if gt .Hours 100 }}#dc3545{{ end }}",
"{{ if and (lt .Hours 100) (gt .Hours 50) }}#ffc107{{ end }}", "{{ if and (lt .Hours 100) (gt .Hours 50) }}#ffc107{{ end }}",
"{{ if lt .Hours 50 }}#28a745{{ end }}" "{{ if lt .Hours 50 }}#28a745{{ end }}"
], ],
"foreground": "#ffffff",
"foreground_templates": [ "foreground_templates": [
"{{ if gt .Hours 100 }}#FFFFFF{{ end }}", "{{ if gt .Hours 100 }}#FFFFFF{{ end }}",
"{{ if and (lt .Hours 100) (gt .Hours 50) }}#343a40{{ end }}", "{{ if and (lt .Hours 100) (gt .Hours 50) }}#343a40{{ end }}",
"{{ if lt .Hours 50 }}#FFFFFF{{ end }}" "{{ if lt .Hours 50 }}#FFFFFF{{ end }}"
], ],
"leading_diamond": "",
"trailing_diamond": "",
"properties": { "properties": {
"access_token": "0ccbd2ac1e37a5b84101468df3d367177fe02ab3", "access_token": "0ccbd2ac1e37a5b84101468df3d367177fe02ab3",
"refresh_token": "111111111111111111111111111111",
"http_timeout": 1500, "http_timeout": 1500,
"template": "{{.Name}} {{.Ago}} {{.Icon}}" "refresh_token": "111111111111111111111111111111",
} "template": " {{.Name}} {{.Ago}} {{.Icon}} "
},
"style": "powerline",
"type": "strava"
}, },
{ {
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#00897b", "background": "#00897b",
"background_templates": ["{{ if gt .Code 0 }}#e91e63{{ end }}"], "background_templates": [
"leading_diamond": "", "{{ if gt .Code 0 }}#e91e63{{ end }}"
"trailing_diamond": "\uE0B4", ],
"foreground": "#ffffff",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "\uE23A", "template": "<parentBackground>\ue0b0</> \ue23a "
"prefix": "<parentBackground>\uE0B0</> " },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "exit"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true,
"console_title": true, "console_title": true,
"console_title_style": "template", "console_title_style": "template",
"console_title_template": "{{ .Shell }} in {{ .Folder }}" "console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true,
"version": 1
} }

View file

@ -3,37 +3,35 @@
"blocks": [ "blocks": [
{ {
"alignment": "left", "alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [ "segments": [
{ {
"background": "#feae34", "background": "#feae34",
"foreground": "#262b44", "foreground": "#262b44",
"powerline_symbol": "\uE0B0", "leading_diamond": "\ue0b6",
"leading_diamond": "", "powerline_symbol": "\ue0b0",
"trailing_diamond": "\uE0B0",
"properties": { "properties": {
"prefix": "  ", "style": "folder",
"style": "folder" "template": " \ue5ff {{ .Path }} "
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "path" "type": "path"
}, },
{ {
"background": "#fee761", "background": "#fee761",
"foreground": "#262b44",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#f77622{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#f77622{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#e43b44{{ end }}", "{{ if and (gt .Ahead 0) (gt .Behind 0) }}#e43b44{{ end }}",
"{{ if gt .Ahead 0 }}#2ce8f5{{ end }}", "{{ if gt .Ahead 0 }}#2ce8f5{{ end }}",
"{{ if gt .Behind 0 }}#f77622{{ end }}" "{{ if gt .Behind 0 }}#f77622{{ end }}"
], ],
"powerline_symbol": "\uE0B0", "foreground": "#262b44",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
}, },
"style": "powerline", "style": "powerline",
"type": "git" "type": "git"
@ -41,26 +39,32 @@
{ {
"background": "#fee761", "background": "#fee761",
"foreground": "#262b44", "foreground": "#262b44",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf0e7 "
},
"style": "powerline", "style": "powerline",
"type": "root" "type": "root"
}, },
{ {
"background": "#0095e9", "background": "#0095e9",
"background_templates": [
"{{ if gt .Code 0 }}#ff0044{{ end }}"
],
"foreground": "#ffffff", "foreground": "#ffffff",
"background_templates": ["{{ if gt .Code 0 }}#ff0044{{ end }}"], "leading_diamond": "<transparent,background>\ue0b0</>",
"leading_diamond": "<transparent,background>\uE0B0</>",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "" "template": " \uf0e7 "
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "", "trailing_diamond": "\ue0b4",
"type": "exit" "type": "exit"
} }
], ],
"type": "prompt" "type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,58 +1,50 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"osc99": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}\u26a1 {{end}}{{.Folder}}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#ffce7b", "foreground": "#ffce7b",
"properties": { "properties": {
"prefix": "", "template": "\u250c "
"template": "\u250c" },
} "style": "plain",
"type": "text"
}, },
{ {
"type": "session",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"foreground": "#1d1626",
"background": "#ffce7b", "background": "#ffce7b",
"foreground": "#1d1626",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uF26C " "template": " \uf26c {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}@{{ .HostName }} "
} },
"style": "powerline",
"type": "session"
}, },
{ {
"type": "os",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"foreground": "#fffef9",
"background": "#C678DD", "background": "#C678DD",
"properties": {
"windows": "\uF17A"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"foreground": "#fffef9", "foreground": "#fffef9",
"background": "#C678DD", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"style": "full" "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
} "windows": "\uf17a"
},
"style": "powerline",
"type": "os"
}, },
{ {
"type": "git", "background": "#C678DD",
"style": "powerline", "foreground": "#fffef9",
"powerline_symbol": "\ue0b0", "powerline_symbol": "\ue0b0",
"foreground": "#100e23", "properties": {
"style": "full",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#fffffb", "background": "#fffffb",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb95{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb95{{ end }}",
@ -60,75 +52,80 @@
"{{ if gt .Ahead 0 }}#95ffa4{{ end }}", "{{ if gt .Ahead 0 }}#95ffa4{{ end }}",
"{{ if gt .Behind 0 }}#f7acbc{{ end }}" "{{ if gt .Behind 0 }}#f7acbc{{ end }}"
], ],
"properties": { "foreground": "#100e23",
"fetch_status": true,
"fetch_stash_count": true,
"fetch_worktree_count": true,
"fetch_upstream_icon": true,
"branch_icon": "\uE0A0 ",
"commit_icon": "\uF417 ",
"tag_icon": "\uF412 ",
"github_icon": "\uF408 ",
"gitlab_icon": "\uF296 ",
"bitbucket_icon": "\uF171 ",
"azure_devops_icon": "\uFD03 ",
"git_icon": "\uF1D3 ",
"branch_identical_icon": "\uF690 ",
"branch_gone_icon": "\uF68E ",
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} <#ed1941>\uF044 {{.Working.String}}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} <#225a1f>\uF046 {{.Staging.String}}</>{{ end }}{{ if gt .StashCount 0 }} \uF692 {{.StashCount}}{{ end }}{{ if gt .WorktreeCount 0 }}{{if .IsWorkTree}}<#1d953f>{{ end }} \uF1BB {{if .IsWorkTree}}</>{{ end }}{{.WorktreeCount}}{{ end }}"
}
},
{
"type": "executiontime",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#fffef9",
"background": "#33a3dc",
"properties": {
"prefix": " \uF064 ",
"always_enabled": true
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "\ue0b0", "powerline_symbol": "\ue0b0",
"foreground": "#fffef9",
"background": "#ed1941",
"properties": { "properties": {
"prefix": " \uF12A >>", "azure_devops_icon": "\ufd03 ",
"template": "{{ .Text }}" "bitbucket_icon": "\uf171 ",
} "branch_gone_icon": "\uf68e ",
"branch_icon": "\ue0a0 ",
"branch_identical_icon": "\uf690 ",
"commit_icon": "\uf417 ",
"fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true,
"fetch_worktree_count": true,
"git_icon": "\uf1d3 ",
"github_icon": "\uf408 ",
"gitlab_icon": "\uf296 ",
"tag_icon": "\uf412 ",
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} <#ed1941>\uf044 {{.Working.String}}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} <#225a1f>\uf046 {{.Staging.String}}</>{{ end }}{{ if gt .StashCount 0 }} \uf692 {{.StashCount}}{{ end }}{{ if gt .WorktreeCount 0 }}{{if .IsWorkTree}}<#1d953f>{{ end }} \uf1bb {{if .IsWorkTree}}</>{{ end }}{{.WorktreeCount}}{{ end }} "
},
"style": "powerline",
"type": "git"
},
{
"background": "#33a3dc",
"foreground": "#fffef9",
"powerline_symbol": "\ue0b0",
"properties": {
"always_enabled": true,
"template": " \uf064 {{ .FormattedMs }} "
},
"style": "powerline",
"type": "executiontime"
},
{
"background": "#ed1941",
"foreground": "#fffef9",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf12a >>{{ .Text }} "
},
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#ffce7b", "foreground": "#ffce7b",
"properties": { "properties": {
"prefix": "", "template": "\u2514"
"postfix": "", },
"text": "\u2514 " "style": "plain",
} "type": "text"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "<b>$</b>"
"postfix": "", },
"text": "<b>$</b>" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}\u26a1 {{end}}{{.Folder}}",
"final_space": true,
"osc99": true,
"version": 1
} }

View file

@ -2,57 +2,55 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "<#C591E8>\u276f</><#69FF94>\u276f</>"
"postfix": "", },
"text": "<#C591E8>\u276F</><#69FF94>\u276F</>" "style": "plain",
} "type": "text"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#56B6C2", "foreground": "#56B6C2",
"properties": { "properties": {
"style": "folder" "style": "folder",
} "template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#D0666F", "foreground": "#D0666F",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"fetch_status": false, "fetch_status": false,
"template": "{{ .HEAD }}", "template": "<#5FAAE8>git:(</>{{ .HEAD }}<#5FAAE8>)</>"
"prefix": "<#5FAAE8>git:(</>", },
"postfix": "<#5FAAE8>)</>" "style": "plain",
} "type": "git"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#DCB977", "foreground": "#DCB977",
"properties": { "properties": {
"template": "\uF119", "template": " \uf119"
"postfix": "" },
} "style": "plain",
"type": "exit"
}, },
{ {
"type": "time",
"style": "plain",
"foreground": "#66F68F", "foreground": "#66F68F",
"properties": { "properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04" "time_format": "15:04"
} },
"style": "plain",
"type": "time"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -2,104 +2,103 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os", "foreground": "#3A86FF",
"properties": {
"template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}} "
},
"style": "plain", "style": "plain",
"foreground": "#3A86FF", "type": "os"
"properties": {
"prefix": ""
}
}, },
{ {
"type": "session",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#f1184c",
"background": "#242424", "background": "#242424",
"properties": {
"postfix": "",
"template": "{{ .UserName }}"
}
},
{
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#f1184c", "foreground": "#f1184c",
"background": "#242424", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": "- root ", "template": " {{ .UserName }}"
"postfix": "" },
} "style": "powerline",
"type": "session"
}, },
{ {
"type": "time", "background": "#242424",
"foreground": "#f1184c",
"powerline_symbol": "\ue0b0",
"properties": {
"template": "- root \uf0e7"
},
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "root"
},
{
"background": "#242424",
"foreground": "#FFBB00", "foreground": "#FFBB00",
"background": "#242424", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"time_format": "2006-01-02 15:04:05", "template": "{{ .CurrentDate | date .Format }} ",
"prefix": "" "time_format": "2006-01-02 15:04:05"
} },
"style": "powerline",
"type": "time"
}, },
{ {
"type": "path", "background": "#242424",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#33DD2D", "foreground": "#33DD2D",
"background": "#242424", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": "\uE5FF ", "folder_separator_icon": "/",
"style": "full", "style": "full",
"folder_separator_icon": "/" "template": "\ue5ff {{ .Path }} "
} },
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#3A86FF",
"background": "#242424", "background": "#242424",
"foreground": "#3A86FF",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"prefix": "", "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" },
} "style": "powerline",
"type": "git"
}, },
{ {
"type": "exit",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#242424",
"background": "#33DD2D", "background": "#33DD2D",
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"], "background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#242424",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "\ufc8d" "template": " \ufc8d "
} },
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#f1184c", "foreground": "#f1184c",
"properties": { "properties": {
"prefix": "", "template": "\u279c "
"text": "\u279C" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,71 +1,65 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "os", "background": "#fbfbfb",
"foreground": "#0077c2",
"leading_diamond": "\ue0b6",
"properties": {
"arch": "\uf303",
"debian": "\uf306",
"fedora": "\uf30a",
"linux": "\uf17c",
"macos": "\uf179",
"manjaro": "\uf312",
"opensuse": "\uf314",
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
"ubuntu": "\uf31b",
"windows": "\uf17a"
},
"style": "diamond", "style": "diamond",
"leading_diamond": "\uE0B6", "type": "os"
"trailing_diamond": "",
"foreground": "#0077c2",
"background": "#fbfbfb",
"properties": {
"macos": "\uEF179",
"windows": "\uF17A",
"linux": "\uF17C",
"debian": "\uF306",
"ubuntu": "\uF31B",
"arch": "\uF303",
"fedora": "\uF30A",
"manjaro": "\uF312",
"opensuse": "\uF314"
}
}, },
{ {
"type": "session",
"style": "powerline",
"foreground": "#0077c2",
"background": "#fbfbfb", "background": "#fbfbfb",
"powerline_symbol": "\uE0B0", "foreground": "#0077c2",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": "",
"display_host": true, "display_host": true,
"template": "{{ .UserName }}<#000000>@</><#e06c75>{{ .HostName }}</>" "template": "{{ .UserName }}<#000000>@</><#e06c75>{{ .HostName }}</> "
} },
"style": "powerline",
"type": "session"
}, },
{ {
"type": "root",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#e06c75", "background": "#e06c75",
"properties": {
"template": "\uE799 ",
"postfix": "\u2800"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#0077c2", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"style": "letter", "template": " \ue799\u2800"
"folder_separator_icon": "/", },
"prefix": " \uE5FE ", "style": "powerline",
"home_icon": "~", "type": "root"
"max_depth": 2
}
}, },
{ {
"type": "git", "background": "#0077c2",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"folder_separator_icon": "/",
"home_icon": "~",
"max_depth": 2,
"style": "letter",
"template": " \ue5fe {{ .Path }} "
},
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "path"
"foreground": "#193549", },
{
"background": "#fffb38", "background": "#fffb38",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}",
@ -73,81 +67,86 @@
"{{ if gt .Ahead 0 }}#f17c37{{ end }}", "{{ if gt .Ahead 0 }}#f17c37{{ end }}",
"{{ if gt .Behind 0 }}#89d1dc{{ end }}" "{{ if gt .Behind 0 }}#89d1dc{{ end }}"
], ],
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
} },
"style": "powerline",
"type": "git"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#FFD54F", "foreground": "#FFD54F",
"properties": { "properties": {
"text": "{{if .Root}}#{{else}}${{end}}", "template": " {{if .Root}}#{{else}}${{end}}"
"postfix": "" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt",
"segments": [ "segments": [
{ {
"type": "exit",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "{{ if gt .Code 0 }}\uF659{{ else }}\uF633{{ end }}" "template": " {{ if gt .Code 0 }}\uf659{{ else }}\uf633{{ end }} "
} },
"style": "plain",
"type": "exit"
}, },
{ {
"type": "executiontime",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": "" "template": "{{ .FormattedMs }} "
} },
"style": "plain",
"type": "executiontime"
}, },
{ {
"type": "battery",
"style": "powerline",
"invert_powerline": true,
"powerline_symbol": "\uE0B2",
"foreground": "#ffffff",
"background": "#f36943", "background": "#f36943",
"background_templates": [ "background_templates": [
"{{if eq \"Charging\" .State.String}}#40c4ff{{end}}", "{{if eq \"Charging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Discharging\" .State.String}}#ff5722{{end}}", "{{if eq \"Discharging\" .State.String}}#ff5722{{end}}",
"{{if eq \"Full\" .State.String}}#4caf50{{end}}" "{{if eq \"Full\" .State.String}}#4caf50{{end}}"
], ],
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"discharging_icon": "\uF57D ", "charged_icon": "\uf583 ",
"charging_icon": "\uF588 ", "charging_icon": "\uf588 ",
"charged_icon": "\uF583 ", "discharging_icon": "\uf57d ",
"postfix": "% " "template": " {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}% "
} },
"style": "powerline",
"type": "battery"
}, },
{ {
"type": "time",
"style": "diamond",
"invert_powerline": true,
"leading_diamond": "",
"trailing_diamond": "\uE0B4",
"background": "#61afef", "background": "#61afef",
"foreground": "#ffffff", "foreground": "#ffffff",
"invert_powerline": true,
"properties": { "properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04 (Mon)" "time_format": "15:04 (Mon)"
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "time"
} }
] ],
"type": "rprompt"
} }
], ],
"final_space": true,
"console_title": true, "console_title": true,
"console_title_style": "template", "console_title_style": "template",
"console_title_template": "{{.UserName}}@{{.HostName}} : {{.Folder}}" "console_title_template": "{{.UserName}}@{{.HostName}} : {{.Folder}}",
"final_space": true,
"version": 1
} }

View file

@ -1,71 +1,69 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "#B4009E", "background": "#B4009E",
"leading_diamond": "\uE0B6",
"trailing_diamond": "",
"properties": {
"prefix": "",
"template": "{{ .UserName }}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#FFFF00",
"properties": {
"style": "folder"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#4E44FF", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"template": "{{ .UserName }} "
},
"style": "diamond",
"type": "session"
},
{
"background": "#FFFF00",
"foreground": "#000000",
"powerline_symbol": "\ue0b0",
"properties": {
"style": "folder",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#4E44FF",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"branch_icon": "",
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": false, "fetch_status": false,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"branch_icon": "", "template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }}) "
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}", },
"prefix": " \u279C (",
"postfix": ") "
}
},
{
"type": "node",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "git"
"foreground": "#ffffff",
"background": "#4e903d",
"properties": {
"prefix": " \uE718 "
}
}, },
{ {
"type": "time", "background": "#4e903d",
"style": "diamond",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#16C60C", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \u2665 ", "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
},
"style": "powerline",
"type": "node"
},
{
"background": "#16C60C",
"foreground": "#ffffff",
"properties": {
"template": " \u2665 {{ .CurrentDate | date .Format }} ",
"time_format": "15:04" "time_format": "15:04"
} },
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "time"
} }
] ],
"type": "prompt"
} }
] ],
"final_space": true,
"version": 1
} }

View file

@ -2,121 +2,119 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os", "foreground": "cyan",
"properties": {
"template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}}"
},
"style": "powerline", "style": "powerline",
"foreground": "cyan", "type": "os"
"properties": {
"prefix": "",
"postfix": ""
}
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "cyan", "foreground": "cyan",
"properties": { "properties": {
"style": "full" "style": "full",
} "template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#F1502F", "foreground": "#F1502F",
"properties": { "properties": {
"prefix": ":: ",
"fetch_status": true, "fetch_status": true,
"template": "{{ .HEAD }}{{ .BranchStatus }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}" "template": ":: {{ .HEAD }}{{ .BranchStatus }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }} "
} },
"style": "plain",
"type": "git"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "red", "foreground": "red",
"properties": { "properties": {
"prefix": "| ", "template": "| root "
"template": "root" },
} "style": "plain",
"type": "root"
}, },
{ {
"type": "dart",
"style": "powerline",
"foreground": "#06A4CE", "foreground": "#06A4CE",
"properties": { "properties": {
"prefix": "| \uE798 " "template": "| \ue798 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "dart"
}, },
{ {
"type": "node",
"style": "powerline",
"foreground": "#6CA35E", "foreground": "#6CA35E",
"properties": { "properties": {
"prefix": "| \uE718 " "template": "| \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
} },
"style": "powerline",
"type": "node"
}, },
{ {
"type": "python",
"style": "plain",
"foreground": "#4584b6", "foreground": "#4584b6",
"properties": { "properties": {
"prefix": "| \uE235 ",
"display_mode": "context", "display_mode": "context",
"fetch_virtual_env": true, "fetch_virtual_env": true,
"template": "{{ .Venv }}" "template": "| \ue235 {{ .Venv }} "
} },
"style": "plain",
"type": "python"
}, },
{ {
"type": "battery",
"style": "powerline",
"invert_powerline": true,
"foreground_templates": [ "foreground_templates": [
"{{if eq \"Charging\" .State.String}}#4caf50{{end}}", "{{if eq \"Charging\" .State.String}}#4caf50{{end}}",
"{{if eq \"Discharging\" .State.String}}#40c4ff{{end}}", "{{if eq \"Discharging\" .State.String}}#40c4ff{{end}}",
"{{if eq \"Full\" .State.String}}#ff0000{{end}}" "{{if eq \"Full\" .State.String}}#ff0000{{end}}"
], ],
"invert_powerline": true,
"properties": { "properties": {
"charging_icon": " ",
"charged_icon": "\uf00d ", "charged_icon": "\uf00d ",
"prefix": "| ", "charging_icon": "\ue234 ",
"postfix": "  " "template": "| {{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }} \uf295 "
} },
"style": "powerline",
"type": "battery"
}, },
{ {
"type": "time",
"style": "plain",
"foreground": "lightGreen", "foreground": "lightGreen",
"properties": { "properties": {
"prefix": "| " "template": "| {{ .CurrentDate | date .Format }} "
} },
"style": "plain",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "exit",
"style": "powerline",
"foreground": "lightGreen", "foreground": "lightGreen",
"foreground_templates": ["{{ if gt .Code 0 }}red{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}red{{ end }}"
],
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "\u279c", "template": "\u279c "
"prefix": "" },
} "style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,62 +1,48 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false,
"osc99": true,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{ .Folder }}",
"transient_prompt": {
"background": "transparent",
"foreground": "#d6deeb",
"template": "\ue285 "
},
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os",
"style": "diamond",
"leading_diamond": "╭─\uE0B6",
"trailing_diamond": "\uE0B0",
"foreground": "#011627",
"background": "#21c7a8", "background": "#21c7a8",
"foreground": "#011627",
"leading_diamond": "\u256d\u2500\ue0b6",
"properties": { "properties": {
"postfix": " ", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
"windows": "\uf871" "windows": "\uf871"
} },
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "os"
}, },
{ {
"type": "root",
"style": "diamond",
"leading_diamond": "<transparent,#ef5350>\uE0B0</>",
"trailing_diamond": "\uE0B0",
"foreground": "#ffeb95",
"background": "#ef5350", "background": "#ef5350",
"foreground": "#ffeb95",
"leading_diamond": "<transparent,#ef5350>\ue0b0</>",
"properties": { "properties": {
"template": "\uf292 " "template": " \uf292 "
} },
},
{
"type": "path",
"style": "diamond", "style": "diamond",
"leading_diamond": "<transparent,#82AAFF>\uE0B0</>", "trailing_diamond": "\ue0b0",
"trailing_diamond": "\uE0B0", "type": "root"
"foreground": "#011627",
"background": "#82AAFF",
"properties": {
"folder_separator_icon": " <#011627>\uE0B1</> ",
"home_icon": "\uf7db ",
"folder_icon": "\uf07c ",
"style": "agnoster"
}
}, },
{ {
"type": "git", "background": "#82AAFF",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#011627", "foreground": "#011627",
"leading_diamond": "<transparent,#82AAFF>\ue0b0</>",
"properties": {
"folder_icon": "\uf07c ",
"folder_separator_icon": " <#011627>\ue0b1</> ",
"home_icon": "\uf7db ",
"style": "agnoster",
"template": " {{ .Path }} "
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "path"
},
{
"background": "#22da6e", "background": "#22da6e",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#addb67{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#addb67{{ end }}",
@ -64,285 +50,281 @@
"{{ if gt .Ahead 0 }}#21c7a8{{ end }}", "{{ if gt .Ahead 0 }}#21c7a8{{ end }}",
"{{ if gt .Behind 0 }}#c792ea{{ end }}" "{{ if gt .Behind 0 }}#c792ea{{ end }}"
], ],
"foreground": "#011627",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"branch_icon": "\ue725 ", "branch_icon": "\ue725 ",
"fetch_status": true,
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_worktree_count": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "fetch_worktree_count": true,
} "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "powerline",
"type": "git"
}, },
{ {
"type": "executiontime",
"style": "diamond",
"leading_diamond": "<transparent,#575656>\uE0B0</>",
"trailing_diamond": "\uE0B4",
"foreground": "#d6deeb",
"background": "#575656", "background": "#575656",
"foreground": "#d6deeb",
"leading_diamond": "<transparent,#575656>\ue0b0</>",
"properties": { "properties": {
"threshold": 0, "style": "roundrock",
"style": "roundrock" "template": " {{ .FormattedMs }} ",
} "threshold": 0
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "executiontime"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "shell",
"style": "diamond",
"leading_diamond": "\uE0B6",
"trailing_diamond": "<transparent,#d6deeb>\uE0B2</>",
"foreground": "#011627",
"background": "#d6deeb", "background": "#d6deeb",
"foreground": "#011627",
"leading_diamond": "\ue0b6",
"properties": { "properties": {
"prefix": "\uf489 ", "template": "\uf489 {{ .Name }}"
"postfix": "" },
} "style": "diamond",
"trailing_diamond": "<transparent,#d6deeb>\ue0b2</>",
"type": "shell"
}, },
{ {
"type": "sysinfo",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#8f43f3>\uE0B2</>",
"foreground": "#ffffff",
"background": "#8f43f3", "background": "#8f43f3",
"properties": {
"prefix": " \uf85a ",
"postfix": "% ",
"template": "{{ round .PhysicalPercentUsed .Precision }}"
}
},
{
"type": "node",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#303030>\uE0B2</>",
"foreground": "#3C873A",
"background": "#303030",
"properties": {
"prefix": "\uE718 ",
"postfix": "",
"display_package_manager": true,
"yarn_icon": " <#348cba></>",
"npm_icon": " <#cc3a3a></> "
}
},
{
"type": "python",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#306998>\uE0B2</>",
"foreground": "#FFE873",
"background": "#306998",
"properties": {
"prefix": "\uE235 ",
"postfix": ""
}
},
{
"type": "java",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#ffffff>\uE0B2</>",
"foreground": "#ec2729",
"background": "#ffffff",
"properties": {
"prefix": "\uE738 ",
"postfix": ""
}
},
{
"type": "php",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#787CB5>\uE0B2</>",
"foreground": "#000000",
"background": "#787CB5",
"properties": {
"prefix": "\ue73d ",
"postfix": ""
}
},
{
"type": "dotnet",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#0e0e0e>\uE0B2</>",
"foreground": "#0d6da8",
"background": "#0e0e0e",
"properties": {
"prefix": "\uE77F ",
"postfix": ""
}
},
{
"type": "go",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#ffffff>\uE0B2</>",
"foreground": "#06aad5",
"background": "#ffffff",
"properties": {
"prefix": "\uFCD1 ",
"postfix": ""
}
},
{
"type": "rust",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#f3f0ec>\uE0B2</>",
"foreground": "#925837",
"background": "#f3f0ec",
"properties": {
"prefix": "\uE7a8 ",
"postfix": ""
}
},
{
"type": "dart",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#e1e8e9>\uE0B2</>",
"foreground": "#055b9c",
"background": "#e1e8e9",
"properties": {
"prefix": "\uE798 ",
"postfix": ""
}
},
{
"type": "angular",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#ffffff>\uE0B2</>",
"foreground": "#ce092f",
"background": "#ffffff",
"properties": {
"prefix": "\uE753 ",
"postfix": ""
}
},
{
"type": "julia",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#945bb3>\uE0B2</>",
"foreground": "#359a25",
"background": "#945bb3",
"properties": {
"prefix": "<#ca3c34>\uE624</> ",
"postfix": ""
}
},
{
"type": "ruby",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#ffffff>\uE0B2</>",
"foreground": "#9c1006",
"background": "#ffffff",
"properties": {
"prefix": "\uE791 ",
"postfix": ""
}
},
{
"type": "azfunc",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#ffffff>\uE0B2</>",
"foreground": "#5398c2",
"background": "#ffffff",
"properties": {
"prefix": "\uf104<#f5bf45>\uf0e7</>\uf105 ",
"postfix": ""
}
},
{
"type": "aws",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#565656>\uE0B2</>",
"foreground": "#faa029",
"background": "#565656",
"properties": {
"prefix": "\uE7AD ",
"postfix": "",
"template": "{{.Profile}}{{if .Region}}@{{.Region}}{{end}}"
}
},
{
"type": "kubectl",
"style": "diamond",
"leading_diamond": "\uE0B2",
"trailing_diamond": "<transparent,#316ce4>\uE0B2</>",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#316ce4", "leading_diamond": "\ue0b2",
"properties": { "properties": {
"prefix": "\uFD31 ", "template": " \uf85a {{ round .PhysicalPercentUsed .Precision }}% "
"postfix": "", },
"template": "{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}" "style": "diamond",
} "trailing_diamond": "<transparent,#8f43f3>\ue0b2</>",
"type": "sysinfo"
}, },
{ {
"type": "time", "background": "#303030",
"style": "diamond", "foreground": "#3C873A",
"leading_diamond": "\uE0B2", "leading_diamond": "\ue0b2",
"trailing_diamond": "\uE0B4",
"foreground": "#d6deeb",
"background": "#234d70",
"properties": { "properties": {
"prefix": "\uf64f ", "fetch_package_manager": true,
"postfix": "", "npm_icon": " <#cc3a3a>\ue71e</> ",
"template": "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}",
"yarn_icon": " <#348cba>\uf61a</>"
},
"style": "diamond",
"trailing_diamond": "<transparent,#303030>\ue0b2</>",
"type": "node"
},
{
"background": "#306998",
"foreground": "#FFE873",
"leading_diamond": "\ue0b2",
"properties": {
"template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "<transparent,#306998>\ue0b2</>",
"type": "python"
},
{
"background": "#ffffff",
"foreground": "#ec2729",
"leading_diamond": "\ue0b2",
"properties": {
"template": "\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "<transparent,#ffffff>\ue0b2</>",
"type": "java"
},
{
"background": "#787CB5",
"foreground": "#000000",
"leading_diamond": "\ue0b2",
"properties": {
"template": "\ue73d {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "<transparent,#787CB5>\ue0b2</>",
"type": "php"
},
{
"background": "#0e0e0e",
"foreground": "#0d6da8",
"leading_diamond": "\ue0b2",
"properties": {
"template": "\ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }}"
},
"style": "diamond",
"trailing_diamond": "<transparent,#0e0e0e>\ue0b2</>",
"type": "dotnet"
},
{
"background": "#ffffff",
"foreground": "#06aad5",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \ufcd1 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#ffffff>\ue0b2</>",
"type": "go"
},
{
"background": "#f3f0ec",
"foreground": "#925837",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \ue7a8 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#f3f0ec>\ue0b2</>",
"type": "rust"
},
{
"background": "#e1e8e9",
"foreground": "#055b9c",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \ue798 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#e1e8e9>\ue0b2</>",
"type": "dart"
},
{
"background": "#ffffff",
"foreground": "#ce092f",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \ue753 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#ffffff>\ue0b2</>",
"type": "angular"
},
{
"background": "#945bb3",
"foreground": "#359a25",
"leading_diamond": "\ue0b2",
"properties": {
"template": " <#ca3c34>\ue624</> {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#945bb3>\ue0b2</>",
"type": "julia"
},
{
"background": "#ffffff",
"foreground": "#9c1006",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \ue791 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#ffffff>\ue0b2</>",
"type": "ruby"
},
{
"background": "#ffffff",
"foreground": "#5398c2",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \uf104<#f5bf45>\uf0e7</>\uf105 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#ffffff>\ue0b2</>",
"type": "azfunc"
},
{
"background": "#565656",
"foreground": "#faa029",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \ue7ad {{.Profile}}{{if .Region}}@{{.Region}}{{end}} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#565656>\ue0b2</>",
"type": "aws"
},
{
"background": "#316ce4",
"foreground": "#ffffff",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \ufd31 {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} "
},
"style": "diamond",
"trailing_diamond": "<transparent,#316ce4>\ue0b2</>",
"type": "kubectl"
},
{
"background": "#234d70",
"foreground": "#d6deeb",
"leading_diamond": "\ue0b2",
"properties": {
"template": " \uf64f {{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05" "time_format": "15:04:05"
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#21c7a8", "foreground": "#21c7a8",
"properties": { "properties": {
"prefix": "", "template": "\u2570\u2500"
"postfix": "", },
"text": "╰─" "style": "plain",
} "type": "text"
}, },
{ {
"type": "spotify",
"style": "diamond",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0c6 ",
"foreground": "#011627",
"background": "#1DB954", "background": "#1DB954",
"foreground": "#011627",
"leading_diamond": "\ue0b6",
"properties": { "properties": {
"playing_icon": "\uf1bc ", "playing_icon": "\uf1bc ",
"template": " {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ",
"track_separator": " ~ " "track_separator": " ~ "
} },
"style": "diamond",
"trailing_diamond": "\ue0c6 ",
"type": "spotify"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#22da6e", "foreground": "#22da6e",
"foreground_templates": ["{{ if gt .Code 0 }}#ef5350{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}#ef5350{{ end }}"
],
"properties": { "properties": {
"prefix": "", "always_enabled": true,
"template": "\ue285\ue285", "template": "\ue285\ue285 "
"always_enabled": true },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{ .Folder }}",
"osc99": true,
"transient_prompt": {
"background": "transparent",
"foreground": "#d6deeb",
"template": "\ue285 "
},
"version": 1
} }

View file

@ -1,108 +1,95 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"display_status": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"foreground": "#88c0d0", "foreground": "#88c0d0",
"properties": { "properties": {
"prefix": "<#5e81ac>┏[</>", "template": "<#5e81ac>\u250f[</>{{ .UserName }}<#5e81ac>]</>"
"postfix": "<#5e81ac>]</>", },
"template": "{{ .UserName }}" "style": "plain",
} "type": "session"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#b48ead", "foreground": "#b48ead",
"properties": { "properties": {
"prefix": "<#5e81ac>--[</>", "fetch_stash_count": true,
"postfix": "<#5e81ac>]</>",
"fetch_status": true, "fetch_status": true,
"display_status": true, "fetch_upstream_icon": true,
"display_stash_count": true, "template": "<#5e81ac>--[</>{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#8fbcbb> \u25cf </>{{ end }}{{ if .Staging.Changed }}<#88c0d0> \u25cf </>{{ end }}<#5e81ac>]</>"
"display_upstream_icon": true, },
"template": "{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#8fbcbb> ● </>{{ end }}{{ if .Staging.Changed }}<#88c0d0> ● </>{{ end }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "aws",
"style": "plain",
"foreground": "#b48ead", "foreground": "#b48ead",
"properties": { "properties": {
"prefix": "<#5e81ac>--[</>", "template": "<#5e81ac>--[</>{{.Profile}}{{if .Region}}@{{.Region}}{{end}}<#5e81ac>]</>"
"postfix": "<#5e81ac>]</>", },
"template": "{{.Profile}}{{if .Region}}@{{.Region}}{{end}}" "style": "plain",
} "type": "aws"
}, },
{ {
"type": "kubectl",
"style": "plain",
"foreground": "#b48ead", "foreground": "#b48ead",
"properties": { "properties": {
"prefix": "<#5e81ac>--[</>", "template": "<#5e81ac>--[</>{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}<#5e81ac>]</>"
"postfix": "<#5e81ac>]</>", },
"template": "{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}"
}
},
{
"type": "root",
"style": "plain", "style": "plain",
"foreground": "#d8dee9", "type": "kubectl"
"properties": {
"prefix": "<#5e81ac>[</>",
"postfix": "<#5e81ac>]</>"
}
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#d8dee9", "foreground": "#d8dee9",
"properties": { "properties": {
"template": "{{ .Text }}", "template": "<#5e81ac>[</>\uf0e7<#5e81ac>]</>"
"prefix": "<#5e81ac>[x</>", },
"postfix": "<#5e81ac>]</>" "style": "plain",
} "type": "root"
},
{
"foreground": "#d8dee9",
"properties": {
"template": "<#5e81ac>[x</>{{ .Text }}<#5e81ac>]</>"
},
"style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "path",
"style": "plain",
"foreground": "#88c0d0", "foreground": "#88c0d0",
"properties": { "properties": {
"style": "full", "style": "full",
"prefix": "<#5e81ac>┖[</>", "template": "<#5e81ac>\u2516[</>{{ .Path }}<#5e81ac>]</>"
"postfix": "<#5e81ac>]</>" },
} "style": "plain",
"type": "path"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#5e81ac", "foreground": "#5e81ac",
"properties": { "properties": {
"text": "\uE602" "template": " \ue602 "
} },
"style": "plain",
"type": "text"
} }
] ],
} "type": "prompt"
}
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,96 +1,96 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"osc99": false,
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}} ⚡ {{end}}{{.UserName}} ➔ 📁{{.Folder}}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "powerline",
"foreground": "#100e23",
"background": "#cfcfc4", "background": "#cfcfc4",
"background_templates": [ "background_templates": [
"{{if .Root}}#ff3026{{else}}#cfcfc4{{end}}" "{{if .Root}}#ff3026{{else}}#cfcfc4{{end}}"
], ],
"foreground": "#100e23",
"properties": { "properties": {
"prefix": "",
"postfix": "",
"display_host": false, "display_host": false,
"template": "{{if .Root}} \uF0E7 {{.UserName}} {{else}} {{.UserName}} {{end}}" "template": "{{if .Root}} \uf0e7 {{.UserName}} {{else}} {{.UserName}} {{end}}"
} },
"style": "powerline",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#ec9706", "background": "#ec9706",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"home_icon": "\uf7db", "folder_icon": "\ue5ff",
"folder_icon": "\uE5FF",
"folder_separator_icon": "\ue0b9", "folder_separator_icon": "\ue0b9",
"mixed_threshold": 8, "home_icon": "\uf7db",
"style": "mixed",
"mapped_locations": { "mapped_locations": {
"C:\\Users": "\uf007", "C:\\Users": "\uf007",
"C:\\Windows": "\ue62a" "C:\\Windows": "\ue62a"
} },
} "mixed_threshold": 8,
"style": "mixed",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#3feb56", "background": "#3feb56",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": "{{ .HEAD }}" "template": " {{ .HEAD }} "
} },
"style": "powerline",
"type": "git"
}, },
{ {
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#906cff", "background": "#906cff",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE235 " "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "python"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "exit",
"style": "diamond",
"leading_diamond": "\ue0c2",
"trailing_diamond": "\ue0c0",
"foreground": "#ffffff",
"background": "#ff4040", "background": "#ff4040",
"foreground": "#ffffff",
"leading_diamond": "\ue0c2",
"properties": { "properties": {
"template": "\ue70f" "template": " \ue70f "
} },
"style": "diamond",
"trailing_diamond": "\ue0c0",
"type": "exit"
}, },
{ {
"type": "executiontime",
"style": "diamond",
"foreground": "#fafafa",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#fafafa",
"leading_diamond": "\ue0b2", "leading_diamond": "\ue0b2",
"properties": { "properties": {
"style": "austin" "style": "austin",
} "template": " {{ .FormattedMs }} "
},
"style": "diamond",
"type": "executiontime"
} }
] ],
"type": "rprompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}} \u26a1 {{end}}{{.UserName}} \u2794 📁{{.Folder}}",
"final_space": true,
"version": 1
} }

View file

@ -2,86 +2,89 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root", "background": "#ffe9aa",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#ffe9aa" "powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf0e7 "
},
"style": "powerline",
"type": "root"
}, },
{ {
"type": "session",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#ffffff", "background": "#ffffff",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": "{{ .UserName }}@{{ .HostName }}" "template": " {{ .UserName }}@{{ .HostName }} "
} },
"style": "powerline",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#91ddff", "background": "#91ddff",
"properties": {
"folder_icon": "\uF115",
"folder_separator_icon": " \uE0B1 ",
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#95ffa4",
"properties": {
"template": "{{ .HEAD }}"
}
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#906cff", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE235 " "folder_icon": "\uf115",
} "folder_separator_icon": " \ue0b1 ",
"style": "full",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
}, },
{ {
"type": "exit", "background": "#95ffa4",
"style": "powerline", "foreground": "#193549",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\ue0b0",
"foreground": "#ffffff",
"background": "#ff8080",
"properties": { "properties": {
"template": "\uE20F" "template": " {{ .HEAD }} "
} },
"style": "powerline",
"type": "git"
},
{
"background": "#906cff",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
},
"style": "powerline",
"type": "python"
},
{
"background": "#ff8080",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \ue20f "
},
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#007ACC", "foreground": "#007ACC",
"properties": { "properties": {
"prefix": "", "template": "\u276f "
"text": "\u276F" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": false "version": 1
} }

View file

@ -2,78 +2,76 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "<#C591E8>\u276f</><#69FF94>\u276f</> "
"text": "<#C591E8>\u276F</><#69FF94>\u276F</>" },
} "style": "plain",
"type": "text"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#56B6C2", "foreground": "#56B6C2",
"properties": { "properties": {
"prefix": "", "style": "folder",
"style": "folder" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#D0666F", "foreground": "#D0666F",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"prefix": "<#5FAAE8>git:(</>", "template": "<#5FAAE8>git:(</>{{ .HEAD }}<#5FAAE8>)</>"
"postfix": "<#5FAAE8>)</>", },
"template": "{{ .HEAD }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#DCB977", "foreground": "#DCB977",
"properties": { "properties": {
"template": "\uF119" "template": " \uf119 "
} },
"style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "command",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"command": "git log --pretty=format:%cr -1 || date +%H:%m:%S",
"shell": "bash", "shell": "bash",
"command": "git log --pretty=format:%cr -1 || date +%H:%m:%S" "template": " {{ .Output }} "
} },
"style": "plain",
"type": "command"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "\uf441 "
"text": "\uF441" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,38 +1,32 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"powerline_symbol": "\uE0B0",
"foreground": "red", "foreground": "red",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": "", "template": "\uf0e7 "
"template": "\uF0E7" },
} "style": "plain",
"type": "root"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "blue", "foreground": "blue",
"properties": { "properties": {
"prefix": "", "folder_icon": "\ue5ff",
"postfix": "",
"home_icon": "\uF7DB",
"folder_icon": "\uE5FF",
"folder_separator_icon": "/", "folder_separator_icon": "/",
"style": "agnoster" "home_icon": "\uf7db",
} "style": "agnoster",
"template": "{{ .Path }}"
},
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "green", "foreground": "green",
"foreground_templates": [ "foreground_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}",
@ -41,50 +35,51 @@
"{{ if gt .Behind 0 }}green{{ end }}" "{{ if gt .Behind 0 }}green{{ end }}"
], ],
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"prefix": " on ", "github_icon": "\uf408 ",
"postfix": "", "template": " on {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<red> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<yellow> \uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }}"
"github_icon": " ", },
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<red> \uF044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<yellow> \uF046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "dotnet",
"style": "plain",
"foreground": "magenta", "foreground": "magenta",
"properties": { "properties": {
"prefix": " [.NET] " "template": " [.NET] {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }} "
} },
"style": "plain",
"type": "dotnet"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "time",
"style": "plain",
"foreground": "yellow", "foreground": "yellow",
"properties": { "properties": {
"prefix": "", "template": "{{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05" "time_format": "15:04:05"
} },
"style": "plain",
"type": "time"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "green", "foreground": "green",
"properties": { "properties": {
"prefix": "", "template": "\u276f"
"postfix": "", },
"text": "\u276F" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"final_space": true,
"version": 1
} }

View file

@ -1,60 +1,49 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$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": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text", "background": "#ffea00",
"style": "diamond", "foreground": "#000000",
"leading_diamond": "\ue0c7\u2593", "leading_diamond": "\ue0c7\u2593",
"foreground": "#000000",
"background": "#ffea00",
"properties": { "properties": {
"text": "", "template": ""
"postfix": "", },
"prefix": "" "style": "diamond",
} "type": "text"
}, },
{ {
"type": "kubectl",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#000000",
"background": "#ffea00", "background": "#ffea00",
"foreground": "#000000",
"properties": { "properties": {
"prefix": " \uFD31", "template": " \ufd31{{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}} "
"template": " {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}" },
} "style": "powerline",
"type": "kubectl"
}, },
{ {
"type": "az",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#008AD7", "background": "#008AD7",
"foreground": "#000000",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uFD03 " "template": " \ufd03 {{ .Name }} "
} },
"style": "powerline",
"type": "az"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "os",
"style": "diamond",
"leading_diamond": "\ue0c7\u2593",
"foreground": "#26C6DA",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#26C6DA",
"leading_diamond": "\ue0c7\u2593",
"properties": { "properties": {
"alpine": "\uf300", "alpine": "\uf300",
"arch": "\uf303", "arch": "\uf303",
@ -69,50 +58,47 @@
"mint": "\uf30f", "mint": "\uf30f",
"opensuse": "\uf314", "opensuse": "\uf314",
"raspbian": "\uf315", "raspbian": "\uf315",
"template": " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#ffea00> \ue0b1</>",
"ubuntu": "\uf31c", "ubuntu": "\uf31c",
"windows": "\ue70f", "windows": "\ue70f"
"postfix": "<#ffea00> \ue0b1</>", },
"template": "{{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}" "style": "diamond",
} "type": "os"
}, },
{ {
"type": "session",
"style": "diamond",
"foreground": "#ffea00",
"background": "#2f2f2f", "background": "#2f2f2f",
"properties": {
"postfix": "<#ffea00> \ue0b1</>",
"template": "{{ if ne .Env.POSH_SESSION_DEFAULT_USER .UserName }}{{ .UserName }}{{ end }}"
}
},
{
"type": "root",
"style": "diamond",
"foreground": "#ffea00", "foreground": "#ffea00",
"background": "#2f2f2f",
"properties": { "properties": {
"template": "\uF0E7", "template": " {{ if ne .Env.POSH_SESSION_DEFAULT_USER .UserName }}{{ .UserName }}{{ end }}<#ffea00> \ue0b1</>"
"postfix": "<#ffea00> \ue0b1</>" },
} "style": "diamond",
"type": "session"
}, },
{ {
"type": "path", "background": "#2f2f2f",
"foreground": "#ffea00",
"properties": {
"template": " \uf0e7<#ffea00> \ue0b1</>"
},
"style": "diamond", "style": "diamond",
"type": "root"
},
{
"background": "#2f2f2f",
"foreground": "#fafafa", "foreground": "#fafafa",
"background": "#2f2f2f",
"properties": { "properties": {
"prefix": "<#f2f200> \ue5ff </>",
"style": "agnoster_short",
"home_icon": "\uF7DB ",
"folder_icon": "<#B5B2C2>\ue5fe </>", "folder_icon": "<#B5B2C2>\ue5fe </>",
"folder_separator_icon": "<#ffea00>\uE0B1 </>" "folder_separator_icon": "<#ffea00>\ue0b1 </>",
} "home_icon": "\uf7db ",
"style": "agnoster_short",
"template": "<#f2f200> \ue5ff </>{{ .Path }} "
},
"style": "diamond",
"type": "path"
}, },
{ {
"type": "git",
"style": "diamond",
"foreground": "#ffea00",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#ffea00",
"foreground_templates": [ "foreground_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffea00{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ffea00{{ end }}",
"{{ if gt .Ahead 0 }}#2EC4B6{{ end }}", "{{ if gt .Ahead 0 }}#2EC4B6{{ end }}",
@ -122,37 +108,42 @@
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"prefix": "<#ffea00>\ue0b1 </>", "template": "<#ffea00>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#E84855> \uF044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uF046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" },
} "style": "diamond",
"type": "git"
}, },
{ {
"type": "text", "background": "#2f2f2f",
"foreground": "#fafafa",
"properties": {
"template": ""
},
"style": "diamond", "style": "diamond",
"trailing_diamond": "\ue0b0", "trailing_diamond": "\ue0b0",
"foreground": "#fafafa", "type": "text"
"background": "#2f2f2f",
"properties": {
"text": "",
"postfix": "",
"prefix": ""
}
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#ffea00", "foreground": "#ffea00",
"properties": { "properties": {
"text": "\u276F" "template": " \u276f "
} },
"style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
"final_space": true,
"version": 1
} }

View file

@ -2,95 +2,99 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#ff0000",
"background": "#333333", "background": "#333333",
"leading_diamond": "\uE0B6", "foreground": "#ff0000",
"trailing_diamond": "\uE0B0", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"template": "{{ .UserName }}@{{ .HostName }}" "template": " {{ .UserName }}@{{ .HostName }} "
} },
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "session"
}, },
{ {
"type": "spotify",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#434343",
"background": "#1BD760", "background": "#1BD760",
"foreground": "#434343",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uF9C6 " "template": " \uf9c6 {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} "
} },
"style": "powerline",
"type": "spotify"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000",
"background": "#ff0000", "background": "#ff0000",
"foreground": "#000000",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE5FF ", "style": "folder",
"style": "folder" "template": " \ue5ff {{ .Path }} "
} },
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#fffb38", "background": "#fffb38",
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
} },
"style": "powerline",
"type": "git"
}, },
{ {
"type": "node",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#6CA35E", "background": "#6CA35E",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE718 " "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
} },
"style": "powerline",
"type": "node"
}, },
{ {
"type": "shell",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#ffffff",
"background": "#203248", "background": "#203248",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uFCB5 " "template": " \ufcb5 {{ .Name }} "
} },
},
{
"type": "root",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "shell"
"foreground": "#ffffff",
"background": "#ffff66"
}, },
{ {
"type": "exit", "background": "#ffff66",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf0e7 "
},
"style": "powerline",
"type": "root"
},
{
"background": "#2e9599", "background": "#2e9599",
"background_templates": ["{{ if gt .Code 0 }}#f1184c{{ end }}"], "background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": " \uE23A ", "template": "<transparent>\ue0b0</> \ue23a <background,transparent>\ue0b4</>"
"prefix": "<transparent>\uE0B0</>", },
"postfix": "<background,transparent>\uE0B4</>" "style": "plain",
} "type": "exit"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -2,100 +2,102 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A", "background": "#546E7A",
"foreground": "#26C6DA",
"properties": { "properties": {
"postfix": " \uE0B1" "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} \ue0b1"
} },
"style": "plain",
"type": "os"
}, },
{ {
"type": "root",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A"
},
{
"type": "path",
"style": "plain",
"foreground": "#26C6DA",
"background": "#546E7A", "background": "#546E7A",
"foreground": "#26C6DA",
"properties": { "properties": {
"style": "full" "template": " \uf0e7 "
} },
"style": "plain",
"type": "root"
}, },
{ {
"type": "git", "background": "#546E7A",
"foreground": "#26C6DA",
"properties": {
"style": "full",
"template": " {{ .Path }} "
},
"style": "plain", "style": "plain",
"type": "path"
},
{
"background": "#546E7A",
"foreground": "#D4E157", "foreground": "#D4E157",
"background": "#546E7A",
"properties": { "properties": {
"prefix": "<#26C6DA>\uE0B1 </>", "template": "<#26C6DA>\ue0b1 </>{{ .HEAD }} "
"template": "{{ .HEAD }}" },
} "style": "plain",
"type": "git"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#546E7A",
"background": "transparent", "background": "transparent",
"foreground": "#546E7A",
"properties": { "properties": {
"text": "\uE0B0", "template": "\ue0b0"
"prefix": "", },
"postfix": "" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#D4E157",
"background": "#546E7A", "background": "#546E7A",
"leading_diamond": "\uE0B2", "foreground": "#D4E157",
"leading_diamond": "\ue0b2",
"properties": { "properties": {
"postfix": " <#26C6DA>\uE0B3</> ", "template": " {{ .UserName }}@{{ .HostName }} <#26C6DA>\ue0b3</> "
"template": "{{ .UserName }}@{{ .HostName }}" },
} "style": "diamond",
"type": "session"
}, },
{ {
"type": "time",
"style": "plain",
"foreground": "#D4E157",
"background": "#546E7A", "background": "#546E7A",
"foreground": "#D4E157",
"properties": { "properties": {
"time_format": "15:04:05", "template": " {{ .CurrentDate | date .Format }} \uf017 ",
"postfix": " \uF017 " "time_format": "15:04:05"
} },
"style": "plain",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "exit",
"style": "plain",
"foreground": "#D4E157", "foreground": "#D4E157",
"foreground_templates": ["{{ if gt .Code 0 }}#FF5252{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}#FF5252{{ end }}"
],
"properties": { "properties": {
"template": "\u276F", "always_enabled": true,
"prefix": "", "template": "\u276f "
"always_enabled": true },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -2,53 +2,53 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"vertical_offset": -1,
"segments": [ "segments": [
{ {
"type": "time",
"style": "plain",
"foreground": "#00C5C7", "foreground": "#00C5C7",
"properties": { "properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05" "time_format": "15:04:05"
} },
"style": "plain",
"type": "time"
} }
] ],
"type": "prompt",
"vertical_offset": -1
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "path",
"style": "plain",
"foreground": "#77E4F7", "foreground": "#77E4F7",
"properties": { "properties": {
"prefix": "", "style": "full",
"style": "full" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#FFE700", "foreground": "#FFE700",
"properties": { "properties": {
"prefix": "", "template": "{{ .HEAD }} "
"template": "{{ .HEAD }}" },
} "style": "plain",
"type": "git"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#43D426", "foreground": "#43D426",
"properties": { "properties": {
"prefix": "", "template": "\u276f "
"text": "\u276F" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,105 +1,112 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os",
"style": "diamond",
"foreground": "#000000",
"background": "#ffffff", "background": "#ffffff",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0B4"
},
{
"type": "root",
"style": "powerline",
"foreground": "#000000", "foreground": "#000000",
"background": "#0000ff", "leading_diamond": "\ue0b6",
"powerline_symbol": "\uE0B4",
"properties": { "properties": {
"style": "full" "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} "
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "os"
}, },
{ {
"type": "path", "background": "#0000ff",
"foreground": "#000000",
"powerline_symbol": "\ue0b4",
"properties": {
"style": "full",
"template": " \uf0e7 "
},
"style": "powerline", "style": "powerline",
"type": "root"
},
{
"background": "#0000ff",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#0000ff", "powerline_symbol": "\ue0b4",
"powerline_symbol": "\uE0B4",
"properties": { "properties": {
"style": "full" "style": "full",
} "template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"foreground": "#000000",
"background": "#D4E157", "background": "#D4E157",
"powerline_symbol": "\uE0B4", "foreground": "#000000",
"powerline_symbol": "\ue0b4",
"properties": { "properties": {
"template": "{{ .HEAD }}" "template": " {{ .HEAD }} "
} },
"style": "powerline",
"type": "git"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "python",
"style": "diamond",
"foreground": "#000000",
"background": "#D4E157", "background": "#D4E157",
"leading_diamond": "\uE0B6",
"properties": {
"postfix": " <#000000>\uE0B6</>"
}
},
{
"type": "go",
"style": "diamond",
"foreground": "#ffffff",
"background": "#7FD5EA",
"leading_diamond": "\uE0B6",
"fetch_version": true,
"properties": {
"postfix": " <#000000>\uE0B6</>"
}
},
{
"type": "time",
"style": "diamond",
"foreground": "#000000", "foreground": "#000000",
"background": "#ffffff", "leading_diamond": "\ue0b6",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0B4",
"properties": { "properties": {
"template": " {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} <transparent>\ue0b6</>"
},
"style": "diamond",
"type": "python"
},
{
"background": "#7FD5EA",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"properties": {
"template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} <transparent>\ue0b6</>"
},
"style": "diamond",
"type": "go"
},
{
"background": "#ffffff",
"foreground": "#000000",
"leading_diamond": "\ue0b6",
"properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05" "time_format": "15:04:05"
} },
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "exit",
"style": "plain",
"foreground": "#D4E157", "foreground": "#D4E157",
"foreground_templates": ["{{ if gt .Code 0 }}#FF5252{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}#FF5252{{ end }}"
],
"properties": { "properties": {
"template": "\u276F", "always_enabled": true,
"prefix": "", "template": "\u276f "
"always_enabled": true },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,34 +1,32 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os",
"style": "diamond",
"foreground": "#000000",
"background": "#d3d7cf", "background": "#d3d7cf",
"leading_diamond": "╭─"
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#e4e4e4",
"background": "#3465a4",
"properties": {
"prefix": " \uF07C ",
"home_icon": "~",
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#000000", "foreground": "#000000",
"leading_diamond": "\u256d\u2500\ue0b2",
"properties": {
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} "
},
"style": "diamond",
"type": "os"
},
{
"background": "#3465a4",
"foreground": "#e4e4e4",
"powerline_symbol": "\ue0b0",
"properties": {
"home_icon": "~",
"style": "full",
"template": " \uf07c {{ .Path }} "
},
"style": "powerline",
"type": "path"
},
{
"background": "#4e9a06", "background": "#4e9a06",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#c4a000{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#c4a000{{ end }}",
@ -36,194 +34,197 @@
"{{ if gt .Ahead 0 }}#89d1dc{{ end }}", "{{ if gt .Ahead 0 }}#89d1dc{{ end }}",
"{{ if gt .Behind 0 }}#4e9a06{{ end }}" "{{ if gt .Behind 0 }}#4e9a06{{ end }}"
], ],
"foreground": "#000000",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"branch_icon": "\uF126 ", "branch_icon": "\uf126 ",
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
} },
"style": "powerline",
"type": "git"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "node",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#ffffff",
"background": "#689f63", "background": "#689f63",
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": " \uF898 ", "fetch_version": true,
"fetch_version": true "template": " {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} \uf898 "
} },
"style": "powerline",
"type": "node"
}, },
{ {
"type": "go",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#111111",
"background": "#00acd7", "background": "#00acd7",
"foreground": "#111111",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": " \uE627 ", "fetch_version": true,
"fetch_version": true "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} \ue627 "
} },
"style": "powerline",
"type": "go"
}, },
{ {
"type": "julia",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#111111",
"background": "#4063D8", "background": "#4063D8",
"foreground": "#111111",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": " \uE624 ", "fetch_version": true,
"fetch_version": true "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} \ue624 "
} },
"style": "powerline",
"type": "julia"
}, },
{ {
"type": "python",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#111111",
"background": "#FFDE57", "background": "#FFDE57",
"foreground": "#111111",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": " \uE235 ",
"display_mode": "files", "display_mode": "files",
"fetch_virtual_env": false, "fetch_virtual_env": false,
"template": "{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}" "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} \ue235 "
} },
"style": "powerline",
"type": "python"
}, },
{ {
"type": "ruby",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#ffffff",
"background": "#AE1401", "background": "#AE1401",
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": " \uE791 ", "display_mode": "files",
"fetch_version": true, "fetch_version": true,
"display_mode": "files" "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} \ue791 "
} },
"style": "powerline",
"type": "ruby"
}, },
{ {
"type": "azfunc",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#ffffff",
"background": "#FEAC19", "background": "#FEAC19",
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": " \uf0e7", "display_mode": "files",
"fetch_version": false, "fetch_version": false,
"display_mode": "files" "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} \uf0e7"
} },
"style": "powerline",
"type": "azfunc"
}, },
{ {
"type": "aws",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#ffffff",
"background_templates": [ "background_templates": [
"{{if contains \"default\" .Profile}}#FFA400{{end}}", "{{if contains \"default\" .Profile}}#FFA400{{end}}",
"{{if contains \"jan\" .Profile}}#f1184c{{end}}" "{{if contains \"jan\" .Profile}}#f1184c{{end}}"
], ],
"foreground": "#ffffff",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": " \uE7AD ", "display_default": false,
"display_default": false "template": " {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} \ue7ad "
} },
"style": "powerline",
"type": "aws"
}, },
{ {
"type": "root",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#111111",
"background": "#ffff66", "background": "#ffff66",
"foreground": "#111111",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"template": "\uF0AD" "template": " \uf0ad "
} },
"style": "powerline",
"type": "root"
}, },
{ {
"type": "executiontime",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#000000",
"background": "#c4a000", "background": "#c4a000",
"foreground": "#000000",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"postfix": " \uF252 " "template": " {{ .FormattedMs }} \uf252 "
} },
"style": "powerline",
"type": "executiontime"
}, },
{ {
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
"invert_powerline": true,
"foreground": "#d3d7cf",
"background": "#000000", "background": "#000000",
"background_templates": ["{{ if gt .Code 0 }}#cc2222{{ end }}"], "background_templates": [
"{{ if gt .Code 0 }}#cc2222{{ end }}"
],
"foreground": "#d3d7cf",
"invert_powerline": true,
"powerline_symbol": "\ue0b2",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "{{ if gt .Code 0 }}{{ .Text }}{{ else }}✔{{ end }}" "template": " {{ if gt .Code 0 }}{{ .Text }}{{ else }}\u2714{{ end }} "
} },
"style": "powerline",
"type": "exit"
}, },
{ {
"type": "time",
"style": "diamond",
"invert_powerline": true,
"trailing_diamond": "\uE0B0─╮",
"background": "#d3d7cf", "background": "#d3d7cf",
"foreground": "#000000", "foreground": "#000000",
"invert_powerline": true,
"properties": { "properties": {
"postfix": " \uF017 " "template": " {{ .CurrentDate | date .Format }} \uf017 "
} },
"style": "diamond",
"trailing_diamond": "\ue0b0\u2500\u256e",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#d3d7cf", "foreground": "#d3d7cf",
"properties": { "properties": {
"prefix": "", "template": "\u2570\u2500"
"postfix": "", },
"text": "╰─" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#d3d7cf", "foreground": "#d3d7cf",
"properties": { "properties": {
"text": "─╯", "template": "\u2500\u256f"
"prefix": "", },
"postfix": "" "style": "plain",
} "type": "text"
} }
] ],
"type": "rprompt"
} }
], ],
"final_space": true,
"console_title": true, "console_title": true,
"console_title_style": "template", "console_title_style": "template",
"console_title_template": "{{ .Shell }} in {{ .Folder }}" "console_title_template": "{{ .Shell }} in {{ .Folder }}",
"final_space": true,
"version": 1
} }

View file

@ -2,64 +2,69 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root", "foreground": "#FFEE58",
"properties": {
"template": " \uf0e7 "
},
"style": "plain", "style": "plain",
"foreground": "#FFEE58" "type": "root"
}, },
{ {
"type": "session",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"template": "{{ .UserName }}@{{ .HostName }}" "template": " {{ .UserName }}@{{ .HostName }} "
} },
"style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#91ddff", "background": "#91ddff",
"properties": {
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#95ffa4",
"properties": {
"template": "{{ .HEAD }}"
}
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#906cff", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE235 " "style": "full",
} "template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
}, },
{ {
"type": "exit", "background": "#95ffa4",
"style": "powerline", "foreground": "#193549",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\ue0b0",
"foreground": "#ffffff",
"background": "#ff8080",
"properties": { "properties": {
"template": "\uE20F" "template": " {{ .HEAD }} "
} },
"style": "powerline",
"type": "git"
},
{
"background": "#906cff",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
},
"style": "powerline",
"type": "python"
},
{
"background": "#ff8080",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \ue20f "
},
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,88 +1,87 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}(Admin){{end}} {{.Path}}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": false,
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"foreground": "#BF616A", "foreground": "#BF616A",
"properties": { "properties": {
"prefix": "", "template": "{{ .UserName }} "
"template": "{{ .UserName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#81A1C1", "foreground": "#81A1C1",
"properties": { "properties": {
"prefix": "", "style": "full",
"style": "full" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "git",
"style": "plain",
"foreground": "#6C6C6C", "foreground": "#6C6C6C",
"properties": { "properties": {
"prefix": "", "branch_ahead_icon": "<#88C0D0>\u21e1 </>",
"branch_behind_icon": "<#88C0D0>\u21e3 </>",
"branch_icon": "",
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"branch_icon": "",
"github_icon": "", "github_icon": "",
"branch_ahead_icon": "<#88C0D0>\u21e1 </>", "template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#FFAFD7>*</>{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
"branch_behind_icon": "<#88C0D0>\u21e3 </>", },
"local_working_icon": "<#FFAFD7>\u002a</>", "style": "plain",
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "type": "git"
}
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "executiontime",
"style": "plain",
"foreground": "#A3BE8C", "foreground": "#A3BE8C",
"properties": { "properties": {
"style": "austin" "style": "austin",
} "template": " {{ .FormattedMs }} "
},
"style": "plain",
"type": "executiontime"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "exit",
"style": "plain",
"foreground": "#B48EAD", "foreground": "#B48EAD",
"foreground_templates": ["{{ if gt .Code 0 }}#BF616A{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}#BF616A{{ end }}"
],
"properties": { "properties": {
"template": "\u276f", "always_enabled": true,
"prefix": "", "template": "\u276f "
"always_enabled": true },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}(Admin){{end}} {{.Path}}",
"version": 1
} }

View file

@ -2,54 +2,53 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "diamond",
"foreground": "#ffffff",
"background": "lightMagenta", "background": "lightMagenta",
"leading_diamond": "\uE0B6",
"trailing_diamond": "",
"properties": {
"prefix": "",
"template": "{{ .UserName }}"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#3f3f3f",
"background": "lightYellow",
"properties": {
"style": "folder"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"properties": {
"template": "{{ .UserName }} "
},
"style": "diamond",
"type": "session"
},
{
"background": "lightYellow",
"foreground": "#3f3f3f",
"properties": {
"style": "folder",
"template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
},
{
"background": "lightCyan", "background": "lightCyan",
"foreground": "#ffffff",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"prefix": " git(", "template": " git({{ .HEAD }}) "
"postfix": ") ", },
"template": "{{ .HEAD }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "time",
"style": "diamond",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff",
"background": "lightGreen", "background": "lightGreen",
"foreground": "#ffffff",
"properties": { "properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04" "time_format": "15:04"
} },
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "time"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -2,49 +2,46 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#98C379", "foreground": "#98C379",
"properties": { "properties": {
"prefix": "", "template": "\u279c"
"text": "\u279C", },
"postfix": "" "style": "plain",
} "type": "text"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#56B6C2", "foreground": "#56B6C2",
"properties": { "properties": {
"style": "folder" "style": "folder",
} "template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#D0666F", "foreground": "#D0666F",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"prefix": "<#5FAAE8>git:(</>", "template": "<#5FAAE8>git:(</>{{ .HEAD }}<#5FAAE8>)</>"
"postfix": "<#5FAAE8>)</>", },
"template": "{{ .HEAD }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#BF616A", "foreground": "#BF616A",
"properties": { "properties": {
"template": "\u2717", "template": " \u2717"
"postfix": "" },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -2,71 +2,72 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root", "background": "#BF231D",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"background": "#BF231D" "properties": {
"template": " \uf0e7 "
},
"style": "plain",
"type": "root"
}, },
{ {
"type": "os",
"style": "plain",
"background": "#0A703E", "background": "#0A703E",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"template": "{{ .Icon }}" "template": " {{ .Icon }} "
} },
"style": "plain",
"type": "os"
}, },
{ {
"type": "session",
"style": "plain",
"background": "#0A703E", "background": "#0A703E",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "{{ .UserName }} "
"template": "{{ .UserName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"background": "#256C9D", "background": "#256C9D",
"foreground": "#ffffff",
"properties": { "properties": {
"folder_icon": "\uf115",
"folder_separator_icon": " \ue0b1 ",
"max_depth": 2, "max_depth": 2,
"folder_icon": "\uF115", "style": "agnoster_short",
"folder_separator_icon": " \uE0B1 ", "template": " {{ .Path }} "
"style": "agnoster_short" },
} "style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#ffffff",
"background": "#256C9D", "background": "#256C9D",
"foreground": "#ffffff",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": false,
"branch_max_length": 30, "branch_max_length": 30,
"fetch_stash_count": false,
"fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"prefix": "[ ", "template": "[ {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} ]"
"postfix": " ]", },
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#256C9D", "foreground": "#256C9D",
"properties": { "properties": {
"prefix": "", "template": "\ue0b0 "
"text": "\uE0B0" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -2,38 +2,36 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"background": "#E0E0E0", "background": "#E0E0E0",
"foreground": "#BF231D" "foreground": "#BF231D",
"properties": {
"template": " \uf0e7 "
},
"style": "plain",
"type": "root"
}, },
{ {
"type": "os",
"style": "plain",
"background": "#E0E0E0", "background": "#E0E0E0",
"foreground": "#EF7D00", "foreground": "#EF7D00",
"properties": { "properties": {
"template": "{{ .Icon }}" "template": " {{ .Icon }} "
} },
"style": "plain",
"type": "os"
}, },
{ {
"type": "session",
"style": "plain",
"background": "#E0E0E0", "background": "#E0E0E0",
"foreground": "#424242", "foreground": "#424242",
"properties": { "properties": {
"prefix": "",
"postfix": "",
"template": "{{ .UserName }}" "template": "{{ .UserName }}"
} },
"style": "plain",
"type": "session"
}, },
{ {
"type": "git",
"style": "plain",
"background": "#E0E0E0", "background": "#E0E0E0",
"foreground": "#424242", "foreground": "#424242",
"foreground_templates": [ "foreground_templates": [
@ -41,34 +39,35 @@
"{{ if or (gt .Ahead 0) (gt .Behind 0) }}#0A703E{{ end }}" "{{ if or (gt .Ahead 0) (gt .Behind 0) }}#0A703E{{ end }}"
], ],
"properties": { "properties": {
"fetch_status": true,
"branch_max_length": 30, "branch_max_length": 30,
"fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"prefix": " [", "template": " [{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#BD6200> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#053F22> \uf046 {{ .Staging.String }}</>{{ end }}] "
"postfix": "] ", },
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#BD6200> \uF044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#053F22> \uF046 {{ .Staging.String }}</>{{ end }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "path",
"style": "plain",
"background": "#E0E0E0", "background": "#E0E0E0",
"foreground": "#424242", "foreground": "#424242",
"properties": { "properties": {
"style": "full", "style": "full",
"postfix": "" "template": " {{ .Path }}"
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#E0E0E0", "foreground": "#E0E0E0",
"properties": { "properties": {
"prefix": "", "template": "\ue0b0 "
"text": "\uE0B0" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,20 +1,13 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$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": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os",
"style": "diamond",
"leading_diamond": "\ue0c7\u2593",
"foreground": "#26C6DA",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#26C6DA",
"leading_diamond": "\ue0c7\u2593",
"properties": { "properties": {
"alpine": "\uf300", "alpine": "\uf300",
"arch": "\uf303", "arch": "\uf303",
@ -29,50 +22,47 @@
"mint": "\uf30f", "mint": "\uf30f",
"opensuse": "\uf314", "opensuse": "\uf314",
"raspbian": "\uf315", "raspbian": "\uf315",
"template": " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#7a7a7a> \ue0b1</>",
"ubuntu": "\uf31c", "ubuntu": "\uf31c",
"windows": "\ue70f", "windows": "\ue70f"
"postfix": "<#7a7a7a> \uE0b1</>", },
"template": "{{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}" "style": "diamond",
} "type": "os"
}, },
{ {
"type": "session",
"style": "diamond",
"foreground": "#fafafa",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#fafafa",
"properties": { "properties": {
"postfix": "<#7a7a7a> \ue0b1</>", "template": " {{ if ne .Env.POSH_SESSION_DEFAULT_USER .UserName }}<#77f5d6>{{ .UserName }}</><#7a7a7a>\uf1fa</><#2EEFBF>{{ end }}{{ .HostName }}</><#7a7a7a> \ue0b1</>"
"template": "{{ if ne .Env.POSH_SESSION_DEFAULT_USER .UserName }}<#77f5d6>{{ .UserName }}</><#7a7a7a>\uf1fa</><#2EEFBF>{{ end }}{{ .HostName }}</>" },
} "style": "diamond",
"type": "session"
}, },
{ {
"type": "root", "background": "#2f2f2f",
"style": "diamond",
"foreground": "#ffff66", "foreground": "#ffff66",
"background": "#2f2f2f",
"properties": { "properties": {
"template": "\uF0E7", "template": " \uf0e7<#7a7a7a> \ue0b1</>"
"postfix": "<#7a7a7a> \ue0b1</>" },
} "style": "diamond",
"type": "root"
}, },
{ {
"type": "path", "background": "#2f2f2f",
"style": "diamond",
"foreground": "#fafafa", "foreground": "#fafafa",
"background": "#2f2f2f",
"properties": { "properties": {
"prefix": "<#f2f200> \ue5ff </>",
"style": "agnoster_short",
"home_icon": "\uf015",
"folder_icon": "<#B5B2C2>\ue5fe </>", "folder_icon": "<#B5B2C2>\ue5fe </>",
"folder_separator_icon": "<#B5B2C2>\ue0bf </>" "folder_separator_icon": "<#B5B2C2>\ue0bf </>",
} "home_icon": "\uf015",
"style": "agnoster_short",
"template": "<#f2f200> \ue5ff </>{{ .Path }} "
},
"style": "diamond",
"type": "path"
}, },
{ {
"type": "git",
"style": "diamond",
"foreground": "#ffeb3b",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#ffeb3b",
"foreground_templates": [ "foreground_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb3b{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb3b{{ end }}",
"{{ if gt .Ahead 0 }}#2EC4B6{{ end }}", "{{ if gt .Ahead 0 }}#2EC4B6{{ end }}",
@ -82,133 +72,133 @@
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"prefix": "<#7a7a7a>\ue0b1 </>", "template": "<#7a7a7a>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#E84855> \uF044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uF046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" },
} "style": "diamond",
"type": "git"
}, },
{ {
"type": "text", "background": "#2f2f2f",
"foreground": "#fafafa",
"properties": {
"template": ""
},
"style": "diamond", "style": "diamond",
"trailing_diamond": "\ue0b0", "trailing_diamond": "\ue0b0",
"foreground": "#fafafa", "type": "text"
"background": "#2f2f2f",
"properties": {
"text": "",
"postfix": "",
"prefix": ""
}
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "text",
"style": "diamond",
"foreground": "#fafafa",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#fafafa",
"leading_diamond": "\ue0b2", "leading_diamond": "\ue0b2",
"properties": { "properties": {
"text": "", "template": ""
"prefix": "", },
"postfix": "" "style": "diamond",
} "type": "text"
}, },
{ {
"type": "node", "background": "#2f2f2f",
"style": "diamond",
"foreground": "#6CA35E", "foreground": "#6CA35E",
"background": "#2f2f2f",
"properties": { "properties": {
"prefix": " \uE718 ", "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}<#7a7a7a> \ue0b3</>"
"postfix": "<#7a7a7a> \ue0b3</>" },
} "style": "diamond",
"type": "node"
}, },
{ {
"type": "python", "background": "#2f2f2f",
"style": "diamond",
"foreground": "#96E072", "foreground": "#96E072",
"background": "#2f2f2f",
"properties": { "properties": {
"prefix": " \uE235 ", "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}<#7a7a7a> \ue0b3</>"
"postfix": "<#7a7a7a> \ue0b3</>" },
}
},
{
"type": "dotnet",
"style": "diamond", "style": "diamond",
"foreground": "#3891A6", "type": "python"
"background": "#2f2f2f",
"properties": {
"prefix": " \uE77F ",
"postfix": "<#7a7a7a> \ue0b3</>"
}
}, },
{ {
"type": "time", "background": "#2f2f2f",
"foreground": "#3891A6",
"properties": {
"template": " \ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }}<#7a7a7a> \ue0b3</>"
},
"style": "diamond",
"type": "dotnet"
},
{
"background": "#2f2f2f",
"foreground": "#fafafa",
"properties": {
"template": " {{ .CurrentDate | date .Format }}<#007ACC> \uf64f </>",
"time_format": "15:04:05"
},
"style": "diamond", "style": "diamond",
"trailing_diamond": "\u2593\ue0c6", "trailing_diamond": "\u2593\ue0c6",
"foreground": "#fafafa", "type": "time"
"background": "#2f2f2f",
"properties": {
"time_format": "15:04:05",
"postfix": "<#007ACC> \uf64f </>"
}
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#7a7a7a", "foreground": "#7a7a7a",
"properties": { "properties": {
"text": "~#@\u276F", "template": "~#@\u276f"
"prefix": "", },
"postfix": "" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#7a7a7a", "foreground": "#7a7a7a",
"properties": { "properties": {
"text": "\u276E" "template": " \u276e "
} },
"style": "plain",
"type": "text"
}, },
{ {
"type": "executiontime",
"style": "plain",
"foreground": "#FFCE5C", "foreground": "#FFCE5C",
"properties": { "properties": {
"threshold": 500,
"style": "roundrock", "style": "roundrock",
"postfix": "<#fafafa> \uf252 </>" "template": " {{ .FormattedMs }}<#fafafa> \uf252 </>",
} "threshold": 500
},
"style": "plain",
"type": "executiontime"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#9FD356", "foreground": "#9FD356",
"foreground_templates": ["{{ if gt .Code 0 }}#E84855{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}#E84855{{ end }}"
],
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "\uf705 {{ if gt .Code 0 }}{{ .Code }}{{ end }}" "template": " \uf705 {{ if gt .Code 0 }}{{ .Code }}{{ end }} "
} },
"style": "plain",
"type": "exit"
} }
] ],
"type": "rprompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
"final_space": true,
"version": 1
} }

View file

@ -1,20 +1,13 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$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": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os",
"style": "diamond",
"leading_diamond": "\ue0c7\u2593",
"foreground": "#26C6DA",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#26C6DA",
"leading_diamond": "\ue0c7\u2593",
"properties": { "properties": {
"alpine": "\uf300", "alpine": "\uf300",
"arch": "\uf303", "arch": "\uf303",
@ -29,48 +22,45 @@
"mint": "\uf30f", "mint": "\uf30f",
"opensuse": "\uf314", "opensuse": "\uf314",
"raspbian": "\uf315", "raspbian": "\uf315",
"template": " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#7a7a7a> \ue0b1</>",
"ubuntu": "\uf31c", "ubuntu": "\uf31c",
"windows": "\ue70f", "windows": "\ue70f"
"postfix": "<#7a7a7a> \ue0b1</>", },
"template": "{{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}" "style": "diamond",
} "type": "os"
}, },
{ {
"type": "session",
"style": "diamond",
"foreground": "#fafafa",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#fafafa",
"properties": { "properties": {
"postfix": "<#7a7a7a> \ue0b1</>", "template": " {{ if ne .Env.POSH_SESSION_DEFAULT_USER .UserName }}<#77f5d6>{{ .UserName }}</><#7a7a7a>\uf1fa</><#2EEFBF>{{ .HostName }}{{ end }}</><#7a7a7a> \ue0b1</>"
"template": "{{ if ne .Env.POSH_SESSION_DEFAULT_USER .UserName }}<#77f5d6>{{ .UserName }}</><#7a7a7a>\uf1fa</><#2EEFBF>{{ .HostName }}{{ end }}</>" },
} "style": "diamond",
"type": "session"
}, },
{ {
"type": "root", "background": "#2f2f2f",
"style": "diamond",
"foreground": "#ffff66", "foreground": "#ffff66",
"background": "#2f2f2f",
"properties": { "properties": {
"template": "\uF0E7", "template": " \uf0e7<#7a7a7a> \ue0b1</>"
"postfix": "<#7a7a7a> \ue0b1</>" },
} "style": "diamond",
"type": "root"
}, },
{ {
"type": "path", "background": "#2f2f2f",
"style": "diamond",
"foreground": "#fafafa", "foreground": "#fafafa",
"background": "#2f2f2f",
"properties": { "properties": {
"prefix": "<#f2f200> \ue5ff </>", "folder_icon": "<#B5B2C2>\ue5fe </>",
"style": "full", "style": "full",
"folder_icon": "<#B5B2C2>\ue5fe </>" "template": "<#f2f200> \ue5ff </>{{ .Path }} "
} },
"style": "diamond",
"type": "path"
}, },
{ {
"type": "git",
"style": "diamond",
"foreground": "#ffeb3b",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#ffeb3b",
"foreground_templates": [ "foreground_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb3b{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb3b{{ end }}",
"{{ if gt .Ahead 0 }}#2EC4B6{{ end }}", "{{ if gt .Ahead 0 }}#2EC4B6{{ end }}",
@ -80,131 +70,133 @@
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true, "fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"prefix": "<#7a7a7a>\ue0b1 </>", "template": "<#7a7a7a>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#E84855> \uF044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uF046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" },
} "style": "diamond",
"type": "git"
}, },
{ {
"type": "text", "background": "#2f2f2f",
"foreground": "#fafafa",
"properties": {
"template": ""
},
"style": "diamond", "style": "diamond",
"trailing_diamond": "\ue0b0", "trailing_diamond": "\ue0b0",
"foreground": "#fafafa", "type": "text"
"background": "#2f2f2f",
"properties": {
"text": "",
"postfix": "",
"prefix": ""
}
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "text",
"style": "diamond",
"foreground": "#fafafa",
"background": "#2f2f2f", "background": "#2f2f2f",
"foreground": "#fafafa",
"leading_diamond": "\ue0b2", "leading_diamond": "\ue0b2",
"properties": { "properties": {
"text": "", "template": ""
"prefix": "", },
"postfix": "" "style": "diamond",
} "type": "text"
}, },
{ {
"type": "node", "background": "#2f2f2f",
"style": "diamond",
"foreground": "#6CA35E", "foreground": "#6CA35E",
"background": "#2f2f2f",
"properties": { "properties": {
"prefix": " \uE718 ", "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}<#7a7a7a> \ue0b3</>"
"postfix": "<#7a7a7a> \ue0b3</>" },
} "style": "diamond",
"type": "node"
}, },
{ {
"type": "python", "background": "#2f2f2f",
"style": "diamond",
"foreground": "#96E072", "foreground": "#96E072",
"background": "#2f2f2f",
"properties": { "properties": {
"prefix": " \uE235 ", "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}<#7a7a7a> \ue0b3</>"
"postfix": "<#7a7a7a> \ue0b3</>" },
}
},
{
"type": "dotnet",
"style": "diamond", "style": "diamond",
"foreground": "#3891A6", "type": "python"
"background": "#2f2f2f",
"properties": {
"prefix": " \uE77F ",
"postfix": "<#7a7a7a> \ue0b3</>"
}
}, },
{ {
"type": "time", "background": "#2f2f2f",
"foreground": "#3891A6",
"properties": {
"template": " \ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }}<#7a7a7a> \ue0b3</>"
},
"style": "diamond",
"type": "dotnet"
},
{
"background": "#2f2f2f",
"foreground": "#fafafa",
"properties": {
"template": " {{ .CurrentDate | date .Format }}<#007ACC> \uf64f </>",
"time_format": "15:04:05"
},
"style": "diamond", "style": "diamond",
"trailing_diamond": "\u2593\ue0c6", "trailing_diamond": "\u2593\ue0c6",
"foreground": "#fafafa", "type": "time"
"background": "#2f2f2f",
"properties": {
"time_format": "15:04:05",
"postfix": "<#007ACC> \uf64f </>"
}
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#7a7a7a", "foreground": "#7a7a7a",
"properties": { "properties": {
"text": "~#@\u276F" "template": " ~#@\u276f "
} },
"style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#7a7a7a", "foreground": "#7a7a7a",
"properties": { "properties": {
"text": "\u276E" "template": " \u276e "
} },
"style": "plain",
"type": "text"
}, },
{ {
"type": "executiontime",
"style": "plain",
"foreground": "#FFCE5C", "foreground": "#FFCE5C",
"properties": { "properties": {
"threshold": 500,
"style": "roundrock", "style": "roundrock",
"postfix": "<#fafafa> \uf252 </>" "template": " {{ .FormattedMs }}<#fafafa> \uf252 </>",
} "threshold": 500
},
"style": "plain",
"type": "executiontime"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#9FD356", "foreground": "#9FD356",
"foreground_templates": ["{{ if gt .Code 0 }}#E84855{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}#E84855{{ end }}"
],
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "\uf705 {{ if gt .Code 0 }}{{ .Code }}{{ end }}" "template": " \uf705 {{ if gt .Code 0 }}{{ .Code }}{{ end }} "
} },
"style": "plain",
"type": "exit"
} }
] ],
"type": "rprompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}",
"final_space": true,
"version": 1
} }

View file

@ -2,113 +2,105 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "python",
"style": "powerline",
"foreground": "#b1ff4f", "foreground": "#b1ff4f",
"properties": { "properties": {
"prefix": "\u005b🐍 ", "template": "[🐍 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}] "
"postfix": "\u005D " },
} "style": "powerline",
"type": "python"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#ffaed8", "foreground": "#ffaed8",
"properties": { "properties": {
"style": "letter",
"home_icon": "\u2764",
"folder_separator_icon": " 🢖 ", "folder_separator_icon": " 🢖 ",
"prefix": "<#eaeaea>⎧</> ⟨", "home_icon": "\u2764",
"postfix": "⟩ " "style": "letter",
} "template": "<#eaeaea>\u23a7</> \u27e8{{ .Path }}\u27e9 "
},
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#62beff", "foreground": "#62beff",
"properties": { "properties": {
"prefix": "⟨", "branch_icon": "\u27df",
"postfix": "⟩", "branch_identical_icon": "\u2261",
"fetch_status": true, "fetch_status": true,
"branch_icon": "⟟", "template": "\u27e8{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \u2206{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}\u27e9"
"branch_identical_icon": "≡", },
"template": "{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} ∆{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "node",
"style": "plain",
"foreground": "#98C379", "foreground": "#98C379",
"properties": { "properties": {
"fetch_version": true, "fetch_version": true,
"prefix": "<#ffffff>\u25E6</> \u2622" "template": "<#ffffff>\u25e6</> \u2622{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
} },
"style": "plain",
"type": "node"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt", "alignment": "right",
"alignment": "right", "segments": [
"newline": false, {
"segments": [ "foreground": "#fb0207",
{ "properties": {
"type": "exit", "template": " ××× "
"style": "plain", },
"foreground": "#fb0207", "style": "plain",
"properties": { "type": "exit"
"template": "×××" },
} {
}, "foreground": "#9966ff",
{ "properties": {
"type": "executiontime", "style": "austin",
"style": "plain", "template": "\u27e8{{ .FormattedMs }}\u27e9 <#eaeaea>\u23ab</>",
"foreground": "#9966ff", "threshold": 0
"properties": { },
"threshold": 0, "style": "plain",
"style": "austin", "type": "executiontime"
"prefix": "⟨", }
"postfix": "⟩ <#eaeaea>⎫</>" ],
} "type": "prompt"
} },
]
},
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#3ce6bf", "foreground": "#3ce6bf",
"properties": { "properties": {
"prefix": "<#eaeaea>⎩</>", "template": "<#eaeaea>\u23a9</>\u27e9\u27e9\u27e9\u27e9\u27e9\u27e9 "
"text": " \u27E9\u27E9\u27E9\u27E9\u27E9\u27E9 " },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "rprompt", "alignment": "right",
"alignment": "right", "segments": [
"newline": false, {
"segments": [ "foreground": "#f5f5a6",
{ "properties": {
"type": "time", "template": "\u27e8{{ .CurrentDate | date .Format }}\u27e9 <#eaeaea>\u23ad</>",
"style": "plain", "time_format": "15:04:05"
"foreground": "#f5f5a6", },
"properties": { "style": "plain",
"time_format": "15:04:05", "type": "time"
"prefix": "⟨", }
"postfix": "⟩ <#eaeaea>⎭</>" ],
} "type": "rprompt"
} }
] ],
} "version": 1
]
} }

View file

@ -1,134 +1,130 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true, "blocks": [
"osc99": true, {
"blocks": [ "alignment": "left",
"segments": [
{ {
"type": "prompt", "background": "#000000",
"alignment": "left", "foreground": "#dd1e1e",
"segments": [ "properties": {
{ "template": " \u26a1"
"type": "root", },
"style": "plain", "style": "plain",
"foreground": "#dd1e1e", "type": "root"
"background": "#000000",
"properties": {
"template": "⚡",
"postfix": ""
}
},
{
"type": "os",
"style": "plain",
"foreground": "#ffffff",
"background": "#000000",
"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",
"wsl": "\ue712",
"windows": "\ue62a"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#43CCEA",
"background": "#272727",
"properties": {
"home_icon": "\uF7DB",
"folder_icon": "\ue5fe",
"folder_separator_icon": "<transparent> \uE0BD </>",
"style": "agnoster_short"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#00ff0d",
"background": "#272727",
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uF046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}",
"prefix": "<#000000>\ue0b1 </>"
}
},
{
"type": "executiontime",
"style": "diamond",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff",
"background": "#272727",
"properties": {
"threshold": 0,
"style": "dallas",
"prefix": "<#000000>\ue0b1 </>",
"postfix": "s "
}
}
]
}, },
{ {
"type": "prompt", "background": "#000000",
"alignment": "right", "foreground": "#ffffff",
"segments": [ "properties": {
{ "alpine": "\uf300",
"type": "session", "arch": "\uf303",
"style": "diamond", "centos": "\uf304",
"trailing_diamond": "", "debian": "\uf306",
"leading_diamond": "\uE0C5", "elementary": "\uf309",
"foreground": "#43CCEA", "fedora": "\uf30a",
"background": "#272727", "gentoo": "\uf30d",
"properties": { "linux": "\ue712",
"postfix": "", "macos": "\ue711",
"user_info_separator": "<transparent> / </>" "manjaro": "\uf312",
} "mint": "\uf30f",
}, "opensuse": "\uf314",
{ "raspbian": "\uf315",
"type": "time", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
"style": "diamond", "ubuntu": "\uf31c",
"trailing_diamond": "\uE0C5", "windows": "\ue62a",
"leading_diamond": "", "wsl": "\ue712"
"foreground": "#43CCEA", },
"background": "#272727", "style": "plain",
"properties": { "type": "os"
"time_format": "3:04:05 PM",
"prefix": "<#000000> \ue31e\uf0fb </>"
}
}
]
}, },
{ {
"type": "prompt", "background": "#272727",
"alignment": "left", "foreground": "#43CCEA",
"newline": true, "properties": {
"segments": [ "folder_icon": "\ue5fe",
{ "folder_separator_icon": "<transparent> \ue0bd </>",
"type": "exit", "home_icon": "\uf7db",
"style": "plain", "style": "agnoster_short",
"foreground": "#00ff0d", "template": " {{ .Path }} "
"foreground_templates": [ },
"{{ if gt .Code 0 }}#ff0000{{ end }}" "style": "plain",
], "type": "path"
"properties": { },
"template": "\ufb0c", {
"prefix": "", "background": "#272727",
"always_enabled": true "foreground": "#00ff0d",
} "properties": {
} "fetch_stash_count": true,
] "fetch_status": true,
"template": "<#000000>\ue0b1 </>{{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "plain",
"type": "git"
},
{
"background": "#272727",
"foreground": "#ffffff",
"properties": {
"style": "dallas",
"template": "<#000000>\ue0b1 </>{{ .FormattedMs }}s ",
"threshold": 0
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "executiontime"
} }
] ],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#272727",
"foreground": "#43CCEA",
"leading_diamond": "\ue0c5",
"properties": {
"template": " {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}<transparent> / </>{{ .HostName }}"
},
"style": "diamond",
"type": "session"
},
{
"background": "#272727",
"foreground": "#43CCEA",
"properties": {
"template": "<#000000> \ue31e\uf0fb </>{{ .CurrentDate | date .Format }} ",
"time_format": "3:04:05 PM"
},
"style": "diamond",
"trailing_diamond": "\ue0c5",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#00ff0d",
"foreground_templates": [
"{{ if gt .Code 0 }}#ff0000{{ end }}"
],
"properties": {
"always_enabled": true,
"template": "\ufb0c "
},
"style": "plain",
"type": "exit"
}
],
"type": "prompt"
}
],
"final_space": true,
"osc99": true,
"version": 1
} }

View file

@ -1,134 +1,130 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true, "blocks": [
"osc99": true, {
"blocks": [ "alignment": "left",
"segments": [
{ {
"type": "prompt", "background": "#000000",
"alignment": "left", "foreground": "#dd1e1e",
"segments": [ "properties": {
{ "template": " \u26a1"
"type": "root", },
"style": "plain", "style": "plain",
"foreground": "#dd1e1e", "type": "root"
"background": "#000000",
"properties": {
"template": "⚡",
"postfix": ""
}
},
{
"type": "os",
"style": "plain",
"foreground": "#ffffff",
"background": "#000000",
"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",
"wsl": "\ue712",
"windows": "\ue62a"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#43CCEA",
"background": "#4d4d4d",
"properties": {
"home_icon": "\uF7DB",
"folder_icon": "\ue5fe",
"folder_separator_icon": "<transparent> \uE0BD </>",
"style": "agnoster_short"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#00ff0d",
"background": "#4d4d4d",
"properties": {
"fetch_stash_count": true,
"fetch_status": true,
"template": "{{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uF046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}",
"prefix": "<#000000>\ue0b1 </>"
}
},
{
"type": "executiontime",
"style": "diamond",
"trailing_diamond": "\uE0B0",
"foreground": "#ffffff",
"background": "#4d4d4d",
"properties": {
"threshold": 0,
"style": "dallas",
"prefix": "<#000000>\ue0b1 </>",
"postfix": "s "
}
}
]
}, },
{ {
"type": "prompt", "background": "#000000",
"alignment": "right", "foreground": "#ffffff",
"segments": [ "properties": {
{ "alpine": "\uf300",
"type": "session", "arch": "\uf303",
"style": "diamond", "centos": "\uf304",
"trailing_diamond": "", "debian": "\uf306",
"leading_diamond": "\uE0C5", "elementary": "\uf309",
"foreground": "#43CCEA", "fedora": "\uf30a",
"background": "#4d4d4d", "gentoo": "\uf30d",
"properties": { "linux": "\ue712",
"postfix": "", "macos": "\ue711",
"user_info_separator": "<transparent> / </>" "manjaro": "\uf312",
} "mint": "\uf30f",
}, "opensuse": "\uf314",
{ "raspbian": "\uf315",
"type": "time", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
"style": "diamond", "ubuntu": "\uf31c",
"trailing_diamond": "\uE0C5", "windows": "\ue62a",
"leading_diamond": "", "wsl": "\ue712"
"foreground": "#43CCEA", },
"background": "#4d4d4d", "style": "plain",
"properties": { "type": "os"
"time_format": "3:04:05 PM",
"prefix": "<#000000> \ue31e\uf0fb </>"
}
}
]
}, },
{ {
"type": "prompt", "background": "#4d4d4d",
"alignment": "left", "foreground": "#43CCEA",
"newline": true, "properties": {
"segments": [ "folder_icon": "\ue5fe",
{ "folder_separator_icon": "<transparent> \ue0bd </>",
"type": "exit", "home_icon": "\uf7db",
"style": "plain", "style": "agnoster_short",
"foreground": "#00ff0d", "template": " {{ .Path }} "
"foreground_templates": [ },
"{{ if gt .Code 0 }}#ff0000{{ end }}" "style": "plain",
], "type": "path"
"properties": { },
"template": "\ufb0c", {
"prefix": "", "background": "#4d4d4d",
"always_enabled": true "foreground": "#00ff0d",
} "properties": {
} "fetch_stash_count": true,
] "fetch_status": true,
"template": "<#000000>\ue0b1 </>{{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \uf046 {{ .Staging.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "plain",
"type": "git"
},
{
"background": "#4d4d4d",
"foreground": "#ffffff",
"properties": {
"style": "dallas",
"template": "<#000000>\ue0b1 </>{{ .FormattedMs }}s ",
"threshold": 0
},
"style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "executiontime"
} }
] ],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#4d4d4d",
"foreground": "#43CCEA",
"leading_diamond": "\ue0c5",
"properties": {
"template": " {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}<transparent> / </>{{ .HostName }}"
},
"style": "diamond",
"type": "session"
},
{
"background": "#4d4d4d",
"foreground": "#43CCEA",
"properties": {
"template": "<#000000> \ue31e\uf0fb </>{{ .CurrentDate | date .Format }} ",
"time_format": "3:04:05 PM"
},
"style": "diamond",
"trailing_diamond": "\ue0c5",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#00ff0d",
"foreground_templates": [
"{{ if gt .Code 0 }}#ff0000{{ end }}"
],
"properties": {
"always_enabled": true,
"template": "\ufb0c "
},
"style": "plain",
"type": "exit"
}
],
"type": "prompt"
}
],
"final_space": true,
"osc99": true,
"version": 1
} }

View file

@ -2,67 +2,68 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "exit",
"style": "plain",
"foreground": "#CB4B16", "foreground": "#CB4B16",
"properties": { "properties": {
"template": "{{ .Text }}" "template": " {{ .Text }} "
} },
"style": "plain",
"type": "exit"
}, },
{ {
"type": "root", "foreground": "#CECE04",
"properties": {
"template": " \uf0e7 "
},
"style": "plain", "style": "plain",
"foreground": "#CECE04" "type": "root"
}, },
{ {
"type": "session",
"style": "plain",
"foreground": "#FFFFFF", "foreground": "#FFFFFF",
"properties": { "properties": {
"prefix": "", "template": "{{ .UserName }}@{{ .HostName }} "
"template": "{{ .UserName }}@{{ .HostName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#0973C0", "foreground": "#0973C0",
"properties": { "properties": {
"style": "full", "style": "full",
"prefix": "" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#C1C106", "foreground": "#C1C106",
"properties": { "properties": {
"prefix": "<#ffffff>git:</>", "template": "<#ffffff>git:</>{{ .HEAD }} "
"template": "{{ .HEAD }}" },
} "style": "plain",
"type": "git"
}, },
{ {
"type": "python",
"style": "plain",
"foreground": "#100e23", "foreground": "#100e23",
"properties": { "properties": {
"prefix": " \uE235 " "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
} },
"style": "plain",
"type": "python"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "<#CB4B16>\u276f</><#CACA02>\u276f</><#4E9A06>\u276f</> "
"text": "<#CB4B16>\u276F</><#CACA02>\u276F</><#4E9A06>\u276F</>" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,118 +1,103 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false,
"osc99": false,
"console_title": false,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [ "segments": [
{ {
"type": "os",
"style": "plain",
"foreground": "#26C6DA", "foreground": "#26C6DA",
"properties": { "properties": {
"prefix": "", "macos": "mac",
"postfix": "", "template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}}"
"macos": "mac" },
} "style": "plain",
"type": "os"
}, },
{ {
"type": "session",
"style": "plain",
"foreground": "#26C6DA", "foreground": "#26C6DA",
"properties": { "properties": {
"postfix": ": ", "template": " {{ .UserName }}: "
"template": "{{ .UserName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"invert_powerline": false,
"foreground": "lightGreen", "foreground": "lightGreen",
"properties": { "properties": {
"prefix": "", "style": "folder",
"style": "folder" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"invert_powerline": false,
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"fetch_stash_count": true, "fetch_stash_count": true,
"prefix": "<#ffffff>on</> ", "template": "<#ffffff>on</> {{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
"template": "{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" },
} "style": "plain",
"type": "git"
}, },
{ {
"type": "python",
"style": "powerline",
"foreground": "#906cff", "foreground": "#906cff",
"properties": { "properties": {
"prefix": "\u005b\uE235 ", "template": "[\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}] "
"postfix": "\u005D " },
} "style": "powerline",
"type": "python"
}, },
{ {
"type": "go",
"style": "powerline",
"foreground": "#7FD5EA", "foreground": "#7FD5EA",
"properties": { "properties": {
"prefix": "\u005b\uFCD1 ", "template": "[\ufcd1 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}] "
"postfix": "\u005D " },
} "style": "powerline",
"type": "go"
}, },
{ {
"type": "node",
"style": "powerline",
"foreground": "#76b367", "foreground": "#76b367",
"properties": { "properties": {
"prefix": "\u005b\uE718 ", "template": "[\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}] "
"postfix": "\u005D " },
} "style": "powerline",
"type": "node"
}, },
{ {
"type": "ruby",
"style": "powerline",
"foreground": "#f44336", "foreground": "#f44336",
"properties": { "properties": {
"prefix": "\u005b\uE791", "template": "[\ue791{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}] "
"postfix": "\u005D " },
} "style": "powerline",
"type": "ruby"
}, },
{ {
"type": "java",
"style": "powerline",
"foreground": "#ea2d2e", "foreground": "#ea2d2e",
"properties": { "properties": {
"prefix": "\u005b\uE738 ", "template": "[\ue738 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}] "
"postfix": "\u005D " },
} "style": "powerline",
"type": "java"
}, },
{ {
"type": "julia",
"style": "powerline",
"foreground": "#4063D8", "foreground": "#4063D8",
"properties": { "properties": {
"prefix": " \uE624 " "template": " \ue624 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "julia"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#FFD54F", "foreground": "#FFD54F",
"properties": { "properties": {
"prefix": "", "template": "\u276f "
"text": "\u276F" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,65 +1,55 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": true,
"osc99": false,
"console_title": false,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"invert_powerline": false,
"foreground": "lightYellow", "foreground": "lightYellow",
"properties": { "properties": {
"prefix": "", "template": "{{ .UserName }} "
"template": "{{ .UserName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"invert_powerline": false,
"foreground": "cyan", "foreground": "cyan",
"properties": { "properties": {
"prefix": "<#ffffff>in</> ", "style": "folder",
"style": "folder" "template": "<#ffffff>in</> {{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"invert_powerline": false,
"foreground": "#ff94df", "foreground": "#ff94df",
"properties": { "properties": {
"branch_icon": " <#ff94df><b> </b></>", "branch_icon": " <#ff94df><b>\ue0a0 </b></>",
"fetch_stash_count": true, "fetch_stash_count": true,
"prefix": "<#ffffff>on</> ", "template": "<#ffffff>on</> {{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
"template": "{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" },
} "style": "plain",
"type": "git"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "lightGreen", "foreground": "lightGreen",
"properties": { "properties": {
"prefix": "", "template": "\u276f"
"text": "\u276F", },
"postfix": "" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"final_space": true,
"version": 1
} }

View file

@ -2,73 +2,69 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "#E06C75", "foreground": "#E06C75",
"properties": { "properties": {
"template": "root", "template": "root <#ffffff>in</> "
"prefix": "", },
"postfix": " <#ffffff>in</> " "style": "plain",
} "type": "root"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#55B9C4", "foreground": "#55B9C4",
"properties": { "properties": {
"style": "folder", "style": "folder",
"prefix": "" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#C678DD", "foreground": "#C678DD",
"properties": { "properties": {
"prefix": "<#ffffff>on</> ",
"fetch_status": true, "fetch_status": true,
"template": "{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}" "template": "<#ffffff>on</> {{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} "
} },
"style": "plain",
"type": "git"
}, },
{ {
"type": "node",
"style": "plain",
"foreground": "#98C379", "foreground": "#98C379",
"properties": { "properties": {
"fetch_version": true, "fetch_version": true,
"prefix": "<#ffffff>via</> \uE781 " "template": "<#ffffff>via</> \ue781 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
} },
"style": "plain",
"type": "node"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#C94A16", "foreground": "#C94A16",
"properties": { "properties": {
"prefix": "", "template": "x "
"template": "x" },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#63F08C", "foreground": "#63F08C",
"properties": { "properties": {
"prefix": "", "template": "\u279c "
"text": "\u279C" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -1,71 +1,61 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"osc99": true,
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "shell",
"style": "plain",
"foreground": "#007acc", "foreground": "#007acc",
"properties": { "properties": {
"prefix": "", "template": "{{ .Name }}"
"postfix": "" },
} "style": "plain",
"type": "shell"
}, },
{ {
"type": "root",
"style": "plain",
"foreground": "#ff8080", "foreground": "#ff8080",
"properties": { "properties": {
"prefix": " <#757575,>as</> ", "template": " <#757575,>as</> root"
"postfix": "", },
"template": "root" "style": "plain",
} "type": "root"
}, },
{ {
"type": "time",
"style": "plain",
"foreground": "#689f38", "foreground": "#689f38",
"properties": { "properties": {
"prefix": " <#757575,>|</> ", "template": " <#757575,>|</> {{ .CurrentDate | date .Format }}",
"postfix": "",
"time_format": "15:04:05" "time_format": "15:04:05"
} },
"style": "plain",
"type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"foreground": "#757575", "foreground": "#757575",
"properties": { "properties": {
"prefix": "\u250c ", "template": "\u250c {{ .UserName }}@{{ .HostName }} "
"template": "{{ .UserName }}@{{ .HostName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"foreground": "#100e23",
"background": "#91ddff", "background": "#91ddff",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"style": "folder" "style": "folder",
} "template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"foreground": "#100e23",
"background": "#95ffa4", "background": "#95ffa4",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}",
@ -73,9 +63,9 @@
"{{ if gt .Ahead 0 }}#89d1dc{{ end }}", "{{ if gt .Ahead 0 }}#89d1dc{{ end }}",
"{{ if gt .Behind 0 }}#c5b6ad{{ end }}" "{{ if gt .Behind 0 }}#c5b6ad{{ end }}"
], ],
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true,
"branch_ahead_icon": "\u2191", "branch_ahead_icon": "\u2191",
"branch_behind_icon": "\u2193", "branch_behind_icon": "\u2193",
"branch_gone": "\u2262", "branch_gone": "\u2262",
@ -83,59 +73,65 @@
"branch_identical_icon": "\u2261", "branch_identical_icon": "\u2261",
"cherry_pick_icon": "\u2713 ", "cherry_pick_icon": "\u2713 ",
"commit_icon": "\u25b7 ", "commit_icon": "\u25b7 ",
"fetch_stash_count": true,
"fetch_status": true,
"merge_icon": "\u25f4 ", "merge_icon": "\u25f4 ",
"no_commits_icon": "[no commits]", "no_commits_icon": "[no commits]",
"rebase_icon": "\u2c62 ", "rebase_icon": "\u2c62 ",
"tag_icon": "\u25b6 ", "tag_icon": "\u25b6 ",
"template": "{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} \u2502{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }}" "template": " {{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} \u2502{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }} "
} },
"style": "powerline",
"type": "git"
}, },
{ {
"type": "terraform", "background": "#ffee58",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"foreground": "#100e23", "foreground": "#100e23",
"background": "#ffee58" "powerline_symbol": "\ue0b0",
"properties": {
"template": " {{ .WorkspaceName }} "
},
"style": "powerline",
"type": "terraform"
}, },
{ {
"type": "exit",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"foreground": "#ffffff",
"background": "#ff8080", "background": "#ff8080",
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"template": "error" "template": " error "
} },
"style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "#757575", "foreground": "#757575",
"properties": { "properties": {
"prefix": "", "template": "\u2514"
"postfix": "", },
"text": "\u2514 " "style": "plain",
} "type": "text"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#ffffff", "foreground": "#ffffff",
"properties": { "properties": {
"prefix": "", "template": "$"
"postfix": "", },
"text": "$" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"osc99": true,
"version": 1
} }

View file

@ -1,120 +1,111 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false, "blocks": [
"console_title": false, {
"console_title_style": "folder", "alignment": "left",
"blocks": [ "segments": [
{ {
"type": "prompt", "background": "#2e9599",
"alignment": "left", "foreground": "#ffffff",
"segments": [ "leading_diamond": "\ue0b6",
{ "powerline_symbol": "\ue0b0",
"type": "session", "properties": {
"style": "diamond", "template": "\ufcbe {{ .HostName }} "
"powerline_symbol": "\uE0B0", },
"foreground": "#ffffff", "style": "diamond",
"background": "#2e9599", "type": "session"
"leading_diamond": "\uE0B6",
"trailing_diamond": "",
"properties": {
"prefix": "\uFCBE ",
"template": "{{ .HostName }}"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"invert_powerline": false,
"foreground": "#ffffff",
"background": "#0080ff",
"properties": {
"prefix": " \uE5FF ",
"style": "full"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"invert_powerline": false,
"foreground": "#193549",
"background": "#c19c00",
"properties": {
"fetch_status": true,
"fetch_stash_count": true,
"fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}"
}
},
{
"type": "exit",
"style": "diamond",
"foreground": "#ffffff",
"background": "#2e9599",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"leading_diamond": "",
"trailing_diamond": "\uE0B4",
"properties": {
"always_enabled": true,
"display_exit_code": false,
"success_icon": "\uF00C",
"error_icon": "\uF00D",
"prefix": " "
}
}
]
}, },
{ {
"type": "prompt", "background": "#0080ff",
"alignment": "right", "foreground": "#ffffff",
"horizontal_offset": 0, "powerline_symbol": "\ue0b0",
"vertical_offset": 0, "properties": {
"segments": [ "style": "full",
{ "template": " \ue5ff {{ .Path }} "
"type": "time", },
"style": "diamond", "style": "powerline",
"foreground": "#ffffff", "type": "path"
"background": "#2e9599",
"leading_diamond": "\uE0B6",
"trailing_diamond": "\uE0B4",
"properties": {
"time_format": "15:04:05"
}
}
]
}, },
{ {
"type": "prompt", "background": "#c19c00",
"alignment": "left", "foreground": "#193549",
"newline": true, "powerline_symbol": "\ue0b0",
"segments": [ "properties": {
{ "fetch_stash_count": true,
"type": "root", "fetch_status": true,
"style": "plain", "fetch_upstream_icon": true,
"foreground": "#ff0000", "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
"properties": { },
"prefix": "", "style": "powerline",
"template": "\uE00A" "type": "git"
} },
}, {
{ "background": "#2e9599",
"type": "shell", "background_templates": [
"style": "plain", "{{ if gt .Code 0 }}#f1184c{{ end }}"
"foreground": "#ffffff" ],
}, "foreground": "#ffffff",
{ "properties": {
"type": "text", "always_enabled": true,
"style": "plain", "template": " "
"foreground": "#ffffff", },
"properties": { "style": "diamond",
"prefix": "", "trailing_diamond": "\ue0b4",
"text": "\uF054" "type": "exit"
}
}
]
} }
] ],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"background": "#2e9599",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"properties": {
"template": " {{ .CurrentDate | date .Format }} ",
"time_format": "15:04:05"
},
"style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#ff0000",
"properties": {
"template": "\ue00a "
},
"style": "plain",
"type": "root"
},
{
"foreground": "#ffffff",
"properties": {
"template": " {{ .Name }} "
},
"style": "plain",
"type": "shell"
},
{
"foreground": "#ffffff",
"properties": {
"template": "\uf054 "
},
"style": "plain",
"type": "text"
}
],
"type": "prompt"
}
],
"console_title_style": "folder",
"version": 1
} }

View file

@ -3,48 +3,48 @@
"blocks": [ "blocks": [
{ {
"alignment": "left", "alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [ "segments": [
{ {
"background": "#18354c", "background": "#18354c",
"foreground": "#ffc107", "foreground": "#ffc107",
"leading_diamond": "", "leading_diamond": "\ue0b6",
"trailing_diamond": "\uE0B0",
"properties": { "properties": {
"prefix": "  ", "style": "folder",
"style": "folder" "template": " \ue5ff {{ .Path }} "
}, },
"style": "diamond", "style": "diamond",
"trailing_diamond": "\ue0b0",
"type": "path" "type": "path"
}, },
{ {
"background": "#18354c", "background": "#18354c",
"foreground": "#ffc107", "foreground": "#ffc107",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
}, },
"style": "powerline", "style": "powerline",
"type": "git" "type": "git"
}, },
{ {
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#18354c",
"background": "#ffc107", "background": "#ffc107",
"foreground": "#18354c",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE235 " "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
} },
"style": "powerline",
"type": "python"
}, },
{ {
"background": "#ffc107", "background": "#ffc107",
"foreground": "#18354c", "foreground": "#18354c",
"powerline_symbol": "\uE0B0", "powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf0e7 "
},
"style": "powerline", "style": "powerline",
"type": "root" "type": "root"
} }
@ -52,5 +52,6 @@
"type": "prompt" "type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -1,43 +1,33 @@
{ {
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$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": "{{.UserName}}@{{.HostName}} in {{ .Path }}",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"vertical_offset": 1,
"segments": [ "segments": [
{ {
"type": "os",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#fff",
"background": "#003543", "background": "#003543",
"foreground": "#fff",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"windows": "\uE62A ", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}}",
"postfix": "" "windows": "\ue62a "
} },
"style": "powerline",
"type": "os"
}, },
{ {
"type": "path",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#003544",
"background": "#0087D8", "background": "#0087D8",
"foreground": "#003544",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"prefix": " \uE5FF ", "folder_separator_icon": "/",
"style": "full", "style": "full",
"folder_separator_icon": "/" "template": " \ue5ff {{ .Path }} "
} },
"style": "powerline",
"type": "path"
}, },
{ {
"type": "git",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#193549",
"background": "#d2ff5e", "background": "#d2ff5e",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}", "{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}",
@ -45,61 +35,69 @@
"{{ if gt .Ahead 0 }}#89d1dc{{ end }}", "{{ if gt .Ahead 0 }}#89d1dc{{ end }}",
"{{ if gt .Behind 0 }}#f17c37{{ end }}" "{{ if gt .Behind 0 }}#f17c37{{ end }}"
], ],
"foreground": "#193549",
"powerline_symbol": "\ue0b0",
"properties": { "properties": {
"fetch_status": true,
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true,
"fetch_upstream_icon": true, "fetch_upstream_icon": true,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uF692 {{ .StashCount }}{{ end }}" "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ 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 }} \uf692 {{ .StashCount }}{{ end }} "
} },
},
{
"type": "time",
"style": "powerline", "style": "powerline",
"powerline_symbol": "\uE0B0", "type": "git"
"foreground": "#fff", },
"background": "#003543", {
"properties": { "background": "#003543",
"prefix": "<#fff> \uf64f </>" "foreground": "#fff",
} "powerline_symbol": "\ue0b0",
"properties": {
"template": "<#fff> \uf64f </>{{ .CurrentDate | date .Format }} "
},
"style": "powerline",
"type": "time"
}, },
{ {
"type": "executiontime",
"style": "diamond",
"foreground": "#ffffff",
"background": "#83769c", "background": "#83769c",
"leading_diamond": "", "foreground": "#ffffff",
"trailing_diamond": "",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": " \ufbab ", "template": " \ufbab {{ .FormattedMs }}\u2800"
"postfix": "\u2800" },
} "style": "diamond",
"trailing_diamond": "\ue0b4",
"type": "executiontime"
} }
] ],
"type": "prompt",
"vertical_offset": 1
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "#fff", "foreground": "#fff",
"properties": { "properties": {
"template": "⚡" "template": " \u26a1 "
} },
"style": "plain",
"type": "root"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#f1184c", "foreground": "#f1184c",
"properties": { "properties": {
"prefix": "", "template": "🦄 "
"text": "🦄" },
} "style": "plain",
"type": "text"
} }
] ],
"type": "prompt"
} }
] ],
"console_title": true,
"console_title_style": "template",
"console_title_template": "{{.UserName}}@{{.HostName}} in {{ .Path }}",
"final_space": true,
"version": 1
} }

View file

@ -2,111 +2,112 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "os",
"style": "powerline",
"foreground": "cyan", "foreground": "cyan",
"properties": { "properties": {
"prefix": "",
"postfix": "",
"template": "{{ .Icon }}" "template": "{{ .Icon }}"
} },
"style": "powerline",
"type": "os"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "cyan", "foreground": "cyan",
"properties": { "properties": {
"style": "full" "style": "full",
} "template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "lightYellow", "foreground": "lightYellow",
"properties": { "properties": {
"prefix": ":: <lightBlue>git(</>", "template": ":: <lightBlue>git(</>{{ .HEAD }}<lightBlue>)</>"
"postfix": "<lightBlue>)</>", },
"template": "{{ .HEAD }}" "style": "plain",
} "type": "git"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "right", "alignment": "right",
"segments": [ "segments": [
{ {
"type": "node",
"style": "plain",
"foreground": "#68a063", "foreground": "#68a063",
"properties": { "properties": {
"fetch_version": true,
"postfix": "",
"display_mode": "files", "display_mode": "files",
"display_package_manager": true, "fetch_package_manager": true,
"yarn_icon": "/yarn", "fetch_version": true,
"npm_icon": "/npm" "npm_icon": "/npm",
} "template": " {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}",
"yarn_icon": "/yarn"
},
"style": "plain",
"type": "node"
}, },
{ {
"type": "crystal",
"style": "plain",
"foreground": "#4063D8", "foreground": "#4063D8",
"properties": { "properties": {
"fetch_version": true,
"display_mode": "files", "display_mode": "files",
"postfix": "" "fetch_version": true,
} "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "plain",
"type": "crystal"
}, },
{ {
"type": "ruby",
"style": "plain",
"foreground": "#DE3F24", "foreground": "#DE3F24",
"properties": { "properties": {
"display_mode": "files",
"fetch_version": true, "fetch_version": true,
"postfix": "", "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
"display_mode": "files" },
} "style": "plain",
"type": "ruby"
}, },
{ {
"type": "python",
"style": "plain",
"foreground": "#FED142", "foreground": "#FED142",
"properties": { "properties": {
"fetch_virtual_env": false,
"postfix": "",
"display_mode": "context", "display_mode": "context",
"template": "{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}" "fetch_virtual_env": false,
} "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}"
},
"style": "plain",
"type": "python"
}, },
{ {
"type": "time", "foreground": "lightGreen",
"properties": {
"template": " {{ .CurrentDate | date .Format }} "
},
"style": "plain", "style": "plain",
"foreground": "lightGreen" "type": "time"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "exit",
"style": "powerline",
"foreground": "lightGreen", "foreground": "lightGreen",
"foreground_templates": ["{{ if gt .Code 0 }}red{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}red{{ end }}"
],
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "\u279c", "template": "\u279c "
"prefix": "" },
} "style": "powerline",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -2,58 +2,57 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "root",
"style": "plain",
"foreground": "#CECE04", "foreground": "#CECE04",
"properties": { "properties": {
"prefix": "", "template": "# "
"template": "#" },
} "style": "plain",
"type": "root"
}, },
{ {
"type": "session",
"style": "plain",
"properties": { "properties": {
"prefix": "", "template": "{{ .UserName }}@{{ .HostName }} "
"template": "{{ .UserName }}@{{ .HostName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#7B68EE", "foreground": "#7B68EE",
"properties": { "properties": {
"style": "agnoster_short", "style": "agnoster_short",
"prefix": "" "template": "{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#48D1CC", "foreground": "#48D1CC",
"properties": { "properties": {
"prefix": "HEAD:",
"branch_icon": "", "branch_icon": "",
"fetch_upstream_icon": false, "fetch_upstream_icon": false,
"template": "{{ .UpstreamIcon }}{{ .HEAD }}" "template": "HEAD:{{ .UpstreamIcon }}{{ .HEAD }} "
} },
"style": "plain",
"type": "git"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#7FFFD4", "foreground": "#7FFFD4",
"foreground_templates": ["{{ if gt .Code 0 }}#E84855{{ end }}"], "foreground_templates": [
"{{ if gt .Code 0 }}#E84855{{ end }}"
],
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"template": "<#66CDAA>\u276F</><#76EEC6>\u276F</><foreground>\u276F</>", "template": "<#66CDAA>\u276f</><#76EEC6>\u276f</><foreground>\u276f</> "
"prefix": "" },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
] ],
"version": 1
} }

View file

@ -2,105 +2,98 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "python",
"style": "plain",
"foreground": "white", "foreground": "white",
"properties": { "properties": {
"prefix": "(", "fetch_version": false,
"postfix": ")", "template": "({{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }})"
"fetch_version": false },
} "style": "plain",
"type": "python"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "lightBlue", "foreground": "lightBlue",
"properties": { "properties": {
"prefix": "", "template": "# "
"text": "#" },
} "style": "plain",
"type": "text"
}, },
{ {
"type": "root",
"style": "plain",
"foreground": "red", "foreground": "red",
"properties": { "properties": {
"template": "%" "template": " % "
} },
"style": "plain",
"type": "root"
}, },
{ {
"type": "session",
"style": "plain",
"properties": { "properties": {
"prefix": "", "template": "<cyan>{{ .UserName }}</> <darkGray>@</> <green>{{ .HostName }}</> "
"template": "<cyan>{{ .UserName }}</> <darkGray>@</> <green>{{ .HostName }}</>" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "lightYellow", "foreground": "lightYellow",
"properties": { "properties": {
"prefix": "<darkGray>in </>", "style": "full",
"style": "full" "template": "<darkGray>in </>{{ .Path }} "
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"properties": { "properties": {
"prefix": "<darkGray>on</> <white>git:</>", "template": "<darkGray>on</> <white>git:</>{{ .HEAD }} "
"template": "{{ .HEAD }}" },
} "style": "plain",
"type": "git"
}, },
{ {
"type": "time",
"style": "plain",
"foreground": "darkGray", "foreground": "darkGray",
"properties": { "properties": {
"prefix": "[", "template": "[{{ .CurrentDate | date .Format }}]"
"postfix": "]" },
} "style": "plain",
"type": "time"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "red", "foreground": "red",
"properties": { "properties": {
"template": "C:{{ if gt .Code 0 }}{{ .Code }}{{ end }}", "template": " C:{{ if gt .Code 0 }}{{ .Code }}{{ end }} "
"always_numeric": true },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
}, },
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"newline": true, "newline": true,
"segments": [ "segments": [
{ {
"type": "text",
"style": "plain",
"foreground": "lightRed", "foreground": "lightRed",
"properties": { "properties": {
"prefix": "", "template": "$"
"text": "$", },
"postfix": "" "style": "plain",
} "type": "text"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }

View file

@ -2,59 +2,54 @@
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [ "blocks": [
{ {
"type": "prompt",
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"type": "session",
"style": "plain",
"foreground": "#E36464", "foreground": "#E36464",
"properties": { "properties": {
"prefix": "@", "template": "@{{ .UserName }} "
"template": "{{ .UserName }}" },
} "style": "plain",
"type": "session"
}, },
{ {
"type": "text",
"style": "plain",
"foreground": "#62ED8B", "foreground": "#62ED8B",
"properties": { "properties": {
"text": "\u279C", "template": "\u279c"
"postfix": "", },
"prefix": "" "style": "plain",
} "type": "text"
}, },
{ {
"type": "path",
"style": "plain",
"foreground": "#56B6C2", "foreground": "#56B6C2",
"properties": { "properties": {
"style": "folder", "style": "folder",
"postfix": "" "template": " {{ .Path }}"
} },
"style": "plain",
"type": "path"
}, },
{ {
"type": "git",
"style": "plain",
"foreground": "#D4AAFC", "foreground": "#D4AAFC",
"properties": { "properties": {
"branch_icon": "", "branch_icon": "",
"prefix": " <#DDB15F>git(</>", "template": " <#DDB15F>git(</>{{ .HEAD }}<#DDB15F>)</>"
"postfix": "<#DDB15F>)</>", },
"template": "{{ .HEAD }}" "style": "plain",
} "type": "git"
}, },
{ {
"type": "exit",
"style": "plain",
"foreground": "#DCB977", "foreground": "#DCB977",
"properties": { "properties": {
"template": "\uF119", "template": " \uf119"
"postfix": "" },
} "style": "plain",
"type": "exit"
} }
] ],
"type": "prompt"
} }
], ],
"final_space": true "final_space": true,
"version": 1
} }