oh-my-posh/themes/sorin.json

62 lines
1.3 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "exit",
"style": "plain",
2020-10-15 23:37:43 -07:00
"foreground": "#CB4B16"
2019-03-13 04:14:30 -07:00
},
{
"type": "root",
"style": "plain",
2020-10-15 23:37:43 -07:00
"foreground": "#CECE04"
2019-03-13 04:14:30 -07:00
},
{
"type": "session",
"style": "plain",
"foreground": "#FFFFFF",
"properties": {
"user_info_separator": "@"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#0973C0",
"properties": {
2020-10-06 06:35:30 -07:00
"style": "short"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "plain",
"foreground": "#C1C106",
"properties": {
"prefix": "<#ffffff>git:</>"
}
},
{
"type": "python",
2019-03-13 04:14:30 -07:00
"style": "plain",
"foreground": "#100e23",
"properties": {
"prefix": "  "
2019-03-13 04:14:30 -07:00
}
},
{
"type": "text",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"text": "<#CB4B16>❭</><#CACA02>❭</><#4E9A06>❭</>"
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}