oh-my-posh/themes/emodipt.omp.json
2022-03-27 15:42:42 +02:00

59 lines
1.4 KiB
JSON

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