oh-my-posh/themes/darkblood.omp.json

62 lines
1.4 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
2021-02-15 23:36:37 -08:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2019-03-13 04:14:30 -07:00
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffffff",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "<#CB4B16>\u250f[</>{{ .UserName }}<#CB4B16>]</>"
},
"style": "plain",
"type": "session"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#ffffff",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "<#CB4B16>[</>{{ .HEAD }}<#CB4B16>]</>"
},
"style": "plain",
"type": "git"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#ffffff",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "<#CB4B16>[</>\uf0e7<#CB4B16>]</>"
},
"style": "plain",
"type": "root"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#ffffff",
"properties": {
"template": "<#CB4B16>[x</>{{ .Meaning }}<#CB4B16>]</>"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"type": "exit"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2019-03-13 04:14:30 -07:00
},
{
"alignment": "left",
"newline": true,
2019-03-13 04:14:30 -07:00
"segments": [
{
"foreground": "#ffffff",
"properties": {
2020-12-24 13:17:00 -08:00
"style": "full",
2022-02-03 01:22:57 -08:00
"template": "<#CB4B16>\u2516[</>{{ .Path }}<#CB4B16>]></>"
},
"style": "plain",
"type": "path"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2019-03-13 04:14:30 -07:00
}
],
2022-02-03 01:22:57 -08:00
"final_space": true,
"version": 1
2019-03-13 04:14:30 -07:00
}