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

69 lines
1.6 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": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
2021-11-14 04:39:00 -08:00
"foreground": "#CB4B16",
"properties": {
"template": "{{ .Text }}"
}
2019-03-13 04:14:30 -07:00
},
{
"type": "root",
"style": "plain",
"foreground": "#CECE04"
2019-03-13 04:14:30 -07:00
},
{
"type": "session",
"style": "plain",
2021-12-03 14:44:58 -08:00
"foreground": "#FFFFFF",
"properties": {
"prefix": "",
"template": "{{ .UserName }}@{{ .HostName }}"
2021-12-03 14:44:58 -08:00
}
2019-03-13 04:14:30 -07:00
},
{
"type": "path",
"style": "plain",
"foreground": "#0973C0",
"properties": {
"style": "full",
"prefix": ""
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "plain",
"foreground": "#C1C106",
"properties": {
"prefix": "<#ffffff>git:</>",
2021-11-09 08:13:47 -08:00
"template": "{{ .HEAD }}"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "python",
2019-03-13 04:14:30 -07:00
"style": "plain",
"foreground": "#100e23",
"properties": {
2020-10-16 08:12:34 -07:00
"prefix": " \uE235 "
2019-03-13 04:14:30 -07:00
}
},
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
2020-10-16 08:12:34 -07:00
"text": "<#CB4B16>\u276F</><#CACA02>\u276F</><#4E9A06>\u276F</>"
2019-03-13 04:14:30 -07:00
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}