61 lines
1.4 KiB
JSON
61 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"blocks": [
|
|
{
|
|
"type": "prompt",
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"properties": {
|
|
"cache_duration": "none"
|
|
},
|
|
"template": "{{ .UserName }} ",
|
|
"foreground": "#E36464",
|
|
"type": "session",
|
|
"style": "plain"
|
|
},
|
|
{
|
|
"properties": {
|
|
"cache_duration": "none"
|
|
},
|
|
"template": "➜",
|
|
"foreground": "#62ED8B",
|
|
"type": "text",
|
|
"style": "plain"
|
|
},
|
|
{
|
|
"properties": {
|
|
"cache_duration": "none",
|
|
"style": "folder"
|
|
},
|
|
"template": " {{ .Path }}",
|
|
"foreground": "#56B6C2",
|
|
"type": "path",
|
|
"style": "plain"
|
|
},
|
|
{
|
|
"properties": {
|
|
"branch_icon": "",
|
|
"cache_duration": "none"
|
|
},
|
|
"template": " <#DDB15F>git(</>{{ .HEAD }}<#DDB15F>)</>",
|
|
"foreground": "#D4AAFC",
|
|
"type": "git",
|
|
"style": "plain"
|
|
},
|
|
{
|
|
"properties": {
|
|
"cache_duration": "none"
|
|
},
|
|
"template": " \uf119",
|
|
"foreground": "#DCB977",
|
|
"type": "status",
|
|
"style": "plain"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"version": 3,
|
|
"final_space": true
|
|
}
|