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

52 lines
1.2 KiB
JSON
Raw Normal View History

2021-03-09 23:18:07 -08:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "lightYellow",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "{{ .UserName }} ",
2022-02-03 01:22:57 -08:00
"type": "session"
},
{
"foreground": "cyan",
"properties": {
2022-03-27 01:12:47 -07:00
"style": "folder"
2022-02-03 01:22:57 -08:00
},
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "<#ffffff>in</> {{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
},
{
"foreground": "#ff94df",
"properties": {
2022-02-03 01:22:57 -08:00
"branch_icon": " <#ff94df><b>\ue0a0 </b></>",
2022-03-27 01:12:47 -07:00
"fetch_stash_count": true
2022-02-03 01:22:57 -08:00
},
"style": "plain",
"template": "<#ffffff>on</> {{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "lightGreen",
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": "\u276f",
2022-02-03 01:22:57 -08:00
"type": "text"
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
}
2022-02-03 01:22:57 -08:00
],
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
2021-03-09 23:18:07 -08:00
}