mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
59 lines
1.4 KiB
JSON
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
|
|
}
|