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

119 lines
2.8 KiB
JSON
Raw Normal View History

2021-03-22 16:18:25 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"final_space": false,
"osc99": false,
"console_title": false,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"type": "os",
"style": "plain",
"foreground": "#26C6DA",
"properties": {
"prefix": "",
"postfix": "",
"macos": "mac"
}
},
{
"type": "session",
"style": "plain",
"foreground": "#26C6DA",
"properties": {
"postfix": ": ",
2021-12-03 14:44:58 -08:00
"template": "{{ .UserName }}"
}
},
{
"type": "path",
"style": "plain",
"invert_powerline": false,
"foreground": "lightGreen",
"properties": {
"prefix": "",
"style": "folder"
}
},
{
"type": "git",
"style": "plain",
"invert_powerline": false,
"properties": {
"branch_icon": "",
"fetch_stash_count": true,
"prefix": "<#ffffff>on</> ",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}"
}
},
{
"type": "python",
"style": "powerline",
"foreground": "#906cff",
"properties": {
"prefix": "\u005b\uE235 ",
"postfix": "\u005D "
}
},
{
"type": "go",
"style": "powerline",
"foreground": "#7FD5EA",
"properties": {
"prefix": "\u005b\uFCD1 ",
"postfix": "\u005D "
}
},
{
"type": "node",
"style": "powerline",
"foreground": "#76b367",
"properties": {
"prefix": "\u005b\uE718 ",
"postfix": "\u005D "
}
},
{
"type": "ruby",
"style": "powerline",
"foreground": "#f44336",
"properties": {
"prefix": "\u005b\uE791",
"postfix": "\u005D "
}
},
{
"type": "java",
"style": "powerline",
"foreground": "#ea2d2e",
"properties": {
"prefix": "\u005b\uE738 ",
"postfix": "\u005D "
}
},
{
"type": "julia",
"style": "powerline",
"foreground": "#4063D8",
"properties": {
"prefix": " \uE624 "
}
},
{
"type": "text",
"style": "plain",
"foreground": "#FFD54F",
"properties": {
"prefix": "",
"text": "\u276F"
2021-03-22 16:18:25 -07:00
}
}
2021-03-22 16:18:25 -07:00
]
}
]
}