fix(omp): updated oh-my-posh config

This commit is contained in:
oxypomme
2026-06-16 13:07:22 +02:00
parent 6557549845
commit 581d20d872

View File

@@ -16,7 +16,14 @@
"foreground": "#FFF",
"background": "233",
"type": "os",
"style": "diamond"
"style": "plain"
},
{
"type": "shell",
"style": "diamond",
"trailing_diamond": "\ue0b0",
"foreground": "#FFF",
"background": "233"
},
{
"options": {
@@ -52,20 +59,14 @@
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "shell",
"style": "diamond",
"trailing_diamond": "\ue0b0",
"foreground": "#597E7E"
},
{
"options": {
"always_enabled": true
},
"template": " ",
"foreground": "#5ACA00",
"type": "status",
"style": "plain",
"foreground": "#5ACA00",
"foreground_templates": ["{{ if gt .Code 0 }}#FF5252{{ end }}"]
}
],