mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"palette": {
|
|
"os": "#ACB0BE",
|
|
"closer": "p:os",
|
|
"pink": "#ea76cb",
|
|
"lavender": "#7287FD",
|
|
"blue": "#1e66f5"
|
|
},
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"foreground": "p:os",
|
|
"style": "plain",
|
|
"template": "{{.Icon}} ",
|
|
"type": "os"
|
|
},
|
|
{
|
|
"foreground": "p:blue",
|
|
"style": "plain",
|
|
"template": "{{ .UserName }}@{{ .HostName }} ",
|
|
"type": "session"
|
|
},
|
|
{
|
|
"foreground": "p:pink",
|
|
"properties": {
|
|
"folder_icon": "..\ue5fe..",
|
|
"home_icon": "~",
|
|
"style": "agnoster_short"
|
|
},
|
|
"style": "plain",
|
|
"template": "{{ .Path }} ",
|
|
"type": "path"
|
|
},
|
|
{
|
|
"foreground": "p:lavender",
|
|
"properties": {
|
|
"branch_icon": "\ue725 ",
|
|
"cherry_pick_icon": "\ue29b ",
|
|
"commit_icon": "\uf417 ",
|
|
"fetch_status": false,
|
|
"fetch_upstream_icon": false,
|
|
"merge_icon": "\ue727 ",
|
|
"no_commits_icon": "\uf594 ",
|
|
"rebase_icon": "\ue728 ",
|
|
"revert_icon": "\uf0e2 ",
|
|
"tag_icon": "\uf412 "
|
|
},
|
|
"template": "{{ .HEAD }} ",
|
|
"style": "plain",
|
|
"type": "git"
|
|
},
|
|
{
|
|
"style": "plain",
|
|
"foreground": "p:closer",
|
|
"template": "\uf105",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"final_space": true,
|
|
"version": 2
|
|
}
|
|
|